Commit 95f4b4f4 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: gr8: Add the UART3



The GR8 has access to the UART3 controller, which was missing in the
DTSI. Add it.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 0ff8219f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -978,6 +978,16 @@ uart2: serial@01c28800 {
			status = "disabled";
		};

		uart3: serial@01c28c00 {
			compatible = "snps,dw-apb-uart";
			reg = <0x01c28c00 0x400>;
			interrupts = <4>;
			reg-shift = <2>;
			reg-io-width = <4>;
			clocks = <&apb1_gates 19>;
			status = "disabled";
		};

		i2c0: i2c@01c2ac00 {
			compatible = "allwinner,sun4i-a10-i2c";
			reg = <0x01c2ac00 0x400>;