mt7621-reset.h 993 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
  2. /*
  3. * Copyright (c) 2021 Sergio Paracuellos
  4. * Author: Sergio Paracuellos <[email protected]>
  5. */
  6. #ifndef DT_BINDING_MT7621_RESET_H
  7. #define DT_BINDING_MT7621_RESET_H
  8. #define MT7621_RST_SYS 0
  9. #define MT7621_RST_MCM 2
  10. #define MT7621_RST_HSDMA 5
  11. #define MT7621_RST_FE 6
  12. #define MT7621_RST_SPDIFTX 7
  13. #define MT7621_RST_TIMER 8
  14. #define MT7621_RST_INT 9
  15. #define MT7621_RST_MC 10
  16. #define MT7621_RST_PCM 11
  17. #define MT7621_RST_PIO 13
  18. #define MT7621_RST_GDMA 14
  19. #define MT7621_RST_NFI 15
  20. #define MT7621_RST_I2C 16
  21. #define MT7621_RST_I2S 17
  22. #define MT7621_RST_SPI 18
  23. #define MT7621_RST_UART1 19
  24. #define MT7621_RST_UART2 20
  25. #define MT7621_RST_UART3 21
  26. #define MT7621_RST_ETH 23
  27. #define MT7621_RST_PCIE0 24
  28. #define MT7621_RST_PCIE1 25
  29. #define MT7621_RST_PCIE2 26
  30. #define MT7621_RST_AUX_STCK 28
  31. #define MT7621_RST_CRYPTO 29
  32. #define MT7621_RST_SDXC 30
  33. #define MT7621_RST_PPE 31
  34. #endif /* DT_BINDING_MT7621_RESET_H */