LF-1383-14 arm64: dts: freescale: Add reserved memory node for imx8dxl dtsi
authorJacky Bai <ping.bai@nxp.com>
Tue, 8 Sep 2020 08:53:31 +0000 (16:53 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:23:07 +0000 (11:23 +0800)
Add the reserved memory node property for dsp reserved memory.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
arch/arm64/boot/dts/freescale/imx8dxl.dtsi

index 6a7d337..37759fa 100644 (file)
                };
        };
 
+       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 */