zephyr/boards/cypress/cy8cproto_063_ble/cy8cproto_063_ble-pinctrl.dtsi

15 lines
316 B
Plaintext
Raw Normal View History

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