zephyr/boards/nxp/rd_rw612_bga/rd_rw612_bga-pinctrl.dtsi

17 lines
258 B
Plaintext
Raw Normal View History

/*
* Copyright 2022-2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <nxp/rw/RW612-pinctrl.h>
&pinctrl {
pinmux_flexcomm3_usart: pinmux_flexcomm3_usart {
group0 {
pinmux = <IO_MUX_FC3_USART_DATA>;
slew-rate = "normal";
};
};
};