Commit 999f6818 authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo

ARM: dts: imx27-phytec-phycore-som: Define minimal memory layout

Define minimal memory layout for i.MX27 PCM-038 module.
This will help to use appended DTB with non-DT capable bootloaders.
Signed-off-by: default avatarAlexander Shiyan <eagle.alexander923@gmail.com>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent ff1450f6
...@@ -17,7 +17,7 @@ / { ...@@ -17,7 +17,7 @@ / {
compatible = "phytec,imx27-pcm038", "fsl,imx27"; compatible = "phytec,imx27-pcm038", "fsl,imx27";
memory { memory {
reg = <0x0 0x0>; reg = <0xa0000000 0x08000000>;
}; };
soc { soc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment