pistachio-resets.h 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * This header provides constants for the reset controller
  3. * present in the Pistachio SoC
  4. */
  5. #ifndef _PISTACHIO_RESETS_H
  6. #define _PISTACHIO_RESETS_H
  7. #define PISTACHIO_RESET_I2C0 0
  8. #define PISTACHIO_RESET_I2C1 1
  9. #define PISTACHIO_RESET_I2C2 2
  10. #define PISTACHIO_RESET_I2C3 3
  11. #define PISTACHIO_RESET_I2S_IN 4
  12. #define PISTACHIO_RESET_PRL_OUT 5
  13. #define PISTACHIO_RESET_SPDIF_OUT 6
  14. #define PISTACHIO_RESET_SPI 7
  15. #define PISTACHIO_RESET_PWM_PDM 8
  16. #define PISTACHIO_RESET_UART0 9
  17. #define PISTACHIO_RESET_UART1 10
  18. #define PISTACHIO_RESET_QSPI 11
  19. #define PISTACHIO_RESET_MDC 12
  20. #define PISTACHIO_RESET_SDHOST 13
  21. #define PISTACHIO_RESET_ETHERNET 14
  22. #define PISTACHIO_RESET_IR 15
  23. #define PISTACHIO_RESET_HASH 16
  24. #define PISTACHIO_RESET_TIMER 17
  25. #define PISTACHIO_RESET_I2S_OUT 18
  26. #define PISTACHIO_RESET_SPDIF_IN 19
  27. #define PISTACHIO_RESET_EVT 20
  28. #define PISTACHIO_RESET_USB_H 21
  29. #define PISTACHIO_RESET_USB_PR 22
  30. #define PISTACHIO_RESET_USB_PHY_PR 23
  31. #define PISTACHIO_RESET_USB_PHY_PON 24
  32. #define PISTACHIO_RESET_MAX 24
  33. #endif