blob: cd368f45089619ca01de5b3b7c05006f0f71c81b [file] [log] [blame]
/*
* Copyright 2021 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <nxp/nxp_imx8mm_a53.dtsi>
/ {
model = "NXP i.MX8MM A53";
compatible = "fsl,imx8mm";
aliases {
uart-2 = &uart2;
uart-4 = &uart4;
};
chosen {
zephyr,console = &uart4;
zephyr,shell-uart = &uart4;
zephyr,sram = &sram0;
};
psci {
compatible = "arm,psci-0.2";
method = "smc";
label = "PSCI";
};
sram0: memory@40000000 {
reg = <0x93c00000 DT_SIZE_M(1)>;
};
};
&uart4 {
status = "okay";
current-speed = <115200>;
};