35 lines
516 B
Text
35 lines
516 B
Text
|
/*
|
||
|
* Copyright (c) 2021, NXP
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include <nxp/nxp_rt1160_cm4.dtsi>
|
||
|
#include "mimxrt1160_evk.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "NXP MIMXRT1160-EVK board";
|
||
|
compatible = "nxp,mimxrt1166";
|
||
|
|
||
|
chosen {
|
||
|
zephyr,sram = &sram1;
|
||
|
zephyr,console = &lpuart1;
|
||
|
zephyr,shell-uart = &lpuart1;
|
||
|
};
|
||
|
|
||
|
|
||
|
sdram0: memory@80000000 {
|
||
|
/* Winbond W9825G6KH-5I */
|
||
|
device_type = "memory";
|
||
|
reg = <0x80000000 DT_SIZE_M(64)>;
|
||
|
};
|
||
|
|
||
|
};
|
||
|
|
||
|
&lpuart1 {
|
||
|
status = "okay";
|
||
|
current-speed = <115200>;
|
||
|
};
|