Signed-off-by: Catrinel Catrinescu <cc@80211.de>
ucidef_set_interface_lan "eth0"
;;
+ "embeddedwireless,dorin")
+ ucidef_add_switch "switch0" \
+ "0@eth0" "1:wan" "2:lan:3" "3:lan:2"
+ ;;
+
"glinet,ar150")
ucidef_set_interfaces_lan_wan "eth1" "eth0"
;;
"avm,fritz300e")
status_led="${boardname}:green:power"
;;
+ "embeddedwireless,dorin")
+ status_led="dorin:green:status"
+ ;;
"glinet,ar150")
status_led="gl-ar150:orange:wlan"
;;
status = "okay";
mtd-mac-address = <&art 0x1002>;
+ mtd-mac-address-increment = <0x40>;
fixed-link {
speed = <1000>;
full-duplex;
};
- gmac-config {
- device = <&gmac>;
-
- switch-phy-addr-swap = <1>;
- switch-phy-swap = <1>;
- };
};
&mdio1 {
status = "okay";
};
+
+&wmac {
+ status = "okay";
+ mtd-cal-data = <&art 0x1000>;
+ mtd-mac-address = <&art 0x1002>;
+};