summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/vf500-colibri-dual-eth.dts
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/vf500-colibri-dual-eth.dts
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/vf500-colibri-dual-eth.dts')
-rw-r--r--arch/arm/boot/dts/vf500-colibri-dual-eth.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/vf500-colibri-dual-eth.dts b/arch/arm/boot/dts/vf500-colibri-dual-eth.dts
new file mode 100644
index 000000000000..24990e241e0e
--- /dev/null
+++ b/arch/arm/boot/dts/vf500-colibri-dual-eth.dts
@@ -0,0 +1,17 @@
+/*
+ * Copyright 2014 Toradex AG
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ */
+
+/dts-v1/;
+#include "vf500-colibri.dtsi"
+#include "vf-colibri-dual-eth.dtsi"
+
+/ {
+ model = "Toradex Colibri VF50 on Dual Ethernet Board";
+ compatible = "toradex,vf500-colibri_vf50-on-dual-eth-board", "toradex,vf500-colibri_vf50", "fsl,vf500";
+};