mvebu: initial support for Marvell Armada 7k and 8k DB boards
[openwrt/openwrt.git] / target / linux / mvebu / base-files / etc / board.d / 02_network
index 1dba615e0bfe7bb4a51ef887d513e3b124c544be..2c10154925b0270674e681fc909a87f7896f9b4a 100755 (executable)
@@ -52,6 +52,12 @@ marvell,armada-3720-db)
 marvell,armada8040-mcbin)
        ucidef_set_interfaces_lan_wan "eth0 eth1 eth3" "eth2"
        ;;
+marvell,armada8040-db)
+       ucidef_set_interfaces_lan_wan "eth0 eth2 eth3" "eth1"
+       ;;
+marvell,armada7040-db)
+       ucidef_set_interfaces_lan_wan "eth0 eth2" "eth1"
+       ;;
 *)
        ucidef_set_interface_lan "eth0"
        ;;