Skip to content
Snippets Groups Projects
Commit 781d4bfb authored by Roger Pueyo Centelles's avatar Roger Pueyo Centelles Committed by Adrian Schmutzler
Browse files

ath79: mikrotik: fix network setup for lhg-hb platform


This network setup for MikroTik devices based on the LHG-HB platform
avoids using the integrated switch and connects the single Ethernet
port directly. This way, link speed (10/100 Mbps) is properly repor-
ted by eth0.

Fixes: FS#3309

Signed-off-by: default avatarRoger Pueyo Centelles <roger.pueyo@guifi.net>
parent 0348a02c
No related branches found
No related tags found
No related merge requests found
......@@ -67,12 +67,21 @@
};
};
&eth1 {
&eth0 {
status = "okay";
phy-handle = <&swphy0>;
gmac-config {
device = <&gmac>;
switch-phy-swap = <1>;
};
};
&eth1 {
compatible = "syscon", "simple-mfd";
};
&pinmux {
led_wan_pin: pinmux_led_wan_pin {
pinctrl-single,bits = <0x4 0x0 0xff>;
......
  • Paul :turtle: @paul

    mentioned in commit eb38af78

    ·

    mentioned in commit eb38af78

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment