stih415-resets.h 843 B

123456789101112131415161718192021222324252627
  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. #define STIH415_EMISS_POWERDOWN 0
  9. #define STIH415_NAND_POWERDOWN 1
  10. #define STIH415_KEYSCAN_POWERDOWN 2
  11. #define STIH415_USB0_POWERDOWN 3
  12. #define STIH415_USB1_POWERDOWN 4
  13. #define STIH415_USB2_POWERDOWN 5
  14. #define STIH415_SATA0_POWERDOWN 6
  15. #define STIH415_SATA1_POWERDOWN 7
  16. #define STIH415_PCIE_POWERDOWN 8
  17. #define STIH415_ETH0_SOFTRESET 0
  18. #define STIH415_ETH1_SOFTRESET 1
  19. #define STIH415_IRB_SOFTRESET 2
  20. #define STIH415_USB0_SOFTRESET 3
  21. #define STIH415_USB1_SOFTRESET 4
  22. #define STIH415_USB2_SOFTRESET 5
  23. #define STIH415_KEYSCAN_SOFTRESET 6
  24. #endif /* _DT_BINDINGS_RESET_CONTROLLER_STIH415 */