suniv-ccu-f1c100s.h 912 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. *
  3. * Copyright (C) 2018 Icenowy Zheng <[email protected]>
  4. *
  5. */
  6. #ifndef _DT_BINDINGS_RST_SUNIV_F1C100S_H_
  7. #define _DT_BINDINGS_RST_SUNIV_F1C100S_H_
  8. #define RST_USB_PHY0 0
  9. #define RST_BUS_DMA 1
  10. #define RST_BUS_MMC0 2
  11. #define RST_BUS_MMC1 3
  12. #define RST_BUS_DRAM 4
  13. #define RST_BUS_SPI0 5
  14. #define RST_BUS_SPI1 6
  15. #define RST_BUS_OTG 7
  16. #define RST_BUS_VE 8
  17. #define RST_BUS_LCD 9
  18. #define RST_BUS_DEINTERLACE 10
  19. #define RST_BUS_CSI 11
  20. #define RST_BUS_TVD 12
  21. #define RST_BUS_TVE 13
  22. #define RST_BUS_DE_BE 14
  23. #define RST_BUS_DE_FE 15
  24. #define RST_BUS_CODEC 16
  25. #define RST_BUS_SPDIF 17
  26. #define RST_BUS_IR 18
  27. #define RST_BUS_RSB 19
  28. #define RST_BUS_I2S0 20
  29. #define RST_BUS_I2C0 21
  30. #define RST_BUS_I2C1 22
  31. #define RST_BUS_I2C2 23
  32. #define RST_BUS_UART0 24
  33. #define RST_BUS_UART1 25
  34. #define RST_BUS_UART2 26
  35. #endif /* _DT_BINDINGS_RST_SUNIV_F1C100S_H_ */