diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-10-25 20:59:09 +0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-10-31 22:46:17 +0400 |
commit | 7d6ab9b8620bbca6718b36242113f4f069840641 (patch) | |
tree | 9d26ff4c09ae674d0079ea652907fd51845f86e7 /Documentation/devicetree/bindings/arm/calxeda.txt | |
parent | 185bdffb4b2997a2d4ee2e88d52a6539bde59eea (diff) | |
download | linux-7d6ab9b8620bbca6718b36242113f4f069840641.tar.xz |
ARM: dts: Add Calxeda ECX-2000 support
Separate out common dts pieces from highbank dts and add support for
Calxeda ECX-2000 (Midway) SOC.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/calxeda.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/calxeda.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/arm/calxeda.txt b/Documentation/devicetree/bindings/arm/calxeda.txt index 4755caaccba6..25fcf96795ca 100644 --- a/Documentation/devicetree/bindings/arm/calxeda.txt +++ b/Documentation/devicetree/bindings/arm/calxeda.txt @@ -1,8 +1,15 @@ -Calxeda Highbank Platforms Device Tree Bindings +Calxeda Platforms Device Tree Bindings ----------------------------------------------- -Boards with Calxeda Cortex-A9 based Highbank SOC shall have the following -properties. +Boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC shall have the +following properties. Required root node properties: - compatible = "calxeda,highbank"; + + +Boards with Calxeda Cortex-A15 based ECX-2000 SOC shall have the following +properties. + +Required root node properties: + - compatible = "calxeda,ecx-2000"; |