dts/xtensa/nxp: Add dtsi for imx8ulp
Add file nxp_imx8ulp.dtsi for imx8ulp Signed-off-by: Zhang Peng <peng.zhang_8@nxp.com>
This commit is contained in:
parent
8bcc4f2c12
commit
a7b7364c4e
33
dts/xtensa/nxp/nxp_imx8ulp.dtsi
Normal file
33
dts/xtensa/nxp/nxp_imx8ulp.dtsi
Normal file
|
@ -0,0 +1,33 @@
|
|||
/*
|
||||
* Copyright (c) 2023 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <xtensa/xtensa.dtsi>
|
||||
#include <mem.h>
|
||||
|
||||
/ {
|
||||
cpus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
cpu0: cpu@0 {
|
||||
device_type = "cpu";
|
||||
compatible = "cdns,tensilica-xtensa-lx7";
|
||||
reg = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
sram0: memory@8e000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x8e000000 DT_SIZE_K(512)>;
|
||||
};
|
||||
|
||||
sram1: memory@8e800000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x8e800000 DT_SIZE_K(512)>;
|
||||
};
|
||||
};
|
Loading…
Reference in a new issue