Skip to content

Commit e981e45

Browse files
xdarklightkhilman
authored andcommitted
ARM: dts: meson8: add the uart_A pins
This adds the pins for uart_A, which is used to connect to the Bluetooth module on some devices. Signed-off-by: Martin Blumenstingl <[email protected]> Signed-off-by: Kevin Hilman <[email protected]>
1 parent e592f65 commit e981e45

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

arch/arm/boot/dts/meson8.dtsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,22 @@
281281
function = "pwm_e";
282282
};
283283
};
284+
285+
uart_a1_pins: uart-a1 {
286+
mux {
287+
groups = "uart_tx_a1",
288+
"uart_rx_a1";
289+
function = "uart_a";
290+
};
291+
};
292+
293+
uart_a1_cts_rts_pins: uart-a1-cts-rts {
294+
mux {
295+
groups = "uart_cts_a1",
296+
"uart_rts_a1";
297+
function = "uart_a";
298+
};
299+
};
284300
};
285301
};
286302

0 commit comments

Comments
 (0)