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: Alexander Shiyan <eagle.alexander923@gmail.com> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
ff1450f65d
commit
999f681897
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue