1/*
2 * Copyright (c) 2022, NXP
3 * SPDX-License-Identifier: Apache-2.0
4 *
5 * Note: File generated by gen_board_pinctrl.py
6 * from fsl-imx8mq-evk.mex
7 */
8
9#include <nxp/nxp_imx/mimx8mq6dvajz-pinctrl.dtsi>
10
11&pinctrl {
12	uart2_default: uart2_default {
13		group0 {
14			pinmux = <&iomuxc_uart2_rxd_uart_rx_uart2_rx>,
15				<&iomuxc_uart2_txd_uart_tx_uart2_tx>;
16			slew-rate = "fast";
17			drive-strength = "45-ohm";
18		};
19	};
20
21};
22