Home | History | Annotate | Line # | Download | only in power
      1  1.1  jmcneill /*	$NetBSD: owl-s500-powergate.h,v 1.1.1.1 2017/10/28 10:30:32 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /*
      4  1.1  jmcneill  * Copyright (c) 2017 Andreas Frber
      5  1.1  jmcneill  *
      6  1.1  jmcneill  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      7  1.1  jmcneill  */
      8  1.1  jmcneill #ifndef DT_BINDINGS_POWER_OWL_S500_POWERGATE_H
      9  1.1  jmcneill #define DT_BINDINGS_POWER_OWL_S500_POWERGATE_H
     10  1.1  jmcneill 
     11  1.1  jmcneill #define S500_PD_VDE	0
     12  1.1  jmcneill #define S500_PD_VCE_SI	1
     13  1.1  jmcneill #define S500_PD_USB2_1	2
     14  1.1  jmcneill #define S500_PD_CPU2	3
     15  1.1  jmcneill #define S500_PD_CPU3	4
     16  1.1  jmcneill #define S500_PD_DMA	5
     17  1.1  jmcneill #define S500_PD_DS	6
     18  1.1  jmcneill #define S500_PD_USB3	7
     19  1.1  jmcneill #define S500_PD_USB2_0	8
     20  1.1  jmcneill 
     21  1.1  jmcneill #endif
     22