diff options
author | Michal Vokáč <michal.vokac@ysoft.com> | 2020-07-31 14:00:07 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-08-22 20:20:53 +0800 |
commit | e642c831ebdd560b5f3ffa731f1e8280eecca2f6 (patch) | |
tree | 4271c0e2d9c5ab85e9cb5fc57a5de587d1cd843e /arch/arm/boot/dts/Makefile | |
parent | 1758088842619e489a926fb5dc4757ce80ff9615 (diff) | |
download | lwn-e642c831ebdd560b5f3ffa731f1e8280eecca2f6.tar.gz lwn-e642c831ebdd560b5f3ffa731f1e8280eecca2f6.zip |
ARM: dts: imx6dl-yapp4: Add Y Soft IOTA Orion board
Add devicetree for new variant of the Y Soft IOT appliance.
The board is based on Hydra with the following changes:
- faster SoC (1GHz), 4GB RAM and 64GB eMMC
- removed miniPCIe
- removed Audio jack
- removed uSD slot
- removed RJ10 serial
- HDMI replaced by USB host
Signed-off-by: Michal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
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 4572db3fa5ae..eec0d61874a4 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -482,6 +482,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6dl-wandboard-revd1.dtb \ imx6dl-yapp4-draco.dtb \ imx6dl-yapp4-hydra.dtb \ + imx6dl-yapp4-orion.dtb \ imx6dl-yapp4-ursa.dtb \ imx6q-apalis-eval.dtb \ imx6q-apalis-ixora.dtb \ |