Skip to content

Commit 3f73456

Browse files
Huqiang QinKAGA-KOKO
authored andcommitted
arm64: dts: Add gpio_intc node for Amlogic-T7 SoCs
Add GPIO interrupt controller device. Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20240222074640.1866284-4-huqiang.qin@amlogic.com
1 parent e281bfa commit 3f73456

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,16 @@
171171
};
172172
};
173173

174+
gpio_intc: interrupt-controller@4080 {
175+
compatible = "amlogic,t7-gpio-intc",
176+
"amlogic,meson-gpio-intc";
177+
reg = <0x0 0x4080 0x0 0x20>;
178+
interrupt-controller;
179+
#interrupt-cells = <2>;
180+
amlogic,channel-interrupts =
181+
<10 11 12 13 14 15 16 17 18 19 20 21>;
182+
};
183+
174184
uart_a: serial@78000 {
175185
compatible = "amlogic,t7-uart", "amlogic,meson-s4-uart";
176186
reg = <0x0 0x78000 0x0 0x18>;

0 commit comments

Comments
 (0)