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:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user