blob: 24bf474c606976a37621d76b3b4af09fb6767530 [file] [log] [blame]
/*
* Copyright (c) 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <nxp/nxp_imx/mimx8ml8dvnlz-pinctrl.dtsi>
/ {
chosen {
zephyr,console = &uart4;
zephyr,shell-uart = &uart4;
};
};
&pinctrl {
/omit-if-no-ref/ uart4_default: uart4_default {
group0 {
pinmux = <&iomuxc_uart4_rxd_uart_rx_uart4_rx>,
<&iomuxc_uart4_txd_uart_tx_uart4_tx>;
bias-pull-up;
slew-rate = "slow";
drive-strength = "x1";
};
};
};
&uart4 {
status = "okay";
current-speed = <115200>;
pinctrl-0 = <&uart4_default>;
pinctrl-names = "default";
};