diff options
author | Dmitry Lifshitz <lifshitz@compulab.co.il> | 2015-12-01 20:03:13 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-12-03 08:19:44 -0800 |
commit | e1fdd060f08df588a577b9fd969e85878da4d610 (patch) | |
tree | 20ed91052d8da2143878a80e1c4dcb815a8ffb19 /arch/arm/boot/dts/Makefile | |
parent | 4424cd009648f45991a7123f6ce383e1d4e7d53e (diff) | |
download | lwn-e1fdd060f08df588a577b9fd969e85878da4d610.tar.gz lwn-e1fdd060f08df588a577b9fd969e85878da4d610.zip |
ARM: dts: am57xx: sbc-am57x: add basic board support
SBC-AM57x is a single board computer designed for industrial and
embedded applications. It is based on the Texas Instruments Sitara AM57x
system-on-chip family. SBC-AM57x is implemented with the CL-SOM-AM57x
computer-on-module providing most of the functions, and SB-SOM-AM57x
carrier board providing additional peripheral functions and connectors.
https://www.compulab.co.il/products/sbcs/sbc-am57x-ti-am5728-am5718-single-board-computer/
https://www.compulab.co.il/products/computer-on-modules/cl-som-am57x-ti-am5728-am5718-system-on-module/
Add basic board support, including UART3, used as a serial console.
Signed-off-by: Dmitry Lifshitz <lifshitz@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/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 6e9a3af802ab..1cfb2990c40f 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -493,6 +493,7 @@ dtb-$(CONFIG_SOC_OMAP5) += \ dtb-$(CONFIG_SOC_DRA7XX) += \ am57xx-beagle-x15.dtb \ am57xx-cl-som-am57x.dtb \ + am57xx-sbc-am57x.dtb \ dra7-evm.dtb \ dra72-evm.dtb dtb-$(CONFIG_ARCH_ORION5X) += \ |