xref: /OK3568_Linux_fs/u-boot/include/dt-bindings/power/px30-power.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd
3  *
4  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5  */
6 
7 #ifndef __DT_BINDINGS_POWER_PX30_POWER_H__
8 #define __DT_BINDINGS_POWER_PX30_POWER_H__
9 
10 /* VD_CORE */
11 #define PX30_PD_A35_0		0
12 #define PX30_PD_A35_1		1
13 #define PX30_PD_A35_2		2
14 #define PX30_PD_A35_3		3
15 #define PX30_PD_SCU		4
16 
17 /* VD_LOGIC */
18 #define PX30_PD_USB		5
19 #define PX30_PD_DDR		6
20 #define PX30_PD_SDCARD		7
21 #define PX30_PD_CRYPTO		8
22 #define PX30_PD_GMAC		9
23 #define PX30_PD_MMC_NAND	10
24 #define PX30_PD_VPU		11
25 #define PX30_PD_VO		12
26 #define PX30_PD_VI		13
27 #define PX30_PD_GPU		14
28 
29 /* VD_PMU */
30 #define PX30_PD_PMU		15
31 
32 #endif
33