Srinivas Kandagatla | 6b7f06c | 2014-03-11 09:24:55 +0000 | [diff] [blame^] | 1 | /* |
| 2 | * This header provides constants for the reset controller |
| 3 | * based peripheral powerdown requests on the STMicroelectronics |
| 4 | * STiH415 SoC. |
| 5 | */ |
| 6 | #ifndef _DT_BINDINGS_RESET_CONTROLLER_STIH415 |
| 7 | #define _DT_BINDINGS_RESET_CONTROLLER_STIH415 |
| 8 | |
| 9 | #define STIH415_EMISS_POWERDOWN 0 |
| 10 | #define STIH415_NAND_POWERDOWN 1 |
| 11 | #define STIH415_KEYSCAN_POWERDOWN 2 |
| 12 | #define STIH415_USB0_POWERDOWN 3 |
| 13 | #define STIH415_USB1_POWERDOWN 4 |
| 14 | #define STIH415_USB2_POWERDOWN 5 |
| 15 | #define STIH415_SATA0_POWERDOWN 6 |
| 16 | #define STIH415_SATA1_POWERDOWN 7 |
| 17 | #define STIH415_PCIE_POWERDOWN 8 |
| 18 | |
| 19 | #endif /* _DT_BINDINGS_RESET_CONTROLLER_STIH415 */ |