1 /* $NetBSD: px30-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_PX30_POWER_H__ 5 #define __DT_BINDINGS_POWER_PX30_POWER_H__ 6 7 /* VD_CORE */ 8 #define PX30_PD_A35_0 0 9 #define PX30_PD_A35_1 1 10 #define PX30_PD_A35_2 2 11 #define PX30_PD_A35_3 3 12 #define PX30_PD_SCU 4 13 14 /* VD_LOGIC */ 15 #define PX30_PD_USB 5 16 #define PX30_PD_DDR 6 17 #define PX30_PD_SDCARD 7 18 #define PX30_PD_CRYPTO 8 19 #define PX30_PD_GMAC 9 20 #define PX30_PD_MMC_NAND 10 21 #define PX30_PD_VPU 11 22 #define PX30_PD_VO 12 23 #define PX30_PD_VI 13 24 #define PX30_PD_GPU 14 25 26 /* VD_PMU */ 27 #define PX30_PD_PMU 15 28 29 #endif 30