Skip to content

Commit

Permalink
ARM: dts: meson8: add the uart_A pins
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
xdarklight authored and khilman committed May 11, 2018
1 parent e592f65 commit e981e45
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm/boot/dts/meson8.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};
};
};

Expand Down

0 comments on commit e981e45

Please sign in to comment.