arm64: dts: uniphier: add AIDET nodes
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 27 Aug 2017 12:03:06 +0000 (21:03 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 28 Aug 2017 14:57:24 +0000 (23:57 +0900)
Add UniPhier AIDET (ARM Interrupt Detector) nodes to support
active low interrupts.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi

index 5537a457af977c904affc8e4f5457a48826dda38..ee4aff53a5f5dc8063bf0779e23da47fe5f4e522 100644 (file)
                        };
                };
 
+               aidet: aidet@5fc20000 {
+                       compatible = "socionext,uniphier-ld11-aidet";
+                       reg = <0x5fc20000 0x200>;
+                       interrupt-controller;
+                       #interrupt-cells = <2>;
+               };
+
                gic: interrupt-controller@5fe00000 {
                        compatible = "arm,gic-v3";
                        reg = <0x5fe00000 0x10000>,     /* GICD */
index 304cb743d70c61c1a3a59e02ec275d83d85a3105..f4948d0aa3483082e590c9038509aef0c27072d0 100644 (file)
                        };
                };
 
+               aidet: aidet@5fc20000 {
+                       compatible = "socionext,uniphier-ld20-aidet";
+                       reg = <0x5fc20000 0x200>;
+                       interrupt-controller;
+                       #interrupt-cells = <2>;
+               };
+
                gic: interrupt-controller@5fe00000 {
                        compatible = "arm,gic-v3";
                        reg = <0x5fe00000 0x10000>,     /* GICD */