1/* 2 * Copyright 2024 NXP 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7/dts-v1/; 8 9#include <nxp/nxp_rt118x_cm7.dtsi> 10#include "mimxrt1180_evk.dtsi" 11 12/ { 13 model = "NXP MIMXRT1180-EVK board"; 14 compatible = "nxp,mimxrt1189"; 15 16 chosen { 17 zephyr,sram = &dtcm; 18 zephyr,flash-controller = &w25q128jw; 19 zephyr,flash = &itcm; 20 zephyr,console = &lpuart1; 21 zephyr,shell-uart = &lpuart1; 22 zephyr,canbus = &flexcan3; 23 }; 24}; 25 26&lpuart1 { 27 status = "okay"; 28 current-speed = <115200>; 29}; 30 31&lpadc1 { 32 status = "okay"; 33}; 34 35&systick { 36 status = "okay"; 37}; 38 39&gpt2 { 40 status = "okay"; 41}; 42 43&flexcan3 { 44 status = "okay"; 45}; 46 47&lptmr1 { 48 status = "okay"; 49}; 50 51&i3c2 { 52 status = "okay"; 53}; 54