Skip to content

Commit dd39864

Browse files
nullr0utewens
authored andcommitted
arm64: dts: allwinner: a64: Add WiFi/BT header on PINE A64
This adds all the pin mappings on the WiFi/BT header on the original Pine64. 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 a1c3985 commit dd39864

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,17 @@
124124
status = "okay";
125125
};
126126

127+
/* On Wifi/BT connector */
128+
&mmc1 {
129+
pinctrl-names = "default";
130+
pinctrl-0 = <&mmc1_pins>;
131+
vmmc-supply = <&reg_dldo4>;
132+
vqmmc-supply = <&reg_eldo1>;
133+
bus-width = <4>;
134+
non-removable;
135+
status = "disabled";
136+
};
137+
127138
&ohci0 {
128139
status = "okay";
129140
};
@@ -286,6 +297,7 @@
286297
&uart1 {
287298
pinctrl-names = "default";
288299
pinctrl-0 = <&uart1_pins>, <&uart1_rts_cts_pins>;
300+
uart-has-rtscts;
289301
status = "disabled";
290302
};
291303

0 commit comments

Comments
 (0)