Mt7615e detects two devices even if only one wifi0 block specified in dts file

Hardware:
Mediatek Reference design (SNOR 11AX)

In general i only have experience working with atheros boards this is my first mediatek board, any kind of guidance would be really appreciated.

What i am trying to achieve?

I want to specify different mac addresses location for both the radios.
When i write this block it detects both the radios and both have the same MAC.

Part of my DTS file,

&pcie1 {
	wifi@0,0 {
		compatible = "mediatek,mt76";
		reg = <0x0000 0 0 0 0>;
		mediatek,mtd-eeprom = <&factory 0x0000>;
		mtd-mac-address = <&factory 0xe000>;
		mtd-mac-address-increment = <2>;
		//mtd-mac-address = <&factory 0x0004>;
	};
};

Partial boot log

Two pcie devices are probed even if only one pcie1 is specified.

[   11.599280] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=25
[   11.604724] pci 0000:00:00.0: enabling device (0006 -> 0007)
[   11.610398] mt7915e_hif 0000:01:00.0: enabling device (0000 -> 0002)
[   11.617304] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=26
[   11.622751] pci 0000:00:01.0: enabling device (0006 -> 0007)
[   11.628418] mt7915e 0000:02:00.0: enabling device (0000 -> 0002)
[   11.784389] random: crng init done
[   11.869424] mt7915e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20201105222230a
[   11.869424] 
[   12.396172] mt7915e 0000:02:00.0: WM Firmware Version: ____000000, Build Time: 20201105222304
[   12.430158] mt7915e 0000:02:00.0: WA Firmware Version: DEV_000000, Build Time: 20201105222323

ip link output:

Notice that wlan0 and wlan1 both have same mac,
I think this will cause problems when wlan interface is part of a bridge.

root@OpenWrt:/# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP qlen 1000
    link/ether 00:13:4b:80:2f:2a brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master br-lan state UP qlen 1000
    link/ether 00:13:4b:80:2f:2b brd ff:ff:ff:ff:ff:ff
4: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:13:4b:80:2f:2c brd ff:ff:ff:ff:ff:ff
5: wlan1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:13:4b:80:2f:2c brd ff:ff:ff:ff:ff:ff
6: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
    link/ether 00:13:4b:80:2f:2b brd ff:ff:ff:ff:ff:ff

Some interesting findings,

When i looked into eeprom/factory partition,
There are two valid mac addresses at standard mediatek eeprom position, which is 0xe000.
But there is only one valid mac at position 0x0000 instead of two maybe?

