// 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; }; }; }; };