162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (C) 2020 BAIKAL ELECTRONICS, JSC
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Baikal-T1 CCU reset indices
662306a36Sopenharmony_ci */
762306a36Sopenharmony_ci#ifndef __DT_BINDINGS_RESET_BT1_CCU_H
862306a36Sopenharmony_ci#define __DT_BINDINGS_RESET_BT1_CCU_H
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#define CCU_AXI_MAIN_RST		0
1162306a36Sopenharmony_ci#define CCU_AXI_DDR_RST			1
1262306a36Sopenharmony_ci#define CCU_AXI_SATA_RST		2
1362306a36Sopenharmony_ci#define CCU_AXI_GMAC0_RST		3
1462306a36Sopenharmony_ci#define CCU_AXI_GMAC1_RST		4
1562306a36Sopenharmony_ci#define CCU_AXI_XGMAC_RST		5
1662306a36Sopenharmony_ci#define CCU_AXI_PCIE_M_RST		6
1762306a36Sopenharmony_ci#define CCU_AXI_PCIE_S_RST		7
1862306a36Sopenharmony_ci#define CCU_AXI_USB_RST			8
1962306a36Sopenharmony_ci#define CCU_AXI_HWA_RST			9
2062306a36Sopenharmony_ci#define CCU_AXI_SRAM_RST		10
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ci#define CCU_SYS_SATA_REF_RST		0
2362306a36Sopenharmony_ci#define CCU_SYS_APB_RST			1
2462306a36Sopenharmony_ci#define CCU_SYS_DDR_FULL_RST		2
2562306a36Sopenharmony_ci#define CCU_SYS_DDR_INIT_RST		3
2662306a36Sopenharmony_ci#define CCU_SYS_PCIE_PCS_PHY_RST	4
2762306a36Sopenharmony_ci#define CCU_SYS_PCIE_PIPE0_RST		5
2862306a36Sopenharmony_ci#define CCU_SYS_PCIE_CORE_RST		6
2962306a36Sopenharmony_ci#define CCU_SYS_PCIE_PWR_RST		7
3062306a36Sopenharmony_ci#define CCU_SYS_PCIE_STICKY_RST		8
3162306a36Sopenharmony_ci#define CCU_SYS_PCIE_NSTICKY_RST	9
3262306a36Sopenharmony_ci#define CCU_SYS_PCIE_HOT_RST		10
3362306a36Sopenharmony_ci
3462306a36Sopenharmony_ci#endif /* __DT_BINDINGS_RESET_BT1_CCU_H */
35