Skip to content

Commit 64f2f7b

Browse files
committed
arm64: dts: allwinner: a523: Add UART1 pins
UART1 is normally used to connect to the Bluetooth side of a Broadcom WiFi+BT combo chip. The connection uses 4 pins. Add pinmux nodes for UART1, one for the RX/TX pins, and one for the RTS/CTS pins. Reviewed-by: Andre Przywara <andre.przywara@arm.com> Link: https://patch.msgid.link/20250628161608.3072968-5-wens@kernel.org Signed-off-by: Chen-Yu Tsai <wens@csie.org>
1 parent 84c4a16 commit 64f2f7b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,20 @@
168168
allwinner,pinmux = <2>;
169169
function = "uart0";
170170
};
171+
172+
/omit-if-no-ref/
173+
uart1_pins: uart1-pins {
174+
pins = "PG6", "PG7";
175+
function = "uart1";
176+
allwinner,pinmux = <2>;
177+
};
178+
179+
/omit-if-no-ref/
180+
uart1_rts_cts_pins: uart1-rts-cts-pins {
181+
pins = "PG8", "PG9";
182+
function = "uart1";
183+
allwinner,pinmux = <2>;
184+
};
171185
};
172186

173187
ccu: clock-controller@2001000 {

0 commit comments

Comments
 (0)