From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eddie James Date: Thu, 9 Jan 2020 14:58:55 -0600 Subject: [PATCH v5 04/12] ARM: dts: aspeed: ast2600: Add SCU interrupt controllers In-Reply-To: <20200109205903.27036-1-eajames@linux.ibm.com> References: <20200109205903.27036-1-eajames@linux.ibm.com> Message-ID: <20200109205903.27036-5-eajames@linux.ibm.com> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Add nodes for the interrupt controllers provided by the SCU. Signed-off-by: Eddie James Reviewed-by: Andrew Jeffery --- arch/arm/boot/dts/aspeed-g6.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index 796976d275e1..6557212108a8 100644 --- a/arch/arm/boot/dts/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed-g6.dtsi @@ -268,6 +268,20 @@ smp-memram at 180 { compatible = "aspeed,ast2600-smpmem"; reg = <0x180 0x40>; }; + + scu_ic0: interrupt-controller at 0 { + #interrupt-cells = <1>; + compatible = "aspeed,ast2600-scu-ic0"; + interrupts = ; + interrupt-controller; + }; + + scu_ic1: interrupt-controller at 1 { + #interrupt-cells = <1>; + compatible = "aspeed,ast2600-scu-ic1"; + interrupts = ; + interrupt-controller; + }; }; rng: hwrng at 1e6e2524 { -- 2.24.0