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 /arch/arm/boot/dts/am335x-sbc-t335.dts | |
parent | f3e1dee242054454ebe48551f0ad7848b46ee5e8 (diff) | |
download | blackbird-obmc-linux-c6135a6fd1576e5daee67b0b2207f035a3eb4de0.tar.gz blackbird-obmc-linux-c6135a6fd1576e5daee67b0b2207f035a3eb4de0.zip |
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 'arch/arm/boot/dts/am335x-sbc-t335.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-sbc-t335.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-sbc-t335.dts b/arch/arm/boot/dts/am335x-sbc-t335.dts new file mode 100644 index 000000000000..9e98445e3784 --- /dev/null +++ b/arch/arm/boot/dts/am335x-sbc-t335.dts @@ -0,0 +1,16 @@ +/* + * am335x-sbc-t335.dts - Device Tree file for Compulab SBC-T335 + * + * Copyright (C) 2014 - 2015 CompuLab Ltd. - http://www.compulab.co.il/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include "am335x-cm-t335.dts" + +/ { + model = "CompuLab CM-T335 on SB-T335"; + compatible = "compulab,sbc-t335", "compulab,cm-t335", "ti,am33xx"; +}; |