From 8f372605f687137e7f8c40e5be32c58dc2473255 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonas=20H=C3=B6glund?= <jonas.hoglund@embeddednation.com>
Date: Thu, 2 Apr 2020 11:54:55 +0200
Subject: [PATCH] Add db entry for FT3401.

---
 .../base-files/lib/db/boards/FT3401           | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 iopsys-brcm63xx-arm/base-files/lib/db/boards/FT3401

diff --git a/iopsys-brcm63xx-arm/base-files/lib/db/boards/FT3401 b/iopsys-brcm63xx-arm/base-files/lib/db/boards/FT3401
new file mode 100644
index 000000000..95606248f
--- /dev/null
+++ b/iopsys-brcm63xx-arm/base-files/lib/db/boards/FT3401
@@ -0,0 +1,20 @@
+
+config board 'board'
+	option hasAdsl '0'
+	option hasVdsl '0'
+	option hasEthWan '0'
+	option hasVoice '0'
+	option hasDect '0'
+	option hasUsb '0'
+	option VoicePorts '0'
+	option VoiceLeds '0'
+	option hasWifi '0'
+	option hasSfp '1'
+	option sfpBus '/dev/i2c-0'
+	option ethernetPorts '5'
+	option tm '1'
+	option layer2 '1'
+	option ethernetWanPort 'eth4'
+	option ethernetPortNames 'LAN1 LAN2 LAN3 LAN4 WAN'
+	option ethernetPortOrder 'eth0 eth1 eth2 eth3 eth4'
+	option ethernetLanPorts 'eth0 eth1 eth2 eth3'
-- 
GitLab