Commit 7a558c46 authored by Keerthy's avatar Keerthy Committed by Tero Kristo
Browse files

arm64: dts: ti: am6-wakeup: Add gpio node



Add gpio0 node under wakeup domain. This has 56 gpios
and all are capable of generating banked interrupts.

Signed-off-by: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
parent 5fec389f
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -74,4 +74,19 @@
		ti,sci-dst-id = <56>;
		ti,sci-rm-range-girq = <0x4>;
	};

	wkup_gpio0: wkup_gpio0@42110000 {
		compatible = "ti,am654-gpio", "ti,keystone-gpio";
		reg = <0x42110000 0x100>;
		gpio-controller;
		#gpio-cells = <2>;
		interrupt-parent = <&intr_wkup_gpio>;
		interrupts = <59 128>, <59 129>, <59 130>, <59 131>;
		interrupt-controller;
		#interrupt-cells = <2>;
		ti,ngpio = <56>;
		ti,davinci-gpio-unbanked = <0>;
		clocks = <&k3_clks 59 0>;
		clock-names = "gpio";
	};
};