BTW I can see the code for setting up network interfaces in mach-tl-mr6400.c is 
identical to the one in mach-fritz4020.c for which we have ath79 support.
Hence, I copied the setup from there:

&eth0 {
  status = "okay";
  phy-mode = "mii";
  phy-handle = <&swphy0>;

  mtd-mac-address = <&uboot 0x1fc00>;
  mtd-mac-address-increment = <1>;

  gmac-config {
    device = <&gmac>;
    switch-phy-addr-swap = <1>;
    switch-phy-swap = <1>;
  };
};

&eth1 {
  status = "okay";
  mtd-mac-address = <&uboot 0x1fc00>;
  mtd-mac-address-increment = <(-1)>;
};

yeah, here I am using spaces but the original code has tabs. :)

Am I overlooking something?

Second question - I got the LTe module working with gpio-hog. How can now I 
turn off the LTE module, writing a value to the GPIO?
Thanks!!
Enrico

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to