diff options
author | Eddie James <eajames@linux.ibm.com> | 2020-01-15 22:29:41 +0100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2020-05-05 08:05:43 +0200 |
commit | d1f3f68f55ca6f63e21aee097e075c9163d6e5a3 (patch) | |
tree | 5f17f5e68170c8b3813ca5c73d768a8c9fabc21c /arch/arm/boot/dts/aspeed-g5.dtsi | |
parent | Linux 5.7-rc2 (diff) | |
download | linux-d1f3f68f55ca6f63e21aee097e075c9163d6e5a3.tar.xz linux-d1f3f68f55ca6f63e21aee097e075c9163d6e5a3.zip |
ARM: dts: aspeed: ast2500: Add SCU interrupt controller
Add a node for the interrupt controller provided by the SCU.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-g5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g5.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi index f12ec04d3cbc..f8074f7dbe0b 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>; |