44 lines
918 B
Plaintext
44 lines
918 B
Plaintext
/*
|
|
* Copyright 2024 NXP
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
*/
|
|
|
|
#include <nxp/nxp_imx/rt/mimxrt1189cvm8b-pinctrl.dtsi>
|
|
|
|
&pinctrl {
|
|
pinmux_lpspi3: pinmux_lpspi3 {
|
|
group0 {
|
|
pinmux = <&iomuxc_gpio_sd_b1_00_lpspi3_pcs0>,
|
|
<&iomuxc_gpio_sd_b1_01_lpspi3_sck>,
|
|
<&iomuxc_gpio_sd_b1_02_lpspi3_sout>,
|
|
<&iomuxc_gpio_sd_b1_03_lpspi3_sin>;
|
|
drive-strength = "high";
|
|
slew-rate = "fast";
|
|
};
|
|
};
|
|
|
|
pinmux_lpuart1: pinmux_lpuart1 {
|
|
group0 {
|
|
pinmux = <&iomuxc_aon_gpio_aon_09_lpuart1_rxd>,
|
|
<&iomuxc_aon_gpio_aon_08_lpuart1_txd>;
|
|
drive-strength = "high";
|
|
slew-rate = "fast";
|
|
};
|
|
};
|
|
|
|
pinmux_lpuart1_sleep: pinmux_lpuart1_sleep {
|
|
group0 {
|
|
pinmux = <&iomuxc_aon_gpio_aon_09_gpio1_io09>;
|
|
drive-strength = "high";
|
|
bias-pull-up;
|
|
slew-rate = "fast";
|
|
};
|
|
group1 {
|
|
pinmux = <&iomuxc_aon_gpio_aon_08_lpuart1_txd>;
|
|
drive-strength = "high";
|
|
slew-rate = "fast";
|
|
};
|
|
};
|
|
};
|