Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Actions Semi S700 SPS
0004  *
0005  * Copyright (c) 2017 Andreas Färber
0006  */
0007 #ifndef DT_BINDINGS_POWER_OWL_S700_POWERGATE_H
0008 #define DT_BINDINGS_POWER_OWL_S700_POWERGATE_H
0009 
0010 #define S700_PD_VDE 0
0011 #define S700_PD_VCE_SI  1
0012 #define S700_PD_USB2_1  2
0013 #define S700_PD_HDE 3
0014 #define S700_PD_DMA 4
0015 #define S700_PD_DS  5
0016 #define S700_PD_USB3    6
0017 #define S700_PD_USB2_0  7
0018 
0019 #endif