mt7623-reset.h 573 B

12345678910111213141516171819202122232425
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2018 MediaTek Inc.
  4. */
  5. #ifndef _DT_BINDINGS_MTK_RESET_H_
  6. #define _DT_BINDINGS_MTK_RESET_H_
  7. /* ETHSYS resets */
  8. #define ETHSYS_PPE_RST 31
  9. #define ETHSYS_GMAC_RST 23
  10. #define ETHSYS_FE_RST 6
  11. #define ETHSYS_MCM_RST 2
  12. #define ETHSYS_SYS_RST 0
  13. /* HIFSYS resets */
  14. #define HIFSYS_PCIE2_RST 26
  15. #define HIFSYS_PCIE1_RST 25
  16. #define HIFSYS_PCIE0_RST 24
  17. #define HIFSYS_UPHY1_RST 22
  18. #define HIFSYS_UPHY0_RST 21
  19. #define HIFSYS_UHOST1_RST 4
  20. #define HIFSYS_UHOST0_RST 3
  21. #endif /* _DT_BINDINGS_MTK_RESET_H_ */