diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2014-02-24 18:07:48 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-03-04 10:16:06 -0800 |
commit | 5eb9b5e5658effc322bf83c58c0a135b0602ab47 (patch) | |
tree | ca95c398fe4173fde0fed04e7d9a8e16fec17fc2 /Documentation/devicetree/bindings/arm | |
parent | f777ba1780584b100ab9664cc06d04f3bb273a84 (diff) | |
download | talos-obmc-linux-5eb9b5e5658effc322bf83c58c0a135b0602ab47.tar.gz talos-obmc-linux-5eb9b5e5658effc322bf83c58c0a135b0602ab47.zip |
ARM: dts: Add support for OMAP4 Gumstix DuoVero/Parlor
Gumstix DuoVero is an OMAP4430-based Computer On Module.
Parlor is one of the available expansion board.
Tested features:
- GPMC ethernet
- HSUSB2 and OTG
- Audio out
- WiFi and Bluetooth (w2cbw0015 SDIO module)
- LED and button
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/omap/omap.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt index 45dbe4e901b2..775ea6a644d8 100644 --- a/Documentation/devicetree/bindings/arm/omap/omap.txt +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt @@ -99,6 +99,9 @@ Boards: - OMAP4 PandaBoard : Low cost community board compatible = "ti,omap4-panda", "ti,omap4430" +- OMAP4 DuoVero with Parlor : Commercial expansion board with daughter board + compatible = "gumstix,omap4-duovero-parlor", "gumstix,omap4-duovero", "ti,omap4430", "ti,omap4"; + - OMAP3 EVM : Software Development Board for OMAP35x, AM/DM37x compatible = "ti,omap3-evm", "ti,omap3" |