diff options
author | SZ Lin <sz.lin@moxa.com> | 2017-08-02 14:57:57 +0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-08-14 11:34:24 -0700 |
commit | 5e452865954fe3f18a89cb7bce8c3216636b311d (patch) | |
tree | 3b1f01659b422a694c76bab5bebbb36e98ad46f0 /arch/arm/boot/dts/Makefile | |
parent | a46394beb0ea1cd7b8b4344c5af990ce711e8324 (diff) | |
download | lwn-5e452865954fe3f18a89cb7bce8c3216636b311d.tar.gz lwn-5e452865954fe3f18a89cb7bce8c3216636b311d.zip |
ARM: dts: am335x: add support for Moxa UC-8100-ME-T open platform
Add support for Moxa UC-8100-ME-T open platform
The UC-8100-ME-T computing platform is designed
for embedded data acquisition industrial applications
The features of UC-8100-ME-T series are:
* eMMC
* SPI flash
* SD slot
* 2x LAN
* 2 RS-232/422/485 ports, software-selectable
* Mini PCIe form factor with USB signal
* USB host
* EEPROM
* TPM
* Watchdog
* RTC
* User gpio-keys
* User LEDs
* User button
Signed-off-by: SZ Lin <sz.lin@moxa.com>
Acked-by: Rob Herring <robh@kernel.org>
[tony@atomide.com: fix unit adress as suggested by Rob]
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 4b17f35dc9a7..c293e841eea3 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -617,6 +617,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-evmsk.dtb \ am335x-icev2.dtb \ am335x-lxm.dtb \ + am335x-moxa-uc-8100-me-t.dtb \ am335x-nano.dtb \ am335x-pepper.dtb \ am335x-phycore-rdk.dtb \ |