From: Jacky Bai Date: Tue, 8 Sep 2020 08:53:31 +0000 (+0800) Subject: LF-1383-14 arm64: dts: freescale: Add reserved memory node for imx8dxl dtsi X-Git-Tag: rel_imx_5.10.35_2.0.0-somdevices.0~577^2~2^2~351 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=c8560df126c77148e4f89fe0962dc2248177fba4;p=linux.git 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 --- 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 */