Home | History | Annotate | Line # | Download | only in power
      1  1.1  jmcneill /*	$NetBSD: px30-power.h,v 1.1.1.1 2018/06/27 16:27:08 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4  1.1  jmcneill #ifndef __DT_BINDINGS_POWER_PX30_POWER_H__
      5  1.1  jmcneill #define __DT_BINDINGS_POWER_PX30_POWER_H__
      6  1.1  jmcneill 
      7  1.1  jmcneill /* VD_CORE */
      8  1.1  jmcneill #define PX30_PD_A35_0		0
      9  1.1  jmcneill #define PX30_PD_A35_1		1
     10  1.1  jmcneill #define PX30_PD_A35_2		2
     11  1.1  jmcneill #define PX30_PD_A35_3		3
     12  1.1  jmcneill #define PX30_PD_SCU		4
     13  1.1  jmcneill 
     14  1.1  jmcneill /* VD_LOGIC */
     15  1.1  jmcneill #define PX30_PD_USB		5
     16  1.1  jmcneill #define PX30_PD_DDR		6
     17  1.1  jmcneill #define PX30_PD_SDCARD		7
     18  1.1  jmcneill #define PX30_PD_CRYPTO		8
     19  1.1  jmcneill #define PX30_PD_GMAC		9
     20  1.1  jmcneill #define PX30_PD_MMC_NAND	10
     21  1.1  jmcneill #define PX30_PD_VPU		11
     22  1.1  jmcneill #define PX30_PD_VO		12
     23  1.1  jmcneill #define PX30_PD_VI		13
     24  1.1  jmcneill #define PX30_PD_GPU		14
     25  1.1  jmcneill 
     26  1.1  jmcneill /* VD_PMU */
     27  1.1  jmcneill #define PX30_PD_PMU		15
     28  1.1  jmcneill 
     29  1.1  jmcneill #endif
     30