22 lines
324 B
Plaintext
22 lines
324 B
Plaintext
/*
|
|
* Copyright (c) 2024 Cypress Semiconductor Corporation.
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/* Configure pin control bias mode for uart2 pins */
|
|
&p3_3_scb2_uart_tx {
|
|
drive-push-pull;
|
|
};
|
|
|
|
&p3_2_scb2_uart_rx {
|
|
input-enable;
|
|
};
|
|
|
|
&p3_1_scb2_uart_rts {
|
|
drive-push-pull;
|
|
};
|
|
|
|
&p3_0_scb2_uart_cts {
|
|
input-enable;
|
|
};
|