From c8560df126c77148e4f89fe0962dc2248177fba4 Mon Sep 17 00:00:00 2001 From: Jacky Bai Date: Tue, 8 Sep 2020 16:53:31 +0800 Subject: [PATCH] LF-1383-14 arm64: dts: freescale: Add reserved memory node for imx8dxl dtsi Add the reserved memory node property for dsp reserved memory. Signed-off-by: Jacky Bai Reviewed-by: Dong Aisheng --- arch/arm64/boot/dts/freescale/imx8dxl.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi index 6a7d3378f707..37759fad6719 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi @@ -91,6 +91,17 @@ }; }; + reserved-memory { + #address-cells = <2>; + #size-cells = <2>; + ranges; + + dsp_reserved: dsp@92400000 { + reg = <0 0x92400000 0 0x2000000>; + no-map; + }; + }; + gic: interrupt-controller@51a00000 { compatible = "arm,gic-v3"; reg = <0x0 0x51a00000 0 0x10000>, /* GIC Dist */ -- 2.17.1