xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/power/rk3228-power.h (revision a937e7f55520ed7b51b8188c4b18352ac0f1aeed)
1 /*	$NetBSD: rk3228-power.h,v 1.1.1.1 2018/06/27 16:27:08 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0 */
4 #ifndef __DT_BINDINGS_POWER_RK3228_POWER_H__
5 #define __DT_BINDINGS_POWER_RK3228_POWER_H__
6 
7 /**
8  * RK3228 idle id Summary.
9  */
10 
11 #define RK3228_PD_CORE		0
12 #define RK3228_PD_MSCH		1
13 #define RK3228_PD_BUS		2
14 #define RK3228_PD_SYS		3
15 #define RK3228_PD_VIO		4
16 #define RK3228_PD_VOP		5
17 #define RK3228_PD_VPU		6
18 #define RK3228_PD_RKVDEC	7
19 #define RK3228_PD_GPU		8
20 #define RK3228_PD_PERI		9
21 #define RK3228_PD_GMAC		10
22 
23 #endif
24