9
0
Fork 0

ARM: phycard-i.MX27: Add stdout-path property

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-01-17 14:54:36 +01:00
parent f8ad3a8859
commit c812fd20fe
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
model = "Phytec pca100";
compatible = "phytec,imx27-pca100", "fsl,imx27";
chosen {
linux,stdout-path = &uart1;
};
memory {
reg = <0xa0000000 0x08000000>; /* 128MB */
};