Commit e7b094c6 authored by Philipp Rossak's avatar Philipp Rossak Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: h3: Enable AP6212 BT on uart3 on Nanopi M1 Plus



The BT side of the AP6212 WiFi/BT combo module is connected to
uart3.

Enable BT on this board by enabling uart3 with using additionally
the cts and rts pins.

Signed-off-by: default avatarPhilipp Rossak <embed3d@gmail.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 5a8e62eb
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@
/ {
	model = "FriendlyArm NanoPi M1 Plus";
	compatible = "friendlyarm,nanopi-m1-plus", "allwinner,sun8i-h3";

	aliases {
		serial1 = &uart3;
	};
};

&ehci1 {
@@ -68,3 +72,9 @@
&ohci2 {
	status = "okay";
};

&uart3 {
	pinctrl-names = "default";
	pinctrl-0 = <&uart3_pins>, <&uart3_rts_cts_pins>;
	status = "okay";
};