1 /* $NetBSD: bt1-ccu.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0-only */ 4 /* 5 * Copyright (C) 2020 BAIKAL ELECTRONICS, JSC 6 * 7 * Baikal-T1 CCU reset indices 8 */ 9 #ifndef __DT_BINDINGS_RESET_BT1_CCU_H 10 #define __DT_BINDINGS_RESET_BT1_CCU_H 11 12 #define CCU_AXI_MAIN_RST 0 13 #define CCU_AXI_DDR_RST 1 14 #define CCU_AXI_SATA_RST 2 15 #define CCU_AXI_GMAC0_RST 3 16 #define CCU_AXI_GMAC1_RST 4 17 #define CCU_AXI_XGMAC_RST 5 18 #define CCU_AXI_PCIE_M_RST 6 19 #define CCU_AXI_PCIE_S_RST 7 20 #define CCU_AXI_USB_RST 8 21 #define CCU_AXI_HWA_RST 9 22 #define CCU_AXI_SRAM_RST 10 23 24 #define CCU_SYS_SATA_REF_RST 0 25 #define CCU_SYS_APB_RST 1 26 27 #endif /* __DT_BINDINGS_RESET_BT1_CCU_H */ 28