Enable console support on kera. Change-Id: I5ad3d0c05512b6f49cd67a773e5b2e16f6d1a10d Signed-off-by: Prasanna S <quic_prass@quicinc.com>
48 lines
839 B
Plaintext
48 lines
839 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
&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;
|
|
};
|
|
};
|
|
};
|
|
};
|