Skip to content

Commit cbbba1c

Browse files
dts: xtensa: nxp: Add device tree for HiFi4 core from NXP i.MXRT700
Add a basic device tree for the HiFi4 DSP from NXP i.MXRT700. Signed-off-by: Iuliana Prodan <[email protected]>
1 parent 9c3a293 commit cbbba1c

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/*
2+
* Copyright 2024 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include <xtensa/xtensa.dtsi>
8+
#include <mem.h>
9+
10+
/ {
11+
cpus {
12+
#address-cells = <1>;
13+
#size-cells = <0>;
14+
15+
cpu0: cpu@0 {
16+
device_type = "cpu";
17+
compatible = "cdns,tensilica-xtensa-lx7";
18+
reg = <0>;
19+
};
20+
};
21+
22+
itcm: memory@24020000 {
23+
device_type = "memory";
24+
compatible = "mmio-sram";
25+
reg = <0x24020000 DT_SIZE_K(64)>;
26+
};
27+
28+
dtcm: memory@24000000 {
29+
device_type = "memory";
30+
compatible = "mmio-sram";
31+
reg = <0x24000000 DT_SIZE_K(64)>;
32+
};
33+
};

0 commit comments

Comments
 (0)