diff options
author | Dong Aisheng <dong.aisheng@linaro.org> | 2012-03-31 09:26:57 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-05-12 01:32:16 -0400 |
commit | bc3a59c1b7b1c367fec615b872bdb89ac232f62e (patch) | |
tree | eb0fcfdac04efc938e0432947be67a6ad6d5fd79 /Documentation/devicetree/bindings/arm/fsl.txt | |
parent | 844d0b5a0b42d6c73114a1dc229db751120d226f (diff) |
ARM: mxs: add initial device tree support for imx28-evk board
This patch includes basic dt support which can boot via nfs rootfs.
Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/fsl.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/fsl.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index bfbc771a65f8..fecb580342d4 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt | |||
@@ -1,6 +1,10 @@ | |||
1 | Freescale i.MX Platforms Device Tree Bindings | 1 | Freescale i.MX Platforms Device Tree Bindings |
2 | ----------------------------------------------- | 2 | ----------------------------------------------- |
3 | 3 | ||
4 | i.MX28 Evaluation Kit | ||
5 | Required root node properties: | ||
6 | - compatible = "fsl,imx28-evk", "fsl,imx28"; | ||
7 | |||
4 | i.MX51 Babbage Board | 8 | i.MX51 Babbage Board |
5 | Required root node properties: | 9 | Required root node properties: |
6 | - compatible = "fsl,imx51-babbage", "fsl,imx51"; | 10 | - compatible = "fsl,imx51-babbage", "fsl,imx51"; |