162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0+ */ 262306a36Sopenharmony_ci 362306a36Sopenharmony_ci#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_ASPEED_SCU_IC_H_ 462306a36Sopenharmony_ci#define _DT_BINDINGS_INTERRUPT_CONTROLLER_ASPEED_SCU_IC_H_ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#define ASPEED_SCU_IC_VGA_CURSOR_CHANGE 0 762306a36Sopenharmony_ci#define ASPEED_SCU_IC_VGA_SCRATCH_REG_CHANGE 1 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#define ASPEED_AST2500_SCU_IC_PCIE_RESET_LO_TO_HI 2 1062306a36Sopenharmony_ci#define ASPEED_AST2500_SCU_IC_PCIE_RESET_HI_TO_LO 3 1162306a36Sopenharmony_ci#define ASPEED_AST2500_SCU_IC_LPC_RESET_LO_TO_HI 4 1262306a36Sopenharmony_ci#define ASPEED_AST2500_SCU_IC_LPC_RESET_HI_TO_LO 5 1362306a36Sopenharmony_ci#define ASPEED_AST2500_SCU_IC_ISSUE_MSI 6 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#define ASPEED_AST2600_SCU_IC0_PCIE_PERST_LO_TO_HI 2 1662306a36Sopenharmony_ci#define ASPEED_AST2600_SCU_IC0_PCIE_PERST_HI_TO_LO 3 1762306a36Sopenharmony_ci#define ASPEED_AST2600_SCU_IC0_PCIE_RCRST_LO_TO_HI 4 1862306a36Sopenharmony_ci#define ASPEED_AST2600_SCU_IC0_PCIE_RCRST_HI_TO_LO 5 1962306a36Sopenharmony_ci 2062306a36Sopenharmony_ci#define ASPEED_AST2600_SCU_IC1_LPC_RESET_LO_TO_HI 0 2162306a36Sopenharmony_ci#define ASPEED_AST2600_SCU_IC1_LPC_RESET_HI_TO_LO 1 2262306a36Sopenharmony_ci 2362306a36Sopenharmony_ci#endif /* _DT_BINDINGS_INTERRUPT_CONTROLLER_ASPEED_SCU_IC_H_ */ 24