diff options
author | SZ Lin (林上智) <sz.lin@moxa.com> | 2018-09-28 12:47:52 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-28 22:36:48 +0200 |
commit | 7f4ddf50c92b6a1d8f25a2a610c3a75785f77a1e (patch) | |
tree | 783adfe9370ca58711e28281aefba5f8b330a3bc /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: am335x: add common file for UC-2100 series (diff) | |
download | linux-7f4ddf50c92b6a1d8f25a2a610c3a75785f77a1e.tar.xz linux-7f4ddf50c92b6a1d8f25a2a610c3a75785f77a1e.zip |
ARM: dts: am335x: add support for Moxa UC-2101 open platform
Add support for Moxa UC-2101 open platform
The UC-2101 computing platform is designed for industrial embedded
data acquisition and processing applications.
The features of UC-2101 are:
* eMMC
* SPI flash
* 1x LAN
* 1x RS-232/422/485 ports, software-selectable
* EEPROM
* TPM 2.0
* Watchdog
* RTC
* User gpio-keys
* User LEDs
* User button
Signed-off-by: Wes Huang (黃淵河) <wes.huang@moxa.com>
Signed-off-by: Fero JD Zhou (周俊達) <FeroJD.Zhou@moxa.com>
Signed-off-by: SZ Lin (林上智) <sz.lin@moxa.com>
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 8cb78264adee..927fd0ed514e 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -707,6 +707,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-evmsk.dtb \ am335x-icev2.dtb \ am335x-lxm.dtb \ + am335x-moxa-uc-2101.dtb \ am335x-moxa-uc-8100-me-t.dtb \ am335x-nano.dtb \ am335x-pdu001.dtb \ |