Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c08f4252 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: sunxi: dt: Add uart3 dt node



Both A10 and A13 Allwinner SoCs have a Synopsys APB uart3 device
available, so add it to the sunxi.dtsi file

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: default avatarEmilio López <emilio@elopez.com.ar>
parent 89b3c99f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -145,5 +145,15 @@
			clocks = <&osc>;
			status = "disabled";
		};

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