18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_ASPEED_SCU_IC_H_
48c2ecf20Sopenharmony_ci#define _DT_BINDINGS_INTERRUPT_CONTROLLER_ASPEED_SCU_IC_H_
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#define ASPEED_SCU_IC_VGA_CURSOR_CHANGE			0
78c2ecf20Sopenharmony_ci#define ASPEED_SCU_IC_VGA_SCRATCH_REG_CHANGE		1
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define ASPEED_AST2500_SCU_IC_PCIE_RESET_LO_TO_HI	2
108c2ecf20Sopenharmony_ci#define ASPEED_AST2500_SCU_IC_PCIE_RESET_HI_TO_LO	3
118c2ecf20Sopenharmony_ci#define ASPEED_AST2500_SCU_IC_LPC_RESET_LO_TO_HI	4
128c2ecf20Sopenharmony_ci#define ASPEED_AST2500_SCU_IC_LPC_RESET_HI_TO_LO	5
138c2ecf20Sopenharmony_ci#define ASPEED_AST2500_SCU_IC_ISSUE_MSI			6
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#define ASPEED_AST2600_SCU_IC0_PCIE_PERST_LO_TO_HI	2
168c2ecf20Sopenharmony_ci#define ASPEED_AST2600_SCU_IC0_PCIE_PERST_HI_TO_LO	3
178c2ecf20Sopenharmony_ci#define ASPEED_AST2600_SCU_IC0_PCIE_RCRST_LO_TO_HI	4
188c2ecf20Sopenharmony_ci#define ASPEED_AST2600_SCU_IC0_PCIE_RCRST_HI_TO_LO	5
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci#define ASPEED_AST2600_SCU_IC1_LPC_RESET_LO_TO_HI	0
218c2ecf20Sopenharmony_ci#define ASPEED_AST2600_SCU_IC1_LPC_RESET_HI_TO_LO	1
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_INTERRUPT_CONTROLLER_ASPEED_SCU_IC_H_ */
24