[PATCH v3 03/12] ARM: dts: aspeed: ast2500: Add SCU interrupt controller

Eddie James eajames at linux.ibm.com
Thu Dec 19 02:09:29 AEDT 2019


Add a node for the interrupt controller provided by the SCU.

Signed-off-by: Eddie James <eajames at linux.ibm.com>
---
Changes since v2:
 - Remove the addition of ranges in the SCU

 arch/arm/boot/dts/aspeed-g5.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
index a259c63fff06..4791a50e37ee 100644
--- a/arch/arm/boot/dts/aspeed-g5.dtsi
+++ b/arch/arm/boot/dts/aspeed-g5.dtsi
@@ -231,6 +231,13 @@ p2a: p2a-control {
 					compatible = "aspeed,ast2500-p2a-ctrl";
 					status = "disabled";
 				};
+
+				scu_ic: interrupt-controller at 18 {
+					#interrupt-cells = <1>;
+					compatible = "aspeed,ast2500-scu-ic";
+					interrupts = <21>;
+					interrupt-controller;
+				};
 			};
 
 			rng: hwrng at 1e6e2078 {
-- 
2.24.0



More information about the Linux-aspeed mailing list