13d0407baSopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */
23d0407baSopenharmony_ci
33d0407baSopenharmony_ci#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_ASPEED_SCU_IC_H_
43d0407baSopenharmony_ci#define _DT_BINDINGS_INTERRUPT_CONTROLLER_ASPEED_SCU_IC_H_
53d0407baSopenharmony_ci
63d0407baSopenharmony_ci#define ASPEED_SCU_IC_VGA_CURSOR_CHANGE			0
73d0407baSopenharmony_ci#define ASPEED_SCU_IC_VGA_SCRATCH_REG_CHANGE		1
83d0407baSopenharmony_ci
93d0407baSopenharmony_ci#define ASPEED_AST2500_SCU_IC_PCIE_RESET_LO_TO_HI	2
103d0407baSopenharmony_ci#define ASPEED_AST2500_SCU_IC_PCIE_RESET_HI_TO_LO	3
113d0407baSopenharmony_ci#define ASPEED_AST2500_SCU_IC_LPC_RESET_LO_TO_HI	4
123d0407baSopenharmony_ci#define ASPEED_AST2500_SCU_IC_LPC_RESET_HI_TO_LO	5
133d0407baSopenharmony_ci#define ASPEED_AST2500_SCU_IC_ISSUE_MSI			6
143d0407baSopenharmony_ci
153d0407baSopenharmony_ci#define ASPEED_AST2600_SCU_IC0_PCIE_PERST_LO_TO_HI	2
163d0407baSopenharmony_ci#define ASPEED_AST2600_SCU_IC0_PCIE_PERST_HI_TO_LO	3
173d0407baSopenharmony_ci#define ASPEED_AST2600_SCU_IC0_PCIE_RCRST_LO_TO_HI	4
183d0407baSopenharmony_ci#define ASPEED_AST2600_SCU_IC0_PCIE_RCRST_HI_TO_LO	5
193d0407baSopenharmony_ci
203d0407baSopenharmony_ci#define ASPEED_AST2600_SCU_IC1_LPC_RESET_LO_TO_HI	0
213d0407baSopenharmony_ci#define ASPEED_AST2600_SCU_IC1_LPC_RESET_HI_TO_LO	1
223d0407baSopenharmony_ci
233d0407baSopenharmony_ci#endif /* _DT_BINDINGS_INTERRUPT_CONTROLLER_ASPEED_SCU_IC_H_ */
24