diff options
Diffstat (limited to 'include/dt-bindings/reset-controller')
| -rw-r--r-- | include/dt-bindings/reset-controller/stih416-resets.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/dt-bindings/reset-controller/stih416-resets.h b/include/dt-bindings/reset-controller/stih416-resets.h new file mode 100644 index 000000000000..d7da55f08cd6 --- /dev/null +++ b/include/dt-bindings/reset-controller/stih416-resets.h | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | /* | ||
| 2 | * This header provides constants for the reset controller | ||
| 3 | * based peripheral powerdown requests on the STMicroelectronics | ||
| 4 | * STiH416 SoC. | ||
| 5 | */ | ||
| 6 | #ifndef _DT_BINDINGS_RESET_CONTROLLER_STIH416 | ||
| 7 | #define _DT_BINDINGS_RESET_CONTROLLER_STIH416 | ||
| 8 | |||
| 9 | #define STIH416_EMISS_POWERDOWN 0 | ||
| 10 | #define STIH416_NAND_POWERDOWN 1 | ||
| 11 | #define STIH416_KEYSCAN_POWERDOWN 2 | ||
| 12 | #define STIH416_USB0_POWERDOWN 3 | ||
| 13 | #define STIH416_USB1_POWERDOWN 4 | ||
| 14 | #define STIH416_USB2_POWERDOWN 5 | ||
| 15 | #define STIH416_USB3_POWERDOWN 6 | ||
| 16 | #define STIH416_SATA0_POWERDOWN 7 | ||
| 17 | #define STIH416_SATA1_POWERDOWN 8 | ||
| 18 | #define STIH416_PCIE0_POWERDOWN 9 | ||
| 19 | #define STIH416_PCIE1_POWERDOWN 10 | ||
| 20 | |||
| 21 | #endif /* _DT_BINDINGS_RESET_CONTROLLER_STIH416 */ | ||
