24 lines
391 B
Plaintext
24 lines
391 B
Plaintext
/*
|
|
* 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";
|
|
};
|
|
};
|
|
|
|
pinmux_flexcomm0_usart: pinmux_flexcomm0_usart {
|
|
group0 {
|
|
pinmux = <IO_MUX_FC0_USART_DATA>;
|
|
slew-rate = "normal";
|
|
};
|
|
};
|
|
};
|