17 lines
258 B
Plaintext
17 lines
258 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";
|
||
|
};
|
||
|
};
|
||
|
};
|