[PATCH 00/18] Add support for CL-SOM-AM57X and SBC-AM57X
Dmitry Lifshitz
lifshitz at compulab.co.il
Tue Nov 24 22:39:32 PST 2015
This patch series adds support for CompuLab CL-SOM-AM57X and
SBC-AM57X boards.
CL-SOM-AM57x is a miniature System-on-Module (SoM) based on
TI Sitara AM57x ARM Cortex-A15 System-on-Chip family.
SBC-AM57x is a single board computer, 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.
The SBC-AM57x has the following features:
CPU: Texas Instruments Sitara AM5728 dual-core ARM Cortex-A15, 1.5GHz or
Texas Instruments Sitara AM5718 single-core ARM Cortex-A15, 1.5GHz
RAM: DDR3, 512MB – 4GB
Storage: NAND flash, 512MB - 1GB or eMMC flash, 4GB - 32GB
SPI-flash 2MB
Ethernet: Up to 2x 10/100/1000Mbps Ethernet ports (MAC+PHY)
WiFi/BT: 802.11b/g/n WiFi interface (TI WiLink 8 WL1801 chipset) or
Dual-band 2x2 802.11a/b/g/n WiFi interface (TI WiLink 8 WL1837 chipset)
Analog Audio: Audio codec with stereo output, stereo input and microphone support
More details can be found here:
https://www.compulab.co.il/products/computer-on-modules/cl-som-am57x-ti-am5728-am5718-system-on-module/
https://www.compulab.co.il/products/sbcs/sbc-am57x-ti-am5728-am5718-single-board-computer/
This series is based on the following patch set ("Add support for sbc-t43" Nikita Kiryanov):
https://www.mail-archive.com/linux-omap@vger.kernel.org/msg121614.html
Dmitry Lifshitz (18):
ARM: am57xx: cl-som-am57x: dts: add basic module support
ARM: am57xx: cl-som-am57x: dts: add RTC support
ARM: am57xx: cl-som-am57x: dts: add I2C3 support
ARM: am57xx: cl-som-am57x: dts: add EEPROM support
ARM: am57xx: cl-som-am57x: dts: add eMMC support
ARM: am57xx: cl-som-am57x: dts: add spi-flash support
ARM: am57xx: cl-som-am57x: dts: add dual EMAC support
ARM: am57xx: cl-som-am57x: dts: add USB support
ARM: am57xx: cl-som-am57x: dts: add touchscreen support
ARM: am57xx: cl-som-am57x: dts: add analog audio support
ARM: am57xx: sbc-am57x: dts: add basic board support
ARM: am57xx: cl-som-am57x: dts: add MMC1 support
ARM: am57xx: sbc-am57x: dts: add usb vbus pinmux
ARM: am57xx: sbc-am57x: dts: add EEPROM support
ARM: am57xx: sbc-am57x: dts: add GPIO extender support
ARM: am57xx: sbc-am57x: dts: add LCD support
ARM: am57xx: compulab-sb-som: dts: add HDMI connector
ARM: am57xx: sbc-am57x: dts: add HDMI support
.../devicetree/bindings/arm/omap/omap.txt | 6 +
arch/arm/boot/dts/Makefile | 4 +-
arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 606 +++++++++++++++++++++
arch/arm/boot/dts/am57xx-sbc-am57x.dts | 179 ++++++
arch/arm/boot/dts/compulab-sb-som.dtsi | 7 +
5 files changed, 801 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boot/dts/am57xx-cl-som-am57x.dts
create mode 100644 arch/arm/boot/dts/am57xx-sbc-am57x.dts
--
1.9.1
More information about the linux-arm-kernel
mailing list