xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/power/rk3288-power.h (revision 6cafeaff4f65ec1a16fd3dea38137ce64d39d334)
1 /*	$NetBSD: rk3288-power.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0 */
4 #ifndef __DT_BINDINGS_POWER_RK3288_POWER_H__
5 #define __DT_BINDINGS_POWER_RK3288_POWER_H__
6 
7 /**
8  * RK3288 Power Domain and Voltage Domain Summary.
9  */
10 
11 /* VD_CORE */
12 #define RK3288_PD_A17_0		0
13 #define RK3288_PD_A17_1		1
14 #define RK3288_PD_A17_2		2
15 #define RK3288_PD_A17_3		3
16 #define RK3288_PD_SCU		4
17 #define RK3288_PD_DEBUG		5
18 #define RK3288_PD_MEM		6
19 
20 /* VD_LOGIC */
21 #define RK3288_PD_BUS		7
22 #define RK3288_PD_PERI		8
23 #define RK3288_PD_VIO		9
24 #define RK3288_PD_ALIVE		10
25 #define RK3288_PD_HEVC		11
26 #define RK3288_PD_VIDEO		12
27 
28 /* VD_GPU */
29 #define RK3288_PD_GPU		13
30 
31 /* VD_PMU */
32 #define RK3288_PD_PMU		14
33 
34 #endif
35