zephyr/boards/nxp/mimxrt1180_evk/mimxrt1180_evk_mimxrt1189_c...

34 lines
489 B
Plaintext

/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <nxp/nxp_rt118x_cm33.dtsi>
#include "mimxrt1180_evk.dtsi"
/ {
model = "NXP MIMXRT1180-EVK board";
compatible = "nxp,mimxrt1189";
chosen {
zephyr,sram = &dtcm;
zephyr,flash-controller = &w25q128jw;
zephyr,flash = &w25q128jw;
zephyr,console = &lpuart1;
zephyr,shell-uart = &lpuart1;
};
};
&lpuart1 {
status = "okay";
current-speed = <115200>;
};
&systick {
status = "okay";
};