1/* 2 * Copyright 2022 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8 9#include <nxp/nxp_mimx93_a55.dtsi> 10#include "mimx93_evk-pinctrl.dtsi" 11 12/ { 13 model = "NXP i.MX93 A55"; 14 compatible = "fsl,mimx93"; 15 16 chosen { 17 zephyr,console = &lpuart2; 18 zephyr,shell-uart = &lpuart2; 19 zephyr,sram = &sram0; 20 }; 21 22 cpus { 23 cpu@0 { 24 status = "disabled"; 25 }; 26 }; 27 28 sram0: memory@c0000000 { 29 reg = <0xc0000000 DT_SIZE_M(1)>; 30 }; 31}; 32 33&lpuart2 { 34 status = "okay"; 35 current-speed = <115200>; 36 /* clocks = <&ccm IMX_CCM_UART4_CLK 0x6c 24>; */ 37 pinctrl-0 = <&uart2_default>; 38 pinctrl-names = "default"; 39}; 40