| 1 | /* |
|---|---|
| 2 | * Copyright (c) 2017 Andreas Färber |
| 3 | * |
| 4 | * SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
| 5 | */ |
| 6 | #ifndef DT_BINDINGS_POWER_OWL_S500_POWERGATE_H |
| 7 | #define DT_BINDINGS_POWER_OWL_S500_POWERGATE_H |
| 8 | |
| 9 | #define S500_PD_VDE 0 |
| 10 | #define S500_PD_VCE_SI 1 |
| 11 | #define S500_PD_USB2_1 2 |
| 12 | #define S500_PD_CPU2 3 |
| 13 | #define S500_PD_CPU3 4 |
| 14 | #define S500_PD_DMA 5 |
| 15 | #define S500_PD_DS 6 |
| 16 | #define S500_PD_USB3 7 |
| 17 | #define S500_PD_USB2_0 8 |
| 18 | |
| 19 | #endif |
| 20 |
