xref: /linux/include/dt-bindings/reset/bt1-ccu.h (revision 0be3ff0c)
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 
10 #define CCU_AXI_MAIN_RST		0
11 #define CCU_AXI_DDR_RST			1
12 #define CCU_AXI_SATA_RST		2
13 #define CCU_AXI_GMAC0_RST		3
14 #define CCU_AXI_GMAC1_RST		4
15 #define CCU_AXI_XGMAC_RST		5
16 #define CCU_AXI_PCIE_M_RST		6
17 #define CCU_AXI_PCIE_S_RST		7
18 #define CCU_AXI_USB_RST			8
19 #define CCU_AXI_HWA_RST			9
20 #define CCU_AXI_SRAM_RST		10
21 
22 #define CCU_SYS_SATA_REF_RST		0
23 #define CCU_SYS_APB_RST			1
24 
25 #endif /* __DT_BINDINGS_RESET_BT1_CCU_H */
26