arm64: dts: imx8ulp-evk: add reserved memory for cma

Add reserved memory node for CMA usage.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Peng Fan
2023-07-24 15:58:29 +08:00
committed by Shawn Guo
parent ef89fd56bd
commit d0da51bb9d

View File

@@ -20,6 +20,19 @@
reg = <0x0 0x80000000 0 0x80000000>;
};
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
linux,cma {
compatible = "shared-dma-pool";
reusable;
size = <0 0x28000000>;
linux,cma-default;
};
};
clock_ext_rmii: clock-ext-rmii {
compatible = "fixed-clock";
clock-frequency = <50000000>;