Home | History | Annotate | Line # | Download | only in power
      1  1.1  jmcneill /*	$NetBSD: rk3366-power.h,v 1.1.1.1 2017/10/28 10:30:32 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill #ifndef __DT_BINDINGS_POWER_RK3366_POWER_H__
      4  1.1  jmcneill #define __DT_BINDINGS_POWER_RK3366_POWER_H__
      5  1.1  jmcneill 
      6  1.1  jmcneill /* VD_CORE */
      7  1.1  jmcneill #define RK3366_PD_A53_0		0
      8  1.1  jmcneill #define RK3366_PD_A53_1		1
      9  1.1  jmcneill #define RK3366_PD_A53_2		2
     10  1.1  jmcneill #define RK3366_PD_A53_3		3
     11  1.1  jmcneill 
     12  1.1  jmcneill /* VD_LOGIC */
     13  1.1  jmcneill #define RK3366_PD_BUS		4
     14  1.1  jmcneill #define RK3366_PD_PERI		5
     15  1.1  jmcneill #define RK3366_PD_VIO		6
     16  1.1  jmcneill #define RK3366_PD_VIDEO		7
     17  1.1  jmcneill #define RK3366_PD_RKVDEC	8
     18  1.1  jmcneill #define RK3366_PD_WIFIBT	9
     19  1.1  jmcneill #define RK3366_PD_VPU		10
     20  1.1  jmcneill #define RK3366_PD_GPU		11
     21  1.1  jmcneill #define RK3366_PD_ALIVE		12
     22  1.1  jmcneill 
     23  1.1  jmcneill /* VD_PMU */
     24  1.1  jmcneill #define RK3366_PD_PMU		13
     25  1.1  jmcneill 
     26  1.1  jmcneill #endif
     27