summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mm-evk.dts
diff options
context:
space:
mode:
authorRichard Zhu <hongxing.zhu@nxp.com>2019-11-26 15:58:52 +0800
committerRichard Zhu <hongxing.zhu@nxp.com>2019-11-27 11:13:24 +0800
commit4b8d4a6c107f32f1efd3fff2cd9dd2f42fc3a746 (patch)
tree5cbf592d1a1777a5d95d33e0915b798173a6e4bd /arch/arm64/boot/dts/freescale/imx8mm-evk.dts
parent90d1a825e85b61417ec9a953304586b018f55665 (diff)
arm64: dts: enable the imx pcie ep verification solution
Enable the imx pcie ep verification solution. Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-evk.dts')
-rwxr-xr-xarch/arm64/boot/dts/freescale/imx8mm-evk.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-evk.dts b/arch/arm64/boot/dts/freescale/imx8mm-evk.dts
index 43f118ddb524..930cc7b30edc 100755
--- a/arch/arm64/boot/dts/freescale/imx8mm-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mm-evk.dts
@@ -12,6 +12,17 @@
model = "FSL i.MX8MM EVK board";
compatible = "fsl,imx8mm-evk", "fsl,imx8mm";
+ reserved-memory {
+ #address-cells = <2>;
+ #size-cells = <2>;
+ ranges;
+
+ rpmsg_reserved: rpmsg@0xb8000000 {
+ no-map;
+ reg = <0 0xb8000000 0 0x400000>;
+ };
+ };
+
chosen {
stdout-path = &uart2;
};
@@ -193,6 +204,7 @@
<&pcie0_refclk>;
clock-names = "pcie", "pcie_aux", "pcie_phy", "pcie_bus";
ext_osc = <1>;
+ reserved-region = <&rpmsg_reserved>;
status = "okay";
};