Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e981e459 authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Kevin Hilman
Browse files

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: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent e592f658
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -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";
			};
		};
	};
};