0001
0002
0003
0004
0005
0006
0007 #ifndef __DT_BINDINGS_RESET_BT1_CCU_H
0008 #define __DT_BINDINGS_RESET_BT1_CCU_H
0009
0010 #define CCU_AXI_MAIN_RST 0
0011 #define CCU_AXI_DDR_RST 1
0012 #define CCU_AXI_SATA_RST 2
0013 #define CCU_AXI_GMAC0_RST 3
0014 #define CCU_AXI_GMAC1_RST 4
0015 #define CCU_AXI_XGMAC_RST 5
0016 #define CCU_AXI_PCIE_M_RST 6
0017 #define CCU_AXI_PCIE_S_RST 7
0018 #define CCU_AXI_USB_RST 8
0019 #define CCU_AXI_HWA_RST 9
0020 #define CCU_AXI_SRAM_RST 10
0021
0022 #define CCU_SYS_SATA_REF_RST 0
0023 #define CCU_SYS_APB_RST 1
0024
0025 #endif