/* * Copyright 2022 NXP * SPDX-License-Identifier: Apache-2.0 * */ #include &pinctrl { uart2_default: uart2_default { group0 { pinmux = <&iomuxc_uart2_rxd_uart_rx_uart2_rx>, <&iomuxc_uart2_txd_uart_tx_uart2_tx>; slew-rate = "fast"; drive-strength = "40-ohm"; }; }; uart4_default: uart4_default { group0 { pinmux = <&iomuxc_uart4_rxd_uart_rx_uart4_rx>, <&iomuxc_uart4_txd_uart_tx_uart4_tx>; slew-rate = "fast"; drive-strength = "40-ohm"; }; }; };