diff options
author | Martyn Welch <martyn.welch@collabora.com> | 2019-02-11 15:27:27 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-02-12 21:44:54 +0300 |
commit | 361df77976664ae862620bf63b05604323687f6f (patch) | |
tree | 83c89add3629aead51a97f7410379a01664545a7 /arch/arm/boot/dts/Makefile | |
parent | 1f4f84e955342ebba3295f100693073a412c8f46 (diff) | |
download | linux-361df77976664ae862620bf63b05604323687f6f.tar.xz |
ARM: dts: am335x: Add support for Bosch Guardian
The Bosch Guardian is a TI am335x based device.
It's hardware specifications are as follows:
* 256 MB DDR3 memory
* 512 MB NAND Flash
* USB OTG
* RS232
* MicroSD external storage
* LCD Display interface
Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
[tony@atomide.com: updated to use #include]
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 bd40148a15b2..1ad9a6307b0a 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -719,6 +719,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-cm-t335.dtb \ am335x-evm.dtb \ am335x-evmsk.dtb \ + am335x-guardian.dtb \ am335x-icev2.dtb \ am335x-lxm.dtb \ am335x-moxa-uc-2101.dtb \ |