WIP FPC-III support
[linux/fpc-iii.git] / include / dt-bindings / power / owl-s700-powergate.h
blob4cf1aefbf09ca7d6604cf425f583f4d83c15ba94
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3 * Actions Semi S700 SPS
5 * Copyright (c) 2017 Andreas Färber
6 */
7 #ifndef DT_BINDINGS_POWER_OWL_S700_POWERGATE_H
8 #define DT_BINDINGS_POWER_OWL_S700_POWERGATE_H
10 #define S700_PD_VDE 0
11 #define S700_PD_VCE_SI 1
12 #define S700_PD_USB2_1 2
13 #define S700_PD_HDE 3
14 #define S700_PD_DMA 4
15 #define S700_PD_DS 5
16 #define S700_PD_USB3 6
17 #define S700_PD_USB2_0 7
19 #endif