actions,s700-reset.h 874 B

12345678910111213141516171819202122232425262728293031323334
  1. // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
  2. //
  3. // Device Tree binding constants for Actions Semi S700 Reset Management Unit
  4. //
  5. // Copyright (c) 2018 Linaro Ltd.
  6. #ifndef __DT_BINDINGS_ACTIONS_S700_RESET_H
  7. #define __DT_BINDINGS_ACTIONS_S700_RESET_H
  8. #define RESET_AUDIO 0
  9. #define RESET_CSI 1
  10. #define RESET_DE 2
  11. #define RESET_DSI 3
  12. #define RESET_GPIO 4
  13. #define RESET_I2C0 5
  14. #define RESET_I2C1 6
  15. #define RESET_I2C2 7
  16. #define RESET_I2C3 8
  17. #define RESET_KEY 9
  18. #define RESET_LCD0 10
  19. #define RESET_SI 11
  20. #define RESET_SPI0 12
  21. #define RESET_SPI1 13
  22. #define RESET_SPI2 14
  23. #define RESET_SPI3 15
  24. #define RESET_UART0 16
  25. #define RESET_UART1 17
  26. #define RESET_UART2 18
  27. #define RESET_UART3 19
  28. #define RESET_UART4 20
  29. #define RESET_UART5 21
  30. #define RESET_UART6 22
  31. #endif /* __DT_BINDINGS_ACTIONS_S700_RESET_H */