Skip to content

Commit b6aa4fb

Browse files
nullr0utewens
authored andcommitted
arm64: dts: allwinner: a64: Add WiFi/BT header on SOPINE Baseboard
This adds all the pin mappings on the WiFi/BT header on the SOPINE Baseboard/A64-LTS. They're disabled by default as the modules don't ship by default. This includes, where they haven't been already, UART1 for BT and mmc1 for WiFi. Signed-off-by: Peter Robinson <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent dd39864 commit b6aa4fb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,17 @@
103103
};
104104
};
105105

106+
/* On Wifi/BT connector */
107+
&mmc1 {
108+
pinctrl-names = "default";
109+
pinctrl-0 = <&mmc1_pins>;
110+
vmmc-supply = <&reg_dldo4>;
111+
vqmmc-supply = <&reg_eldo1>;
112+
bus-width = <4>;
113+
non-removable;
114+
status = "disabled";
115+
};
116+
106117
&mmc2 {
107118
pinctrl-names = "default";
108119
pinctrl-0 = <&mmc2_pins>;
@@ -175,6 +186,14 @@
175186
status = "okay";
176187
};
177188

189+
/* On Wifi/BT connector, with RTS/CTS */
190+
&uart1 {
191+
pinctrl-names = "default";
192+
pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
193+
uart-has-rtscts;
194+
status = "disabled";
195+
};
196+
178197
/* On Pi-2 connector */
179198
&uart2 {
180199
pinctrl-names = "default";

0 commit comments

Comments
 (0)