1/*
2 * Copyright (c) 2022, NXP
3 * SPDX-License-Identifier: Apache-2.0
4 *
5 * Note: File generated by imx_cfg_utils.py
6 * from MIMX8MM-EVK-REV-C.mex
7 */
8
9#include <nxp/nxp_imx/mimx8mm6dvtlz-pinctrl.dtsi>
10
11&pinctrl {
12	uart4_default: uart4_default {
13		group0 {
14			pinmux = <&iomuxc_uart4_rxd_uart_rx_uart4_rx>,
15				<&iomuxc_uart4_txd_uart_tx_uart4_tx>;
16			slew-rate = "fast";
17			drive-strength = "40-ohm";
18		};
19	};
20
21};
22