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

Enable console support on kera.

Change-Id: I5ad3d0c05512b6f49cd67a773e5b2e16f6d1a10d
Signed-off-by: Prasanna S <quic_prass@quicinc.com>
This commit is contained in:
Prasanna S
2024-05-08 12:49:06 +05:30
parent 073b033833
commit bf34f7e5c8
3 changed files with 81 additions and 1 deletions

View File

@@ -4,4 +4,44 @@
*/
&tlmm {
qupv3_se13_2uart_pins: qupv3_se13_2uart_pins {
qupv3_se13_2uart_tx_active: qupv3_se13_2uart_tx_active {
mux {
pins = "gpio18";
function = "qup2_se5_l2";
};
config {
pins = "gpio18";
drive-strength = <2>;
bias-disable;
};
};
qupv3_se13_2uart_rx_active: qupv3_se13_2uart_rx_active {
mux {
pins = "gpio19";
function = "qup2_se5_l3";
};
config {
pins = "gpio19";
drive-strength = <2>;
bias-disable;
};
};
qupv3_se13_2uart_sleep: qupv3_se13_2uart_sleep {
mux {
pins = "gpio18", "gpio19";
function = "gpio";
};
config {
pins = "gpio18", "gpio19";
drive-strength = <2>;
bias-pull-down;
};
};
};
};