diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2018-10-11 14:31:03 +0200 |
---|---|---|
committer | Vladimir Zapolskiy <vz@mleia.com> | 2019-02-03 20:32:19 +0100 |
commit | 623cdcc76d2fb50696c6d7523029b6aeebbb19b7 (patch) | |
tree | 92afa3cf8cbd40e8cc8a494ae4a9f72a385c948a /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: lpc32xx: Remove leading 0x and 0s from bindings notation (diff) | |
download | linux-623cdcc76d2fb50696c6d7523029b6aeebbb19b7.tar.xz linux-623cdcc76d2fb50696c6d7523029b6aeebbb19b7.zip |
ARM: dts: Add DT for MYIR Tech MYD-LPC4357 Development Board
Add support for MYIR Tech MYD-LPC4357 Development Board and
MY-LCD70TP-C 7" TFT LCD module with Innolux AT070TN82 panel.
The board contains quite rich periferals, the list features
NXP LPC4357 SoC, 32 MB SDRAM, 4 MB SPI Flash, audio input/output
interface, LCD panel, micro SD card slot, USB, USB OTG, Ethernet,
2 CAN ports, 4 UARTs, I2C and SPI interfaces routed to external
interface.
More information can be found on http://www.myirtech.com/list.asp?id=422
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index bd40148a15b2..a30a912f0282 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -313,7 +313,8 @@ dtb-$(CONFIG_MACH_KIRKWOOD) += \ dtb-$(CONFIG_ARCH_LPC18XX) += \ lpc4337-ciaa.dtb \ lpc4350-hitex-eval.dtb \ - lpc4357-ea4357-devkit.dtb + lpc4357-ea4357-devkit.dtb \ + lpc4357-myd-lpc4357.dtb dtb-$(CONFIG_ARCH_LPC32XX) += \ lpc3250-ea3250.dtb \ lpc3250-phy3250.dtb |