openwrt/target/linux/mediatek/dts
Semih Baskan f2699cce13 mediatek: filogic: tplink-be450: fix RTL8261N reset timing, add missing WLAN button, fix memory size
- Fix RTL8261N 10GbE PHY `reset-deassert-us` from 100ms to 221ms to meet datasheet minimum SMI-ready timing (t7 >= 150ms), fixing intermittent boot stalls caused by MDIO bus instability
- Add missing WLAN toggle button (GPIO 34) present in stock firmware but absent from OpenWrt DTS
- Fix memory size from 1 GB to the actual 512 MB

Fix 1: The RTL8261N 10GbE PHY's `reset-deassert-us` was set to 100ms (100000us), but the **RTL8261N datasheet (Table 108, parameter t7)** specifies a minimum **SMI-ready time of 150ms** after nRESET release before the MDIO (SMI) bus can be used.

With only 100ms, the kernel attempts MDIO bus access before the RTL8261N's SMI interface is stable. Since the RTL8261N (mdio-bus:00) and the internal MT7988 2.5GbE PHY (mdio-bus:0f) share the same MDIO bus, a not-yet-ready RTL8261N disrupts all MDIO traffic, causing the 2.5GbE PHY firmware loading (`mt798x_2p5ge_phy_config_init`) to stall.

Observed symptoms on warm reboot:
- Sometimes `mt798x_2p5ge_phy_config_init` hangs for 5+ minutes or indefinitely
- RCU CPU stalls (`rcu: INFO: rcu_sched detected stalls on CPUs`)
- mt7996e WiFi chip message timeouts cascading to `chip full reset failed`
- System appears hung with only power LED blinking slowly

UART serial log evidence (warm reboot with 100ms):
```
[   73.041756] rcu: INFO: rcu_sched self-detected stall on CPU
[   73.048341] rcu:  2-....: (8 ticks this GP)
[   73.061641] pc : mt798x_2p5ge_phy_config_init+0x258/0xbb0
[   73.061653] lr : mt798x_2p5ge_phy_config_init+0x238/0xbb0
...
[  334.771280] MediaTek MT7988 2.5GbE PHY mdio-bus:0f: Firmware date code: 2024/10/30
```

The 2.5GbE PHY firmware loading, which normally takes ~3 seconds, took **325 seconds** due to MDIO bus instability. In the worst case, the system never recovers.

GPL DTS uses 221ms (`reset-deassert-us = <221000>`), providing 71ms of margin above the 150ms datasheet minimum. All MediaTek MT7988 reference board DTS files in the GPL use this same 221ms value.

Fix 2: Missing WLAN button (GPIO 34)

The BE450 has a physical WLAN toggle button on GPIO 34, defined in the stock TP-Link GPL DTS but missing from the OpenWrt DTS. Without this definition, the button is non-functional under OpenWrt.

The pin name for GPIO 34 in the MT7988 pinctrl is `SPI2_MISO`, confirmed by the kernel pinctrl driver (`pinctrl-mt7988.c`: `MT7988_PIN(34, "SPI2_MISO")`) and the official devicetree binding (`mediatek,mt7988-pinctrl.yaml`).

Note: GPIO 34 is also used by the BE450's First U-Boot as a recovery button (web recovery 192.168.1.1). Registering it in the DTS ensures the kernel claims the pin.

Fix 3: Incorrect memory size in DTS

The OpenWrt DTS declares 1 GB (`0x40000000`) of RAM, but the BE450 has 512 MB (`0x20000000`).

Run tested.

