18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2020 BAIKAL ELECTRONICS, JSC
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Baikal-T1 CCU reset indices
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_RESET_BT1_CCU_H
88c2ecf20Sopenharmony_ci#define __DT_BINDINGS_RESET_BT1_CCU_H
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#define CCU_AXI_MAIN_RST		0
118c2ecf20Sopenharmony_ci#define CCU_AXI_DDR_RST			1
128c2ecf20Sopenharmony_ci#define CCU_AXI_SATA_RST		2
138c2ecf20Sopenharmony_ci#define CCU_AXI_GMAC0_RST		3
148c2ecf20Sopenharmony_ci#define CCU_AXI_GMAC1_RST		4
158c2ecf20Sopenharmony_ci#define CCU_AXI_XGMAC_RST		5
168c2ecf20Sopenharmony_ci#define CCU_AXI_PCIE_M_RST		6
178c2ecf20Sopenharmony_ci#define CCU_AXI_PCIE_S_RST		7
188c2ecf20Sopenharmony_ci#define CCU_AXI_USB_RST			8
198c2ecf20Sopenharmony_ci#define CCU_AXI_HWA_RST			9
208c2ecf20Sopenharmony_ci#define CCU_AXI_SRAM_RST		10
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#define CCU_SYS_SATA_REF_RST		0
238c2ecf20Sopenharmony_ci#define CCU_SYS_APB_RST			1
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_ci#endif /* __DT_BINDINGS_RESET_BT1_CCU_H */
26