From a7b7364c4ef8e2786d8b5da5e634b879444858ae Mon Sep 17 00:00:00 2001 From: Zhang Peng Date: Fri, 3 Nov 2023 13:30:50 +0800 Subject: [PATCH] dts/xtensa/nxp: Add dtsi for imx8ulp Add file nxp_imx8ulp.dtsi for imx8ulp Signed-off-by: Zhang Peng --- dts/xtensa/nxp/nxp_imx8ulp.dtsi | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dts/xtensa/nxp/nxp_imx8ulp.dtsi diff --git a/dts/xtensa/nxp/nxp_imx8ulp.dtsi b/dts/xtensa/nxp/nxp_imx8ulp.dtsi new file mode 100644 index 00000000000..71f3de1958b --- /dev/null +++ b/dts/xtensa/nxp/nxp_imx8ulp.dtsi @@ -0,0 +1,33 @@ +/* + * Copyright (c) 2023 NXP + * + * SPDX-License-Identifier: Apache-2.0 + */ + +#include +#include + +/ { + 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)>; + }; +};