summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorBhuvanchandra DV <bhuvanchandra.dv@toradex.com>2014-11-20 15:30:33 +0530
committerStefan Agner <stefan.agner@toradex.com>2015-07-03 10:15:44 +0200
commitf37c466bdd8135a513b6b6f127bbf6c28479b987 (patch)
tree6c29e1ce707646a6660b91af1af0d8ad66ba0fd6 /arch/arm/boot/dts/Makefile
parent44a3d6f29028fcc59bd591f1bab261464038a804 (diff)
ARM: dts: vf610: Add device trees for dual Ethernet board
Add a device trees for the dual Ethernet Colibri Carrier Board. The Carrier Board has a second Ethernet PHY on board and connects it to the second Ethernet Controller of Vybrid. Therefor the Carrier Board is only usable with Vybrid based modules (Colibri VF50/VF61). Furthermore, the Carrier Board has two additional UARTs beside the three default Colibri UARTs. The schemata of the Ethernet part of a dual Ethernet Carrier Board for Vybrid can be found online at: http://docs.toradex.com/102058-colibri-vfxx-2nd-ethernet-rmii Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> [update version for 4.1] Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r--arch/arm/boot/dts/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 992736b5229b..ff9f6564d057 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -319,6 +319,8 @@ dtb-$(CONFIG_SOC_LS1021A) += \
dtb-$(CONFIG_SOC_VF610) += \
vf500-colibri-eval-v3.dtb \
vf610-colibri-eval-v3.dtb \
+ vf500-colibri-dual-eth.dtb \
+ vf610-colibri-dual-eth.dtb \
vf610-cosmic.dtb \
vf610-twr.dtb
dtb-$(CONFIG_ARCH_MXS) += \