1 /* $NetBSD: rk3036-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_RK3036_POWER_H__ 5 #define __DT_BINDINGS_POWER_RK3036_POWER_H__ 6 7 #define RK3036_PD_MSCH 0 8 #define RK3036_PD_CORE 1 9 #define RK3036_PD_PERI 2 10 #define RK3036_PD_VIO 3 11 #define RK3036_PD_VPU 4 12 #define RK3036_PD_GPU 5 13 #define RK3036_PD_SYS 6 14 15 #endif 16