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

Enable console support on sun.

Change-Id: If6c1b2a81e2e18bbfee793c9188afb82dcf6f596
Signed-off-by: Prasanna S <quic_prass@quicinc.com>
This commit is contained in:
Prasanna S
2023-05-25 11:28:19 +05:30
committed by Gerrit - the friendly Code Review server
parent ab1de8aed6
commit cef56baa85
4 changed files with 84 additions and 1 deletions

View File

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