ARM: dts: aspeed: ast2600: Add SCU interrupt controllers
authorEddie James <eajames@linux.ibm.com>
Wed, 15 Jan 2020 21:29:42 +0000 (15:29 -0600)
committerJoel Stanley <joel@jms.id.au>
Tue, 5 May 2020 06:05:51 +0000 (15:35 +0930)
Add nodes for the interrupt controllers 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>
arch/arm/boot/dts/aspeed-g6.dtsi

index 0a29b3b57a9dc86ff0a7fd7a2d5af7793db5448e..525103f4507451f5efea00adcfb8a27c839b115a 100644 (file)
                                        compatible = "aspeed,ast2600-smpmem";
                                        reg = <0x180 0x40>;
                                };
+
+                               scu_ic0: interrupt-controller@560 {
+                                       #interrupt-cells = <1>;
+                                       compatible = "aspeed,ast2600-scu-ic0";
+                                       reg = <0x560 0x4>;
+                                       interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>;
+                                       interrupt-controller;
+                               };
+
+                               scu_ic1: interrupt-controller@570 {
+                                       #interrupt-cells = <1>;
+                                       compatible = "aspeed,ast2600-scu-ic1";
+                                       reg = <0x570 0x4>;
+                                       interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
+                                       interrupt-controller;
+                               };
                        };
 
                        rng: hwrng@1e6e2524 {