bt1-ccu.h 629 B

12345678910111213141516171819202122232425
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2020 BAIKAL ELECTRONICS, JSC
  4. *
  5. * Baikal-T1 CCU reset indices
  6. */
  7. #ifndef __DT_BINDINGS_RESET_BT1_CCU_H
  8. #define __DT_BINDINGS_RESET_BT1_CCU_H
  9. #define CCU_AXI_MAIN_RST 0
  10. #define CCU_AXI_DDR_RST 1
  11. #define CCU_AXI_SATA_RST 2
  12. #define CCU_AXI_GMAC0_RST 3
  13. #define CCU_AXI_GMAC1_RST 4
  14. #define CCU_AXI_XGMAC_RST 5
  15. #define CCU_AXI_PCIE_M_RST 6
  16. #define CCU_AXI_PCIE_S_RST 7
  17. #define CCU_AXI_USB_RST 8
  18. #define CCU_AXI_HWA_RST 9
  19. #define CCU_AXI_SRAM_RST 10
  20. #define CCU_SYS_SATA_REF_RST 0
  21. #define CCU_SYS_APB_RST 1
  22. #endif /* __DT_BINDINGS_RESET_BT1_CCU_H */