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