dell-emc-edge620)
ucidef_set_interfaces_lan_wan "eth0 eth1 eth2 eth3 eth7" "eth6"
;;
+gowin-solution-co-ltd-gw-mb-u01)
+ ucidef_set_network_device_path "eth1" "pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:02.0/0000:04:00.0"
+ ucidef_set_network_device_path "eth2" "pci0000:00/0000:00:1c.0/0000:01:00.0/0000:02:00.0/0000:03:00.0"
+ ucidef_set_network_device_path "eth3" "pci0000:00/0000:00:1c.2/0000:07:00.0/0000:08:02.0/0000:0a:00.0"
+ ucidef_set_network_device_path "eth4" "pci0000:00/0000:00:1c.2/0000:07:00.0/0000:08:00.0/0000:09:00.0"
+ ucidef_set_network_device_path "poe" "pci0000:00/0000:00:1c.2/0000:07:00.0/0000:08:06.0/0000:0b:00.0"
+
+ sfp_device="pci0000:00/0000:00:1d.0"
+ sfp_device_path="/sys/devices/$sfp_device"
+
+ pci_count="$(ls -d $sfp_device_path/0000:*:00.* 2>/dev/null | wc -l)"
+ if [ "$pci_count" -eq 2 ]; then
+ sfp_port1="$(basename $sfp_device_path/0000:*:00.1)"
+ sfp_port2="$(basename $sfp_device_path/0000:*:00.0)"
+
+ ucidef_set_network_device_path "sfp1" "$sfp_device/$sfp_port1"
+ ucidef_set_network_device_path "sfp2" "$sfp_device/$sfp_port2"
+ elif [ "$pci_count" -eq 1 ]; then
+ sfp_port="$(basename $sfp_device_path/0000:*:00.0)"
+
+ ucidef_set_network_device_path_port "sfp1" "$sfp_device/$sfp_port" "1"
+ ucidef_set_network_device_path_port "sfp2" "$sfp_device/$sfp_port" "0"
+ fi
+
+ ucidef_set_interface_lan "eth1 eth2 eth3 eth4"
+ ;;
pc-engines-apu1|pc-engines-apu2|pc-engines-apu3)
ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0"
;;