1/*
2 * Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
3 * an affiliate of Cypress Semiconductor Corporation
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* Configure pin control bias mode for uart5 pins */
8&p5_1_scb5_uart_tx {
9	drive-push-pull;
10};
11
12&p5_0_scb5_uart_rx {
13	input-enable;
14};
15