blob: 6a0d7508deb2a724d67a27feb6b15bc77a936f1c [file] [log] [blame]
/*
* Copyright 2021, 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <nxp/nxp_imx8m.dtsi>
#include <nxp/nxp_imx/mimx8ml8dvnlz-pinctrl.dtsi>
/ {
model = "nxp_adsp_imx8m";
compatible = "nxp";
chosen {
zephyr,sram = &sram0;
zephyr,console = &uart4;
zephyr,shell-uart = &uart4;
};
};
&pinctrl {
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";
};