Skip to content

Commit 67c2799

Browse files
Xianwei Zhaosuperna9999
authored andcommitted
arm64: dts: Add gpio_intc node for Amlogic A5 SoCs
Add GPIO interrupt controller device. Signed-off-by: Xianwei Zhao <xianwei.zhao@amlogic.com> Link: https://lore.kernel.org/r/20250311-irqchip-gpio-a4-a5-v5-4-ca4cc276c18c@amlogic.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 66eae21 commit 67c2799

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm64/boot/dts/amlogic/amlogic-a5.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,15 @@
4848
};
4949
};
5050
};
51+
52+
&apb {
53+
gpio_intc: interrupt-controller@4080 {
54+
compatible = "amlogic,a5-gpio-intc",
55+
"amlogic,meson-gpio-intc";
56+
reg = <0x0 0x4080 0x0 0x20>;
57+
interrupt-controller;
58+
#interrupt-cells = <2>;
59+
amlogic,channel-interrupts =
60+
<10 11 12 13 14 15 16 17 18 19 20 21>;
61+
};
62+
};

0 commit comments

Comments
 (0)