root@OpenWrt:/# hexdump -C /dev/mtdblock3 | grep -i '00 13'
00000000  15 79 00 00 00 13 4b 80  2f 29 00 00 00 00 00 00  |.y....K./)......|
0000e000  00 13 4b 80 2f 2a 00 13  4b 80 2f 2b ff ff ff ff  |..K./*..K./+....|

Full boot log

## Booting kernel from Legacy Image at bfc90000 ...
   Image Name:   MIPS OpenWrt Linux-5.4.137
   Image Type:   MIPS Linux Kernel Image (lzma compressed)
   Data Size:    2433933 Bytes = 2.3 MiB
   Load Address: 80001000
   Entry Point:  80001000
   Verifying Checksum ... OK
   Uncompressing Kernel Image ... OK
[    0.000000] Linux version 5.4.137 (builder@a931934b5383) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16268-750b966)) #0 SMP Wed Aug 11 20:12:26 2021
[    0.000000] SoC Type: MediaTek MT7621 ver:1 eco:3
[    0.000000] printk: bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 0001992f (MIPS 1004Kc)
[    0.000000] MIPS: machine is mtk,dev1
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] VPE topology {2,2} total 4
[    0.000000] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    0.000000] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] percpu: Embedded 14 pages/cpu s26736 r8192 d22416 u57344
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32480
[    0.000000] Kernel command line: console=ttyS0,115200 rootfstype=squashfs,jffs2
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.000000] Writing ErrCtl register=0002e280
[    0.000000] Readback ErrCtl register=0002e280
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 120720K/131072K available (5838K kernel code, 205K rwdata, 1256K rodata, 1264K init, 230K bss, 10352K reserved, 0K cma-reserved, 0K highmem)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] NR_IRQS: 256
[    0.000000] random: get_random_bytes called from start_kernel+0x36c/0x584 with crng_init=0
[    0.000000] CPU Clock: 880MHz
[    0.000000] clocksource: GIC: mask: 0xffffffffffffffff max_cycles: 0xcaf478abb4, max_idle_ns: 440795247997 ns
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4343773742 ns
[    0.000009] sched_clock: 32 bits at 440MHz, resolution 2ns, wraps every 4880645118ns
[    0.007802] Calibrating delay loop... 583.68 BogoMIPS (lpj=1167360)
[    0.042009] pid_max: default: 32768 minimum: 301
[    0.046785] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.054009] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.064449] rcu: Hierarchical SRCU implementation.
[    0.069884] smp: Bringing up secondary CPUs ...
[    2.687906] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    2.687916] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    2.687929] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    2.688029] CPU1 revision is: 0001992f (MIPS 1004Kc)
[    0.102643] Synchronize counters for CPU 1: done.
[    2.423188] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    2.423196] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    2.423205] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    2.423264] CPU2 revision is: 0001992f (MIPS 1004Kc)
[    0.167345] Synchronize counters for CPU 2: done.
[    2.486576] Primary instruction cache 32kB, VIPT, 4-way, linesize 32 bytes.
[    2.486584] Primary data cache 32kB, 4-way, PIPT, no aliases, linesize 32 bytes
[    2.486593] MIPS secondary cache 256kB, 8-way, linesize 32 bytes.
[    2.486655] CPU3 revision is: 0001992f (MIPS 1004Kc)
[    0.225199] Synchronize counters for CPU 3: done.
[    0.255073] smp: Brought up 1 node, 4 CPUs
[    0.263352] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.273033] futex hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.280064] pinctrl core: initialized pinctrl subsystem
[    0.286813] NET: Registered protocol family 16
[    0.318042] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
[    0.329710] clocksource: Switched to clocksource GIC
[    0.336252] thermal_sys: Registered thermal governor 'step_wise'
[    0.336751] NET: Registered protocol family 2
[    0.347248] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.354917] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.363217] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.370797] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)
[    0.377795] TCP: Hash tables configured (established 1024 bind 1024)
[    0.384213] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.390692] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.397866] NET: Registered protocol family 1
[    0.402177] PCI: CLS 0 bytes, default 32
[    0.497651] 4 CPUs re-calibrate udelay(lpj = 1167360)
[    0.504114] workingset: timestamp_bits=14 max_order=15 bucket_order=1
[    0.512353] random: fast init done
[    0.525854] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.531622] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.544330] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.550206] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.556025] mt7621_gpio 1e000600.gpio: registering 32 gpios
[    0.562489] Serial: 8250/16550 driver, 3 ports, IRQ sharing disabled
[    0.570307] printk: console [ttyS0] disabled
[    0.574603] 1e000c00.uartlite: ttyS0 at MMIO 0x1e000c00 (irq = 19, base_baud = 3125000) is a 16550A
[    0.583588] printk: console [ttyS0] enabled
[    0.583588] printk: console [ttyS0] enabled
[    0.591844] printk: bootconsole [early0] disabled
[    0.591844] printk: bootconsole [early0] disabled
[    0.602004] 1e000d00.uartlite2: ttyS1 at MMIO 0x1e000d00 (irq = 20, base_baud = 3125000) is a 16550A
[    0.611864] 1e000e00.uartlite3: ttyS2 at MMIO 0x1e000e00 (irq = 21, base_baud = 3125000) is a 16550A
[    0.623683] spi-mt7621 1e000b00.spi: sys_freq: 220000000
[    0.630141] spi-nor spi0.0: mx25l12805d (16384 Kbytes)
[    0.635354] 5 fixed-partitions partitions found on MTD device spi0.0
[    0.641696] Creating 5 MTD partitions on "spi0.0":
[    0.646491] 0x000000000000-0x000000030000 : "u-boot"
[    0.652584] 0x000000030000-0x000000040000 : "u-boot-env"
[    0.659001] 0x000000040000-0x000000050000 : "wht-is-this"
[    0.665461] 0x000000050000-0x000000090000 : "factory"
[    0.671677] 0x000000090000-0x000001000000 : "firmware"
[    0.678285] 2 uimage-fw partitions found on MTD device firmware
[    0.684247] Creating 2 MTD partitions on "firmware":
[    0.689221] 0x000000000000-0x0000002523cd : "kernel"
[    0.695373] 0x0000002523cd-0x000000f70000 : "rootfs"
[    0.701350] mtd: device 6 (rootfs) set to be root filesystem
[    0.707150] 1 squashfs-split partitions found on MTD device rootfs
[    0.713328] 0x000000780000-0x000000f70000 : "rootfs_data"
[    0.720843] libphy: Fixed MDIO Bus: probed
[    0.752126] libphy: mdio: probed
[    0.755624] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module
[    0.765160] mtk_soc_eth 1e100000.ethernet eth0: mediatek frame engine at 0xbe100000, irq 23
[    0.774396] mtk_soc_eth 1e100000.ethernet eth1: mediatek frame engine at 0xbe100000, irq 23
[    0.783807] i2c-mt7621 1e000900.i2c: clock 100 kHz
[    0.789896] mt7621-pci 1e140000.pcie: Parsing DT failed
[    0.797515] NET: Registered protocol family 10
[    0.803531] Segment Routing with IPv6
[    0.807333] NET: Registered protocol family 17
[    0.812069] 8021q: 802.1Q VLAN Support v1.8
[    0.818313] mt7530 mdio-bus:1f: MT7530 adapts as multi-chip module
[    0.825022] mt7530: probe of mdio-bus:1f failed with error -22
[    0.831073] rt2880-pinmux pinctrl: pcie is already enabled
[    0.836699] mt7621-pci-phy 1e149000.pcie-phy: PHY for 0xbe149000 (dual port = 1)
[    0.844283] mt7621-pci-phy 1e14a000.pcie-phy: PHY for 0xbe14a000 (dual port = 0)
[    0.951738] mt7621-pci-phy 1e149000.pcie-phy: Xtal is 40MHz
[    0.957316] mt7621-pci-phy 1e14a000.pcie-phy: Xtal is 40MHz
[    1.062857] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK)
[    1.069808] mt7621-pci 1e140000.pcie: PCIE0 enabled
[    1.074674] mt7621-pci 1e140000.pcie: PCIE1 enabled
[    1.079549] mt7621-pci 1e140000.pcie: PCI coherence region base: 0x60000000, mask/settings: 0xf0000002
[    1.089017] mt7621-pci 1e140000.pcie: PCI host bridge to bus 0000:00
[    1.095383] pci_bus 0000:00: root bus resource [io  0x1e160000-0x1e16ffff]
[    1.102247] pci_bus 0000:00: root bus resource [mem 0x60000000-0x6fffffff]
[    1.109107] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.114633] pci 0000:00:00.0: [0e8d:0801] type 01 class 0x060400
[    1.120660] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[    1.126923] pci 0000:00:00.0: reg 0x14: [mem 0x60400000-0x6040ffff]
[    1.133245] pci 0000:00:00.0: supports D1
[    1.137252] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    1.143394] pci 0000:00:01.0: [0e8d:0801] type 01 class 0x060400
[    1.149427] pci 0000:00:01.0: reg 0x10: [mem 0x00000000-0x7fffffff]
[    1.155692] pci 0000:00:01.0: reg 0x14: [mem 0x60410000-0x6041ffff]
[    1.162007] pci 0000:00:01.0: supports D1
[    1.166013] pci 0000:00:01.0: PME# supported from D0 D1 D3hot
[    1.173310] pci 0000:01:00.0: [14c3:7916] type 00 class 0x000280
[    1.179390] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
[    1.186614] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
[    1.193835] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
[    1.201158] pci 0000:01:00.0: supports D1 D2
[    1.205423] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.212060] pci 0000:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:00.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
[    1.227162] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    1.232393] pci 0000:00:00.0:   bridge window [io  0x0000-0x0fff]
[    1.238490] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x601fffff pref]
[    1.245708] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.252539] pci 0000:02:00.0: [14c3:7915] type 00 class 0x000280
[    1.258608] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x000fffff 64bit pref]
[    1.265833] pci 0000:02:00.0: reg 0x18: [mem 0x00000000-0x00003fff 64bit pref]
[    1.273052] pci 0000:02:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit pref]
[    1.280378] pci 0000:02:00.0: supports D1 D2
[    1.284643] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.291277] pci 0000:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x1 link at 0000:00:01.0 (capable of 4.000 Gb/s with 5 GT/s x1 link)
[    1.306433] pci 0000:00:01.0: PCI bridge to [bus 02-ff]
[    1.311660] pci 0000:00:01.0:   bridge window [io  0x0000-0x0fff]
[    1.317748] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x603fffff pref]
[    1.324955] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02
[    1.331618] pci 0000:00:00.0: BAR 0: no space for [mem size 0x80000000]
[    1.338222] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x80000000]
[    1.345168] pci 0000:00:01.0: BAR 0: no space for [mem size 0x80000000]
[    1.351769] pci 0000:00:01.0: BAR 0: failed to assign [mem size 0x80000000]
[    1.358721] pci 0000:00:00.0: BAR 9: assigned [mem 0x60000000-0x601fffff pref]
[    1.365933] pci 0000:00:01.0: BAR 9: assigned [mem 0x60200000-0x603fffff pref]
[    1.373139] pci 0000:00:00.0: BAR 1: assigned [mem 0x60400000-0x6040ffff]
[    1.379931] pci 0000:00:01.0: BAR 1: assigned [mem 0x60410000-0x6041ffff]
[    1.386712] pci 0000:00:00.0: BAR 7: assigned [io  0x1e160000-0x1e160fff]
[    1.393486] pci 0000:00:01.0: BAR 7: assigned [io  0x1e161000-0x1e161fff]
[    1.400276] pci 0000:01:00.0: BAR 0: assigned [mem 0x60000000-0x600fffff 64bit pref]
[    1.408018] pci 0000:01:00.0: BAR 2: assigned [mem 0x60100000-0x60103fff 64bit pref]
[    1.415760] pci 0000:01:00.0: BAR 4: assigned [mem 0x60104000-0x60104fff 64bit pref]
[    1.423498] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.428455] pci 0000:00:00.0:   bridge window [io  0x1e160000-0x1e160fff]
[    1.435233] pci 0000:00:00.0:   bridge window [mem 0x60000000-0x601fffff pref]
[    1.442451] pci 0000:02:00.0: BAR 0: assigned [mem 0x60200000-0x602fffff 64bit pref]
[    1.450193] pci 0000:02:00.0: BAR 2: assigned [mem 0x60300000-0x60303fff 64bit pref]
[    1.457934] pci 0000:02:00.0: BAR 4: assigned [mem 0x60304000-0x60304fff 64bit pref]
[    1.465682] pci 0000:00:01.0: PCI bridge to [bus 02]
[    1.470640] pci 0000:00:01.0:   bridge window [io  0x1e161000-0x1e161fff]
[    1.477413] pci 0000:00:01.0:   bridge window [mem 0x60200000-0x603fffff pref]
[    1.485376] hctosys: unable to open rtc device (rtc0)
[    1.498326] VFS: Mounted root (squashfs filesystem) readonly on device 31:6.
[    1.509636] Freeing unused kernel memory: 1264K
[    1.514264] This architecture does not have kernel memory protection.
[    1.520689] Run /sbin/init as init process
[    2.299753] init: Console is alive
[    2.303419] init: - watchdog -
[    3.698233] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.853145] usbcore: registered new interface driver usbfs
[    3.858784] usbcore: registered new interface driver hub
[    3.864227] usbcore: registered new device driver usb
[    3.879277] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vbus not found, using dummy regulator
[    3.888041] xhci-mtk 1e1c0000.xhci: 1e1c0000.xhci supply vusb33 not found, using dummy regulator
[    3.897012] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
[    3.902356] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 1
[    3.917850] xhci-mtk 1e1c0000.xhci: hcc params 0x01401198 hci version 0x96 quirks 0x0000000000290010
[    3.927046] xhci-mtk 1e1c0000.xhci: irq 22, io mem 0x1e1c0000
[    3.934092] hub 1-0:1.0: USB hub found
[    3.937955] hub 1-0:1.0: 2 ports detected
[    3.942610] xhci-mtk 1e1c0000.xhci: xHCI Host Controller
[    3.947981] xhci-mtk 1e1c0000.xhci: new USB bus registered, assigned bus number 2
[    3.955472] xhci-mtk 1e1c0000.xhci: Host supports USB 3.0 SuperSpeed
[    3.962067] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.970996] hub 2-0:1.0: USB hub found
[    3.974861] hub 2-0:1.0: 1 port detected
[    3.984151] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    3.998034] init: - preinit -
[    5.053030] mtk_soc_eth 1e100000.ethernet eth0: configuring for fixed/rgmii link mode
[    5.061335] mtk_soc_eth 1e100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[    5.069809] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    5.236260] random: jshn: uninitialized urandom read (4 bytes read)
[    5.349517] random: jshn: uninitialized urandom read (4 bytes read)
[    5.411053] random: jshn: uninitialized urandom read (4 bytes read)
[    5.687266] mtk_soc_eth 1e100000.ethernet eth1: configuring for fixed/rgmii link mode
[    5.695542] mtk_soc_eth 1e100000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx
[    5.704023] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[    9.918487] mount_root: jffs2 not ready yet, using temporary tmpfs overlay
[    9.929312] urandom-seed: Seed file not found (/etc/urandom.seed)
[   10.046937] mtk_soc_eth 1e100000.ethernet eth1: Link is Down
[   10.060974] procd: - early -
[   10.063981] procd: - watchdog -
[   10.649869] procd: - watchdog -
[   10.653636] procd: - ubus -
[   10.737249] urandom_read: 6 callbacks suppressed
[   10.737261] random: ubusd: uninitialized urandom read (4 bytes read)
[   10.813274] procd: - init -
Please press Enter to activate this console.
[   11.381054] kmodloader: loading kernel modules from /etc/modules.d/*
[   11.463278] Loading modules backported from Linux version v5.10.42-0-g65859eca4dff
[   11.470879] Backport generated by backports.git v5.10.42-1-0-gbee5c545
[   11.484402] lib80211: common routines for IEEE802.11 drivers
[   11.506651] xt_time: kernel timezone is -0000
[   11.594001] urngd: v1.0.2 started.
[   11.599280] mt7621-pci 1e140000.pcie: bus=1 slot=0 irq=25
[   11.604724] pci 0000:00:00.0: enabling device (0006 -> 0007)
[   11.610398] mt7915e_hif 0000:01:00.0: enabling device (0000 -> 0002)
[   11.617304] mt7621-pci 1e140000.pcie: bus=2 slot=1 irq=26
[   11.622751] pci 0000:00:01.0: enabling device (0006 -> 0007)
[   11.628418] mt7915e 0000:02:00.0: enabling device (0000 -> 0002)
[   11.784389] random: crng init done
[   11.869424] mt7915e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20201105222230a
[   11.869424] 
[   12.396172] mt7915e 0000:02:00.0: WM Firmware Version: ____000000, Build Time: 20201105222304
[   12.430158] mt7915e 0000:02:00.0: WA Firmware Version: DEV_000000, Build Time: 20201105222323
[   12.577590] PPP generic driver version 2.4.2
[   12.583200] NET: Registered protocol family 24
[   12.600441] kmodloader: done loading kernel modules from /etc/modules.d/*
1 Like

Same problem with mt7615. Haven't found solution yet?

1 Like