Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) */
0002 /*
0003  * Actions Semi S900 SPS
0004  *
0005  * Copyright (c) 2018 Linaro Ltd.
0006  */
0007 #ifndef DT_BINDINGS_POWER_OWL_S900_POWERGATE_H
0008 #define DT_BINDINGS_POWER_OWL_S900_POWERGATE_H
0009 
0010 #define S900_PD_GPU_B   0
0011 #define S900_PD_VCE 1
0012 #define S900_PD_SENSOR  2
0013 #define S900_PD_VDE 3
0014 #define S900_PD_HDE 4
0015 #define S900_PD_USB3    5
0016 #define S900_PD_DDR0    6
0017 #define S900_PD_DDR1    7
0018 #define S900_PD_DE  8
0019 #define S900_PD_NAND    9
0020 #define S900_PD_USB2_H0 10
0021 #define S900_PD_USB2_H1 11
0022 
0023 #endif