Linux-Amlogic Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/2] arm64: dts: meson-a1: add gpio_intc node
@ 2023-02-02 14:15 Alexey Romanov
  2023-02-02 14:19 ` Alexey Romanov
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Alexey Romanov @ 2023-02-02 14:15 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, neil.armstrong, khilman, jbrunet,
	martin.blumenstingl
  Cc: devicetree, linux-arm-kernel, linux-amlogic, linux-kernel, kernel,
	Alexey Romanov

Add gpio interrupt controller node.

Signed-off-by: Alexey Romanov <avromanov@sberdevices.ru>
---
 arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
index 6268c323a810..a04ddf0f4cd3 100644
--- a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi
@@ -158,6 +158,16 @@ clkc_pll: pll-clock-controller@7c80 {
 					 <&clkc_periphs CLKID_XTAL_HIFIPLL>;
 				clock-names = "xtal_fixpll", "xtal_hifipll";
 			};
+
+			gpio_intc: interrupt-controller@0440 {
+				compatible = "amlogic,meson-a1-gpio-intc",
+					     "amlogic,meson-gpio-intc";
+				reg = <0x0 0x0440 0x0 0x14>;
+				interrupt-controller;
+				#interrupt-cells = <2>;
+				amlogic,channel-interrupts =
+					<49 50 51 52 53 54 55 56>;
+			};
 		};
 
 		gic: interrupt-controller@ff901000 {
-- 
2.38.1


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-07  9:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-02 14:15 [PATCH v1 1/2] arm64: dts: meson-a1: add gpio_intc node Alexey Romanov
2023-02-02 14:19 ` Alexey Romanov
2023-02-04 23:05 ` Martin Blumenstingl
2023-02-06 11:26   ` Dmitry Rokosov
2023-02-08 12:34 ` Neil Armstrong
2023-03-06 18:53   ` Alexey Romanov
2023-03-07  8:00 ` neil.armstrong
2023-03-07  9:30   ` Alexey Romanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox