Home | History | Annotate | Line # | Download | only in power
      1  1.1  jmcneill /*	$NetBSD: owl-s900-powergate.h,v 1.1.1.1 2019/01/22 14:57:01 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) */
      4  1.1  jmcneill /*
      5  1.1  jmcneill  * Actions Semi S900 SPS
      6  1.1  jmcneill  *
      7  1.1  jmcneill  * Copyright (c) 2018 Linaro Ltd.
      8  1.1  jmcneill  */
      9  1.1  jmcneill #ifndef DT_BINDINGS_POWER_OWL_S900_POWERGATE_H
     10  1.1  jmcneill #define DT_BINDINGS_POWER_OWL_S900_POWERGATE_H
     11  1.1  jmcneill 
     12  1.1  jmcneill #define S900_PD_GPU_B	0
     13  1.1  jmcneill #define S900_PD_VCE	1
     14  1.1  jmcneill #define S900_PD_SENSOR	2
     15  1.1  jmcneill #define S900_PD_VDE	3
     16  1.1  jmcneill #define S900_PD_HDE	4
     17  1.1  jmcneill #define S900_PD_USB3	5
     18  1.1  jmcneill #define S900_PD_DDR0	6
     19  1.1  jmcneill #define S900_PD_DDR1	7
     20  1.1  jmcneill #define S900_PD_DE	8
     21  1.1  jmcneill #define S900_PD_NAND	9
     22  1.1  jmcneill #define S900_PD_USB2_H0	10
     23  1.1  jmcneill #define S900_PD_USB2_H1	11
     24  1.1  jmcneill 
     25  1.1  jmcneill #endif
     26