mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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 <martin.blumenstingl@googlemail.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
e592f6585c
commit
e981e459af
1 changed files with 16 additions and 0 deletions
|
@ -281,6 +281,22 @@
|
|||
function = "pwm_e";
|
||||
};
|
||||
};
|
||||
|
||||
uart_a1_pins: uart-a1 {
|
||||
mux {
|
||||
groups = "uart_tx_a1",
|
||||
"uart_rx_a1";
|
||||
function = "uart_a";
|
||||
};
|
||||
};
|
||||
|
||||
uart_a1_cts_rts_pins: uart-a1-cts-rts {
|
||||
mux {
|
||||
groups = "uart_cts_a1",
|
||||
"uart_rts_a1";
|
||||
function = "uart_a";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue