Commit c988ae37 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Bartosz Golaszewski
Browse files

arm: dts: visconti: Add DT support for Toshiba Visconti5 GPIO driver



Add the GPIO node in Toshiba Visconti5 SoC-specific DT file.
And enable the GPIO node in TMPV7708 RM main board's board-specific DT file.

Signed-off-by: default avatarNobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
Reviewed-by: default avatarPunit Agrawal <punit1.agrawal@toshiba.co.jp>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
parent 5103c90d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -41,3 +41,7 @@
	clocks = <&uart_clk>;
	clock-names = "apb_pclk";
};

&gpio {
	status = "okay";
};
+11 −0
Original line number Diff line number Diff line
@@ -157,6 +157,17 @@
			reg = <0 0x24190000 0 0x10000>;
		};

		gpio: gpio@28020000 {
			compatible = "toshiba,gpio-tmpv7708";
			reg = <0 0x28020000 0 0x1000>;
			#gpio-cells = <0x2>;
			gpio-ranges = <&pmux 0 0 32>;
			gpio-controller;
			interrupt-controller;
			#interrupt-cells = <2>;
			interrupt-parent = <&gic>;
		};

		uart0: serial@28200000 {
			compatible = "arm,pl011", "arm,primecell";
			reg = <0 0x28200000 0 0x1000>;