diff options
author | Uri Mashiach <uri.mashiach@compulab.co.il> | 2015-12-13 10:55:36 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-17 10:03:47 -0800 |
commit | c6135a6fd1576e5daee67b0b2207f035a3eb4de0 (patch) | |
tree | d89a61e634f33249d865c4a670f320700779cb00 /Documentation/devicetree/bindings/arm/omap/omap.txt | |
parent | f3e1dee242054454ebe48551f0ad7848b46ee5e8 (diff) | |
download | op-kernel-dev-c6135a6fd1576e5daee67b0b2207f035a3eb4de0.zip op-kernel-dev-c6135a6fd1576e5daee67b0b2207f035a3eb4de0.tar.gz |
ARM: dts: cm-t335: add support for SBC-T335
Add basic support for the SBC-T335.
CompuLab SBC-T335 is a single baseboard computer.
The SBC-T335 is based on the Texas Instruments Cortex-A8 Sitara AM3354
SoC.
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/omap/omap.txt')
-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 0b2c946..a2bd593 100644 --- a/Documentation/devicetree/bindings/arm/omap/omap.txt +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt @@ -141,6 +141,9 @@ Boards: - AM335X CM-T335 : System On Module, built around the Sitara AM3352/4 compatible = "compulab,cm-t335", "ti,am33xx" +- AM335X SBC-T335 : single board computer, built around the Sitara AM3352/4 + compatible = "compulab,sbc-t335", "compulab,cm-t335", "ti,am33xx" + - OMAP5 EVM : Evaluation Module compatible = "ti,omap5-evm", "ti,omap5" |