ARM: dts: msm: Add QUPv3 UART console node for tuna

Enable console support on tuna.

Change-Id: I0ece6ae1ba50d94f90404522403c24176c3770e0
Signed-off-by: Prasanna S <quic_prass@quicinc.com>
This commit is contained in:
Prasanna S
2024-04-10 11:46:23 +05:30
parent 22def36761
commit f57588b209
4 changed files with 85 additions and 1 deletions

View File

@@ -4,4 +4,44 @@
*/
&tlmm {
qupv3_se7_2uart_pins: qupv3_se7_2uart_pins {
qupv3_se7_2uart_tx_active: qupv3_se7_2uart_tx_active {
mux {
pins = "gpio30";
function = "qup1_se7_l2";
};
config {
pins = "gpio30";
drive-strength = <2>;
bias-disable;
};
};
qupv3_se7_2uart_rx_active: qupv3_se7_2uart_rx_active {
mux {
pins = "gpio31";
function = "qup1_se7_l3";
};
config {
pins = "gpio31";
drive-strength = <2>;
bias-disable;
};
};
qupv3_se7_2uart_sleep: qupv3_se7_2uart_sleep {
mux {
pins = "gpio30", "gpio31";
function = "gpio";
};
config {
pins = "gpio30", "gpio31";
drive-strength = <2>;
bias-pull-down;
};
};
};
};