15 lines
316 B
Plaintext
15 lines
316 B
Plaintext
/*
|
|
* Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
|
|
* an affiliate of Cypress Semiconductor Corporation
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/* Configure pin control bias mode for uart5 pins */
|
|
&p5_1_scb5_uart_tx {
|
|
drive-push-pull;
|
|
};
|
|
|
|
&p5_0_scb5_uart_rx {
|
|
input-enable;
|
|
};
|