arm: dts: owl-s500: Add SIRQ controller
authorCristian Ciocaltea <cristian.ciocaltea@gmail.com>
Tue, 29 Dec 2020 21:17:25 +0000 (23:17 +0200)
committerManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thu, 31 Dec 2020 07:35:33 +0000 (13:05 +0530)
Add SIRQ controller node for Actions Semi S500 SoC.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
arch/arm/boot/dts/owl-s500.dtsi

index 55f8b8c2e149b1eaa1f50bf50c326197805c8274..cd635f222d26e2498826fde51385ab9e32ad23c9 100644 (file)
                        status = "disabled";
                };
 
+               sirq: interrupt-controller@b01b0200 {
+                       compatible = "actions,s500-sirq";
+                       reg = <0xb01b0200 0x4>;
+                       interrupt-controller;
+                       #interrupt-cells = <2>;
+                       interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>, /* SIRQ0 */
+                                    <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>, /* SIRQ1 */
+                                    <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>; /* SIRQ2 */
+               };
+
                timer: timer@b0168000 {
                        compatible = "actions,s500-timer";
                        reg = <0xb0168000 0x8000>;