2022-04-06 06:25:53 +08:00
|
|
|
/*
|
|
|
|
* NOTE: File generated by lpc_cfg_utils.py
|
|
|
|
* from MIMXRT595-EVK.mex
|
|
|
|
*
|
|
|
|
* Copyright 2022, NXP
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#include <nxp/nxp_imx/rt/MIMXRT595SFFOC-pinctrl.h>
|
|
|
|
|
|
|
|
&pinctrl {
|
|
|
|
pinmux_flexcomm0_usart: pinmux_flexcomm0_usart {
|
|
|
|
group0 {
|
|
|
|
pinmux = <FC0_RXD_SDA_MOSI_DATA_PIO0_2>;
|
|
|
|
input-enable;
|
|
|
|
slew-rate = "normal";
|
|
|
|
drive-strength = "normal";
|
|
|
|
};
|
|
|
|
group1 {
|
|
|
|
pinmux = <FC0_TXD_SCL_MISO_WS_PIO0_1>;
|
|
|
|
slew-rate = "normal";
|
|
|
|
drive-strength = "normal";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-05-16 11:02:25 +08:00
|
|
|
pinmux_flexcomm4_i2c: pinmux_flexcomm4_i2c {
|
|
|
|
group0 {
|
|
|
|
pinmux = <FC4_TXD_SCL_MISO_WS_PIO0_29>,
|
|
|
|
<FC4_RXD_SDA_MOSI_DATA_PIO0_30>;
|
|
|
|
input-enable;
|
|
|
|
slew-rate = "normal";
|
|
|
|
drive-strength = "high";
|
|
|
|
drive-open-drain;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-04-06 06:25:53 +08:00
|
|
|
pinmux_flexcomm12_usart: pinmux_flexcomm12_usart {
|
|
|
|
group0 {
|
|
|
|
pinmux = <FC12_RXD_SDA_MOSI_PIO4_31>;
|
|
|
|
input-enable;
|
|
|
|
slew-rate = "normal";
|
|
|
|
drive-strength = "normal";
|
|
|
|
};
|
|
|
|
group1 {
|
|
|
|
pinmux = <FC12_TXD_SCL_MISO_PIO4_30>;
|
|
|
|
slew-rate = "normal";
|
|
|
|
drive-strength = "normal";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|