mt7628-reset.h 935 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2019 MediaTek Inc.
  4. *
  5. * Author: Weijie Gao <weijie.gao@mediatek.com>
  6. */
  7. #ifndef _DT_BINDINGS_MT7628_RESET_H_
  8. #define _DT_BINDINGS_MT7628_RESET_H_
  9. #define MT7628_PWM_RST 31
  10. #define MT7628_SDXC_RST 30
  11. #define MT7628_CRYPTO_RST 29
  12. #define MT7628_AUX_STCK_RST 28
  13. #define MT7628_PCIE_RST 26
  14. #define MT7628_EPHY_RST 24
  15. #define MT7628_ETH_RST 23
  16. #define MT7628_UPHY_RST 22
  17. #define MT7628_UART2_RST 20
  18. #define MT7628_UART1_RST 19
  19. #define MT7628_SPI_RST 18
  20. #define MT7628_I2S_RST 17
  21. #define MT7628_I2C_RST 16
  22. #define MT7628_GDMA_RST 14
  23. #define MT7628_PIO_RST 13
  24. #define MT7628_UART0_RST 12
  25. #define MT7628_PCM_RST 11
  26. #define MT7628_MC_RST 10
  27. #define MT7628_INT_RST 9
  28. #define MT7628_TIMER_RST 8
  29. #define MT7628_HIF_RST 5
  30. #define MT7628_WIFI_RST 4
  31. #define MT7628_SPIS_RST 3
  32. #define MT7628_SYS_RST 0
  33. #endif /* _DT_BINDINGS_MT7628_RESET_H_ */