1/* 2 * Copyright (c) 2021, Laird Connectivity 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8 9#include <nxp/nxp_imx8ml_m7.dtsi> 10#include "mimx8mp_evk-pinctrl.dtsi" 11 12/ { 13 model = "NXP i.MX8M Plus EVK board"; 14 compatible = "nxp,mimx8mp_evk"; 15 16 chosen { 17 /* TCM */ 18 zephyr,flash = &itcm; 19 zephyr,sram = &dtcm; 20 21 zephyr,console = &uart4; 22 zephyr,shell-uart = &uart4; 23 }; 24}; 25 26&uart4 { 27 status = "okay"; 28 current-speed = <115200>; 29 pinctrl-0 = <&uart4_default>; 30 pinctrl-names = "default"; 31}; 32 33&gpio3 { 34 status = "okay"; 35}; 36 37&mailbox0 { 38 status = "okay"; 39}; 40