Signed-off-by: Semih Baskan <strst.gs@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22386
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-03-14 20:58:38 +01:00
..
mt7622-asiarf-ap7622-wh1.dts
mt7622-buffalo-wsr-2533dhp2.dts mediatek: rtl8367s: modernize gpio API 2025-11-29 21:08:39 +01:00
mt7622-buffalo-wsr-3200ax4s.dts
mt7622-buffalo-wsr.dtsi
mt7622-dlink-eagle-pro-ai-ax3200-a1.dtsi
mt7622-dlink-eagle-pro-ai-m32-a1.dts
mt7622-dlink-eagle-pro-ai-r32-a1.dts
mt7622-elecom-wrc-2533gent.dts mediatek: rtl8367s: modernize gpio API 2025-11-29 21:08:39 +01:00
mt7622-elecom-wrc-g01.dts mediatek: add support for Elecom WRC-G01 2025-12-26 20:07:31 +01:00
mt7622-elecom-wrc-x3200gst3.dts mediatek: add support for Elecom WRC-G01 2025-12-26 20:07:31 +01:00
mt7622-elecom-wrc-x3200gst3.dtsi mediatek: add support for Elecom WRC-G01 2025-12-26 20:07:31 +01:00
mt7622-linksys-e8450-ubi.dts
mt7622-linksys-e8450.dts
mt7622-linksys-e8450.dtsi
mt7622-netgear-wax206.dts
mt7622-reyee-ax3200-e5.dts
mt7622-rfb1-ubi.dts
mt7622-ruijie-rg-ew3200.dtsi
mt7622-ruijie-rg-ew3200gx-pro.dts
mt7622-smartrg-SDG-841-t6.dts
mt7622-totolink-a8000ru.dts mediatek: rtl8367s: modernize gpio API 2025-11-29 21:08:39 +01:00
mt7622-ubnt-unifi-6-lr-v1-ubootmod.dts
mt7622-ubnt-unifi-6-lr-v1.dts
mt7622-ubnt-unifi-6-lr-v1.dtsi
mt7622-ubnt-unifi-6-lr-v2-ubootmod.dts
mt7622-ubnt-unifi-6-lr-v2.dts
mt7622-ubnt-unifi-6-lr-v2.dtsi
mt7622-ubnt-unifi-6-lr-v3-ubootmod.dts
mt7622-ubnt-unifi-6-lr-v3.dts
mt7622-ubnt-unifi-6-lr-v3.dtsi
mt7622-ubnt-unifi-6-lr.dtsi
mt7622-xiaomi-redmi-router-ax6s.dts
mt7623a-unielec-u7623-02-emmc-512m.dts
mt7623a-unielec-u7623-02.dts
mt7623a-unielec-u7623-02.dtsi
mt7629-iptime-a6004mx.dts
mt7629-linksys-ea7500-v3.dts treewide: linksys: use nvmem MAC for hw_mac_addr 2026-02-23 10:56:00 +01:00
mt7629-netgear-ex6250-v2.dts
mt7629-tplink_eap225-v5.dts
mt7981a-comfast-cf-e393ax.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981a-edgecore-eap111.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981a-glinet-gl-x3000-xe3000-common.dtsi
mt7981a-glinet-gl-x3000.dts
mt7981a-glinet-gl-xe3000.dts
mt7981a-teltonika-rutc50.dts mediatek: dts: mt7981: remove internal phy LED pinctrl 2026-01-22 00:10:56 +01:00
mt7981a-ubnt-unifi-6-plus.dts
mt7981b-abt-asr3000.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-airpi-ap3000m.dts mediatek: add support for Airpi AP3000M 2026-01-14 00:16:34 +01:00
mt7981b-asus-rt-ax52.dts
mt7981b-asus-rt-ax57m.dts mediatek: filogic: asus,rt-ax57m: remove unused pinctrl groups 2025-12-23 14:51:17 +00:00
mt7981b-bazis-ax3000wm.dts mediatek: filogic: add support for Bazis AX3000WM 2026-02-07 22:25:47 +01:00
mt7981b-cetron-ct3003.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-cmcc-a10-stock.dts
mt7981b-cmcc-a10-ubootmod.dts
mt7981b-cmcc-a10.dtsi treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-cmcc-rax3000m-emmc.dtso
mt7981b-cmcc-rax3000m-nand.dtso treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-cmcc-rax3000m.dts
mt7981b-comfast-cf-wr632ax-common.dtsi treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-comfast-cf-wr632ax-ubootmod.dts
mt7981b-comfast-cf-wr632ax.dts
mt7981b-confiabits-mt7981.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-creatlentem-clt-r30b1-112m.dts
mt7981b-creatlentem-clt-r30b1-common.dtsi treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-creatlentem-clt-r30b1.dts
mt7981b-cudy-ap3000-v1.dts mediatek: add Motorcomm PHY support to Cudy AP3000 v1 2026-02-04 00:58:22 +01:00
mt7981b-cudy-ap3000outdoor-v1.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-cudy-ap3000wall-v1.dts mediatek: filogic: add support for Cudy AP3000 Wall v1 2026-01-03 00:01:24 +01:00
mt7981b-cudy-m3000-v1.dts mediatek: filogic: rename Cudy M3000 v1 to v1/v2 2026-03-14 01:40:32 +01:00
mt7981b-cudy-m3000-v2-yt8821.dts mediatek: filogic: add support for Cudy M3000 w/ YT8821 PHY 2026-03-14 01:40:32 +01:00
mt7981b-cudy-m3000.dtsi mediatek: filogic: add support for Cudy M3000 w/ YT8821 PHY 2026-03-14 01:40:32 +01:00
mt7981b-cudy-re3000-v1.dts
mt7981b-cudy-tr3000-256mb-v1.dts
mt7981b-cudy-tr3000-v1-ubootmod.dts
mt7981b-cudy-tr3000-v1.dts
mt7981b-cudy-tr3000-v1.dtsi treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-cudy-wbr3000uax-v1-ubootmod.dts mediatek: add ubootmod layout for Cudy WBR3000UAX v1 2025-12-30 22:20:33 +01:00
mt7981b-cudy-wbr3000uax-v1.dts mediatek: add support for Cudy WBR3000UAX v1 2025-12-30 22:20:30 +01:00
mt7981b-cudy-wbr3000uax-v1.dtsi mediatek: add support for Cudy WBR3000UAX v1 2025-12-30 22:20:30 +01:00
mt7981b-cudy-wr3000-nand.dtsi mediatek: add support for Cudy WBR3000UAX v1 2025-12-30 22:20:30 +01:00
mt7981b-cudy-wr3000-v1.dts
mt7981b-cudy-wr3000e-v1.dts mediatek-filogic: assign WAN netdev trigger to blue:wan LED for cudy wr3000e 2025-11-30 23:57:23 +01:00
mt7981b-cudy-wr3000h-v1.dts mediatek: fix PHY autodetection on Cudy WR3000H 2026-01-13 00:18:04 +01:00
mt7981b-cudy-wr3000p-v1.dts
mt7981b-cudy-wr3000s-v1.dts
mt7981b-dlink-aquila-pro-ai-m30-a1.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-elecom-wrc-x3000gs3.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-gatonetworks-gdsp-gps.dtso
mt7981b-gatonetworks-gdsp-sd-boot.dtso
mt7981b-gatonetworks-gdsp-sd.dtso
mt7981b-gatonetworks-gdsp.dts
mt7981b-glinet-gl-mt2500-v1.dts mediatek: filogic: gl-mt2500 fix compatibles PHY variants 2026-02-11 00:03:05 +01:00
mt7981b-glinet-gl-mt2500-v2.dts mediatek: filogic: gl-mt2500 fix compatibles PHY variants 2026-02-11 00:03:05 +01:00
mt7981b-glinet-gl-mt2500.dtsi mediatek: filogic: gl-mt2500 fix compatibles PHY variants 2026-02-11 00:03:05 +01:00
mt7981b-glinet-gl-mt3000.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-h3c-magic-nx30-pro.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-huasifei-wh3000-pro.dts
mt7981b-huasifei-wh3000.dts
mt7981b-imou-hx21.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-iptime-ax3000m.dts mediatek: dts: mt7981: remove internal phy LED pinctrl 2026-01-22 00:10:56 +01:00
mt7981b-iptime-ax3000q.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-iptime-ax3000se.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-iptime-ax3000sm.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-jcg-q30-pro.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-kebidumei-ax3000-u22.dts mediatek: filogic: add support for Kebidumei AX3000-U22 2025-12-09 01:12:07 +01:00
mt7981b-keenetic-kap-630.dts mediatek: add support for Keenetic/Netcraze (K/N)AP-630 2026-02-14 00:34:16 +01:00
mt7981b-keenetic-kap-630.dtsi mediatek: dts: drop wrong sgmiisys0 node override 2026-02-17 21:02:51 +01:00
mt7981b-keenetic-kn-3711.dts mediatek: drop spi cal for Keenetic KN-(3711/3811/3911) 2026-01-24 20:59:40 +01:00
mt7981b-keenetic-kn-3811.dts mediatek: simplify nvmem mac for Keenetic KN-(3811/3911) 2026-01-24 20:59:40 +01:00
mt7981b-keenetic-kn-3911.dts mediatek: dts: drop wrong sgmiisys0 node override 2026-02-17 21:02:51 +01:00
mt7981b-konka-komi-a31.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-mercusys-mr80x-v3.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-mercusys-mr85x.dts mediatek: add support for Mercusys MR85X 2025-11-30 22:59:34 +01:00
mt7981b-netcraze-nap-630.dts mediatek: add support for Keenetic/Netcraze (K/N)AP-630 2026-02-14 00:34:16 +01:00
mt7981b-netgear-eax17.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-netis-common.dtsi mediatek: filogic: add support Netcore NX30V2/N30PRO/POWER30AX/W7/GW3001 2025-12-09 01:29:39 +01:00
mt7981b-netis-nx30v2.dts mediatek: filogic: add support Netcore NX30V2/N30PRO/POWER30AX/W7/GW3001 2025-12-09 01:29:39 +01:00
mt7981b-netis-nx31.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-netis-nx32u.dts mediatek: add support for netis NX32U 2026-02-12 23:02:05 +01:00
mt7981b-nokia-ea0326gmp.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-nradio-c8-668gl.dts
mt7981b-openembed-som7981.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-openfi-6c.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-openwrt-one.dts mediatek: dts: drop wrong sgmiisys0 node override 2026-02-17 21:02:51 +01:00
mt7981b-qihoo-360t7.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-routerich-ax3000-common.dtsi treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-routerich-ax3000-ubootmod.dts
mt7981b-routerich-ax3000-v1.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-routerich-ax3000.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-snr-snr-cpe-ax2.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-tenbay-wr3000k.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-totolink-x6000r.dts mediatek: dts: mt7981: remove internal phy LED pinctrl 2026-01-22 00:10:56 +01:00
mt7981b-tplink-fr365v1.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-unielec-u7981-01-emmc.dts
mt7981b-unielec-u7981-01-nand.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-unielec-u7981-01.dtsi mediatek: dts: mt7981: remove internal phy LED pinctrl 2026-01-22 00:10:56 +01:00
mt7981b-wavlink-wl-3port-128nand-common.dtsi treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-wavlink-wl-wn551x3.dts
mt7981b-wavlink-wl-wn573hx3.dts
mt7981b-wavlink-wl-wn586x3.dts
mt7981b-wavlink-wl-wn586x3b.dts
mt7981b-widelantech-wap430x.dts mediatek: filogic: add support for Widelantech WAP430X 2025-12-03 00:53:39 +01:00
mt7981b-xiaomi-mi-router-ax3000t-ubootmod.dts
mt7981b-xiaomi-mi-router-ax3000t.dts
mt7981b-xiaomi-mi-router-ax3000t.dtsi
mt7981b-xiaomi-mi-router-common.dtsi treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-xiaomi-mi-router-wr30u-stock.dts
mt7981b-xiaomi-mi-router-wr30u-ubootmod.dts
mt7981b-xiaomi-mi-router-wr30u.dtsi
mt7981b-yuncore-ax835.dts
mt7981b-zbtlink-zbt-z8102ax-v2.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-zbtlink-zbt-z8102ax.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-zbtlink-zbt-z8103ax-c.dts mediatek: add support for device zbt-z8103ax-c 2026-01-03 00:58:39 +01:00
mt7981b-zbtlink-zbt-z8103ax.dts mediatek: extract DTS include for zbt z8103ax 2026-01-03 00:58:39 +01:00
mt7981b-zbtlink-zbt-z8103ax.dtsi mediatek: extract DTS include for zbt z8103ax 2026-01-03 00:58:39 +01:00
mt7981b-zyxel-nwa50ax-pro.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-acelink-ew-7886cax.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-acer-predator-w6.dts mediatek: filogic: add 6G precal to Acer Predator W6 2026-02-11 00:35:33 +01:00
mt7986a-acer-predator-w6d.dts
mt7986a-acer-predator-w6x-stock.dts
mt7986a-acer-predator-w6x-ubootmod.dts
mt7986a-acer-predator-w6x.dtsi treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-acer-vero-w6m.dts mediatek: filogic: add 6G precal to Acer Vero W6m 2026-02-11 00:35:38 +01:00
mt7986a-acer-w6-common.dtsi mediatek: filogic: add precal to W6 common dtsi 2026-02-11 00:35:28 +01:00
mt7986a-asiarf-ap7986-003.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-asus-rt-ax59u.dts
mt7986a-asus-tuf-ax4200.dts
mt7986a-asus-tuf-ax4200q.dts mediatek: filogic: add support for ASUS TUF-AX4200Q 2025-11-30 18:45:40 +01:00
mt7986a-asus-tuf-ax6000.dts
mt7986a-bananapi-bpi-r3-mini.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-dlink-aquila-pro-ai-m60-a1.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-glinet-gl-mt6000.dts
mt7986a-iptime-ax7800m-6e.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-jdcloud-re-cp-03.dts
mt7986a-netcore-n60-pro.dts mediatek: filogic: increase flash speed on Netcore N60 Pro 2026-02-05 00:20:01 +01:00
mt7986a-netcore-n60.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-ruijie-rg-x60-pro.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-smartrg-bonanza-peak.dtsi
mt7986a-smartrg-SDG-8612.dts
mt7986a-smartrg-SDG-8614.dts
mt7986a-smartrg-SDG-8622.dts
mt7986a-smartrg-SDG-8632.dts
mt7986a-tplink-archer-ax80-v1.dts
mt7986a-tplink-eap683-lr.dts mediatek: TP-Link EAP683-LR support 2026-02-11 11:34:30 +02:00
mt7986a-tplink-tl-xdr4288.dts
mt7986a-tplink-tl-xdr6086.dts
mt7986a-tplink-tl-xdr6088.dts
mt7986a-tplink-tl-xdr-common.dtsi treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-tplink-tl-xtr8488.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-wavlink-wl-wn536ax6-a.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-xiaomi-redmi-router-ax6000-stock.dts
mt7986a-xiaomi-redmi-router-ax6000-ubootmod.dts
mt7986a-xiaomi-redmi-router-ax6000.dtsi treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-zyxel-ex5601-t0-common.dtsi treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986a-zyxel-ex5601-t0-stock.dts
mt7986a-zyxel-ex5601-t0-ubootmod.dts
mt7986a-zyxel-ex5700-telenor.dts
mt7986b-buffalo-wsr-6000ax8.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986b-mercusys-mr90x-v1-common.dtsi treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986b-mercusys-mr90x-v1-ubi.dts
mt7986b-mercusys-mr90x-v1.dts
mt7986b-netgear-wax220.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986b-tplink-archer-ax80-v1-eu.dts mediatek: filogic: TP-Link Archer AX80 v1 (EU) support 2025-12-20 17:59:58 +01:00
mt7986b-tplink-re6000xd.dts treewide: dts: remove {#address,#size}-cells from "spi-nand" compatible node 2025-11-27 12:37:49 +01:00
mt7986b-zyxel-wx5600-t0-ubootmod.dts mediatek: add support for Zyxel WX5600-T0 2026-03-02 11:43:43 +01:00
mt7987.dtsi
mt7987a-bananapi-bpi-r4-lite-1pcie-2L.dtso
mt7987a-bananapi-bpi-r4-lite-2pcie-1L.dtso
mt7987a-bananapi-bpi-r4-lite-emmc.dtso
mt7987a-bananapi-bpi-r4-lite-mikrobus.dtsi
mt7987a-bananapi-bpi-r4-lite-nand.dtso
mt7987a-bananapi-bpi-r4-lite-nor.dtso
mt7987a-bananapi-bpi-r4-lite-sd.dtso
mt7987a-bananapi-bpi-r4-lite.dts
mt7987a-rfb-emmc.dtso
mt7987a-rfb-eth0-an8801sb.dtso
mt7987a-rfb-eth0-an8855.dtso
mt7987a-rfb-eth0-e2p5g.dtso
mt7987a-rfb-eth0-mt7531.dtso
mt7987a-rfb-eth1-i2p5g.dtso
mt7987a-rfb-eth2-an8801sb.dtso
mt7987a-rfb-eth2-e2p5g.dtso
mt7987a-rfb-eth2-sfp.dtso
mt7987a-rfb-eth2-usb.dtso
mt7987a-rfb-sd.dtso
mt7987a-rfb-spim-nand.dtso
mt7987a-rfb-spim-nor.dtso
mt7987a-rfb.dts
mt7987a-routerich-be7200.dts mediatek: routerich be7200: fix usb issue 2026-02-03 00:33:24 +01:00
mt7987a-tenda-be12-pro.dts mediatek: filogic: add support for Tenda BE12 Pro 2026-01-20 00:58:22 +01:00
mt7987a.dtsi
mt7987b.dtsi
mt7988a-arcadyan-mozart.dts
mt7988a-smartrg-mt-stuart.dtsi
mt7988a-smartrg-SDG-8733.dts
mt7988a-smartrg-SDG-8734.dts
mt7988d-asus-zenwifi-bt8-ubootmod.dts
mt7988d-asus-zenwifi-bt8.dts
mt7988d-asus-zenwifi-bt8.dtsi
mt7988d-keenetic-kn-1812.dts mediatek: add Keenetic KN-1812/Netcraze NC-1812 support 2025-12-09 00:55:51 +01:00
mt7988d-keenetic-kn-1812.dtsi mediatek: add Keenetic KN-1812/Netcraze NC-1812 support 2025-12-09 00:55:51 +01:00
mt7988d-netcraze-nc-1812.dts mediatek: add Keenetic KN-1812/Netcraze NC-1812 support 2025-12-09 00:55:51 +01:00
mt7988d-smartrg-SDG-8733A.dts
mt7988d-tplink-be450.dts mediatek: filogic: tplink-be450: fix RTL8261N reset timing, add missing WLAN button, fix memory size 2026-03-14 20:58:38 +01:00