Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * Copyright (c) 2017 Andreas Färber
0003  *
0004  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0005  */
0006 #ifndef DT_BINDINGS_POWER_OWL_S500_POWERGATE_H
0007 #define DT_BINDINGS_POWER_OWL_S500_POWERGATE_H
0008 
0009 #define S500_PD_VDE 0
0010 #define S500_PD_VCE_SI  1
0011 #define S500_PD_USB2_1  2
0012 #define S500_PD_CPU2    3
0013 #define S500_PD_CPU3    4
0014 #define S500_PD_DMA 5
0015 #define S500_PD_DS  6
0016 #define S500_PD_USB3    7
0017 #define S500_PD_USB2_0  8
0018 
0019 #endif