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

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
...@@ -45,6 +45,10 @@ ...@@ -45,6 +45,10 @@
/ { / {
model = "FriendlyArm NanoPi M1 Plus"; model = "FriendlyArm NanoPi M1 Plus";
compatible = "friendlyarm,nanopi-m1-plus", "allwinner,sun8i-h3"; compatible = "friendlyarm,nanopi-m1-plus", "allwinner,sun8i-h3";
aliases {
serial1 = &uart3;
};
}; };
&ehci1 { &ehci1 {
...@@ -68,3 +72,9 @@ &ohci1 { ...@@ -68,3 +72,9 @@ &ohci1 {
&ohci2 { &ohci2 {
status = "okay"; status = "okay";
}; };
&uart3 {
pinctrl-names = "default";
pinctrl-0 = <&uart3_pins>, <&uart3_rts_cts_pins>;
status = "okay";
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment