1 /* $NetBSD: rk3066-power.h,v 1.1.1.1 2019/05/25 11:29:13 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 */ 4 #ifndef __DT_BINDINGS_POWER_RK3066_POWER_H__ 5 #define __DT_BINDINGS_POWER_RK3066_POWER_H__ 6 7 /* VD_CORE */ 8 #define RK3066_PD_A9_0 0 9 #define RK3066_PD_A9_1 1 10 #define RK3066_PD_DBG 4 11 #define RK3066_PD_SCU 5 12 13 /* VD_LOGIC */ 14 #define RK3066_PD_VIDEO 6 15 #define RK3066_PD_VIO 7 16 #define RK3066_PD_GPU 8 17 #define RK3066_PD_PERI 9 18 #define RK3066_PD_CPU 10 19 #define RK3066_PD_ALIVE 11 20 21 /* VD_PMU */ 22 #define RK3066_PD_RTC 12 23 24 #endif 25