diff options
author | Heiko Schocher <hs@denx.de> | 2012-05-30 06:19:03 -0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2012-10-29 06:13:43 -0400 |
commit | 3015fb33483b80f64f82092f8acc89ce9c3f07e3 (patch) | |
tree | 8b1de11fc66506260a57a54741492e9ca552f23c /Documentation | |
parent | 27e6e0d3dafa5b487dc28b219753443db300f289 (diff) |
ARM: davinci: add support for am1808 based EnBW CMC board
This board supports:
- AM1808 based board
- 64 MiB DDR ram
- 2 MiB Nor flash
- 128 MiB NAND flash
- use internal RTC
- I2C support
- hwmon lm75 support
- UBI/UBIFS support
- MMC support
- USB OTG support
This patch adds the basic DTS file enabling the serial ports.
Other features will be added in due course of time.
Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: linux-arm-kernel@lists.infradead.org
Cc: devicetree-discuss@lists.ozlabs.org
Cc: davinci-linux-open-source@linux.davincidsp.com
Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Kevin Hilman <khilman@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
[nsekhar@ti.com: modified after dtsi refactoring and added binding
documentation]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/davinci.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/davinci.txt b/Documentation/devicetree/bindings/arm/davinci.txt index 2dda756414c..cfaeda4274e 100644 --- a/Documentation/devicetree/bindings/arm/davinci.txt +++ b/Documentation/devicetree/bindings/arm/davinci.txt | |||
@@ -5,6 +5,10 @@ DA850/OMAP-L138/AM18x Evaluation Module (EVM) board | |||
5 | Required root node properties: | 5 | Required root node properties: |
6 | - compatible = "ti,da850-evm", "ti,da850"; | 6 | - compatible = "ti,da850-evm", "ti,da850"; |
7 | 7 | ||
8 | EnBW AM1808 based CMC board | ||
9 | Required root node properties: | ||
10 | - compatible = "enbw,cmc", "ti,da850; | ||
11 | |||
8 | Generic DaVinci Boards | 12 | Generic DaVinci Boards |
9 | ---------------------- | 13 | ---------------------- |
10 | 14 | ||