diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2018-05-10 01:50:36 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-05-11 02:03:28 +0200 |
commit | e981e459afb7fdd5dc41e9ac7e819be834e8b700 (patch) | |
tree | 11f0c3e8f59a329f077fc293101ad6af4c86ef18 /arch/arm/boot/dts/meson8.dtsi | |
parent | ARM: dts: meson: add support for the Meson8m2 SoC (diff) | |
download | linux-e981e459afb7fdd5dc41e9ac7e819be834e8b700.tar.xz linux-e981e459afb7fdd5dc41e9ac7e819be834e8b700.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/meson8.dtsi')
-rw-r--r-- | arch/arm/boot/dts/meson8.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi index 7b16ea61e914..d77dcf890cfc 100644 --- a/arch/arm/boot/dts/meson8.dtsi +++ b/arch/arm/boot/dts/meson8.dtsi @@ -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"; + }; + }; }; }; |