From: Eddie James Date: Wed, 15 Jan 2020 21:29:41 +0000 (-0600) Subject: ARM: dts: aspeed: ast2500: Add SCU interrupt controller X-Git-Tag: v5.8-rc1~137^2~48^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1f3f68f55ca6f63e21aee097e075c9163d6e5a3;p=thirdparty%2Flinux.git ARM: dts: aspeed: ast2500: Add SCU interrupt controller Add a node for the interrupt controller provided by the SCU. Signed-off-by: Eddie James Reviewed-by: Andrew Jeffery Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index f12ec04d3cbca..f8074f7dbe0b2 100644 --- a/arch/arm/boot/dts/aspeed-g5.dtsi +++ b/arch/arm/boot/dts/aspeed-g5.dtsi @@ -224,6 +224,14 @@ #clock-cells = <1>; #reset-cells = <1>; + scu_ic: interrupt-controller@18 { + #interrupt-cells = <1>; + compatible = "aspeed,ast2500-scu-ic"; + reg = <0x18 0x4>; + interrupts = <21>; + interrupt-controller; + }; + p2a: p2a-control@2c { compatible = "aspeed,ast2500-p2a-ctrl"; reg = <0x2c 0x4>;