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 mediatek: ap7622-wh1: Enable bluetooth interface 2025-09-26 11:57:33 +02:00
mt7622-buffalo-wsr-2533dhp2.dts mediatek: rtl8367s: modernize gpio API 2025-11-29 21:08:39 +01:00
mt7622-buffalo-wsr-3200ax4s.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7622-buffalo-wsr.dtsi mediatek: drop redundant label with new LED color/function format 2024-02-07 14:48:39 +01:00
mt7622-dlink-eagle-pro-ai-ax3200-a1.dtsi treewide: replace numbers with GPIO_ACTIVE 2025-10-08 14:26:24 +02:00
mt7622-dlink-eagle-pro-ai-m32-a1.dts mediatek: Add support for D-Link EAGLE PRO AI R32 2024-01-02 21:22:46 +01:00
mt7622-dlink-eagle-pro-ai-r32-a1.dts mediatek: Add support for D-Link EAGLE PRO AI R32 2024-01-02 21:22:46 +01:00
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 mediatek: fix wrong compatible string 2024-10-06 21:56:04 +02:00
mt7622-linksys-e8450.dts mediatek: convert to nvmem-layout 2023-11-25 23:45:26 +01:00
mt7622-linksys-e8450.dtsi treewide: replace numbers with GPIO_ACTIVE 2025-10-08 14:26:24 +02:00
mt7622-netgear-wax206.dts mediatek: mt7622: fix 2.5G WAN port on Netgear WAX206 2025-10-31 09:58:28 +00:00
mt7622-reyee-ax3200-e5.dts mediatek: Update mt7622-reyee-ax3200-e5.dts 2025-03-15 13:48:00 +01:00
mt7622-rfb1-ubi.dts mediatek: re-enable mt7622-rfb1-ubi with changed partition layout 2024-02-28 09:59:43 +01:00
mt7622-ruijie-rg-ew3200.dtsi mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02:00
mt7622-ruijie-rg-ew3200gx-pro.dts mediatek: also move &slot0 from dtsi down to board dts 2022-12-07 01:45:14 +00:00
mt7622-smartrg-SDG-841-t6.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
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 mediatek: wait for fitblk rootfs 2024-03-09 14:02:58 +00:00
mt7622-ubnt-unifi-6-lr-v1.dts mediatek: convert to nvmem-layout 2023-11-25 23:45:26 +01:00
mt7622-ubnt-unifi-6-lr-v1.dtsi treewide: enable-gpio to enable-gpios 2025-10-08 14:26:24 +02:00
mt7622-ubnt-unifi-6-lr-v2-ubootmod.dts mediatek: wait for fitblk rootfs 2024-03-09 14:02:58 +00:00
mt7622-ubnt-unifi-6-lr-v2.dts mediatek: convert to nvmem-layout 2023-11-25 23:45:26 +01:00
mt7622-ubnt-unifi-6-lr-v2.dtsi mediatek: add support for Ubiquiti UniFi 6 LR v3 2023-08-28 16:35:22 +01:00
mt7622-ubnt-unifi-6-lr-v3-ubootmod.dts mediatek: wait for fitblk rootfs 2024-03-09 14:02:58 +00:00
mt7622-ubnt-unifi-6-lr-v3.dts mediatek: convert to nvmem-layout 2023-11-25 23:45:26 +01:00
mt7622-ubnt-unifi-6-lr-v3.dtsi mediatek: add support for Ubiquiti UniFi 6 LR v3 2023-08-28 16:35:22 +01:00
mt7622-ubnt-unifi-6-lr.dtsi mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02:00
mt7622-xiaomi-redmi-router-ax6s.dts mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02:00
mt7623a-unielec-u7623-02-emmc-512m.dts mediatek: u7623-02: enable early console also in legacy image 2022-01-31 00:10:38 +00:00
mt7623a-unielec-u7623-02.dts mediatek: wait for fitblk rootfs 2024-03-09 14:02:58 +00:00
mt7623a-unielec-u7623-02.dtsi mediatek: mt7623: fix mmc dtc warnings 2025-05-19 20:01:00 +08:00
mt7629-iptime-a6004mx.dts treewide: replace numbers with GPIO_ACTIVE 2025-10-08 14:26:24 +02:00
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 mediatek: convert to new LED color/function format where possible 2024-02-07 14:48:39 +01:00
mt7629-tplink_eap225-v5.dts mediatek: convert to new LED color/function format where possible 2024-02-07 14:48:39 +01:00
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 mediatek: dts: convert pinctrl bias to the Linux generic style 2025-08-24 13:22:08 +02:00
mt7981a-glinet-gl-x3000.dts mediatek: Add support for GL.iNet X3000 (Spitz AX) and XE3000 (Puli AX) 2024-03-13 20:47:23 +00:00
mt7981a-glinet-gl-xe3000.dts mediatek: Add support for GL.iNet X3000 (Spitz AX) and XE3000 (Puli AX) 2024-03-13 20:47:23 +00:00
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 treewide: dts: remove {#address,#size}-cells from "jedec,spi-nor" compatible node 2025-11-27 12:37:49 +01:00
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 treewide: replace numbers with GPIO_ACTIVE 2025-10-08 14:26:24 +02:00
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 mediatek: add support for CMCC A10 2025-03-08 15:44:56 +01:00
mt7981b-cmcc-a10-ubootmod.dts mediatek: add support for CMCC A10 2025-03-08 15:44:56 +01:00
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 mediatek: filogic: fix mmc dtc warnings 2025-05-19 20:00:59 +08:00
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 mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02:00
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 mediatek: add support for COMFAST CF-WR632AX 2025-11-09 19:33:18 +01:00
mt7981b-comfast-cf-wr632ax.dts mediatek: add support for COMFAST CF-WR632AX 2025-11-09 19:33:18 +01:00
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 mediatek: add support for CreatLentem CLT-R30B1 2025-08-08 18:12:50 +02:00
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 mediatek: add support for CreatLentem CLT-R30B1 2025-08-08 18:12:50 +02:00
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 treewide: dts: remove {#address,#size}-cells from "jedec,spi-nor" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-cudy-tr3000-256mb-v1.dts mediatek: add support for Cudy TR3000 256MB v1 flash version 2025-06-22 19:17:25 +02:00
mt7981b-cudy-tr3000-v1-ubootmod.dts mediatek: add ubootmod layout for cudy tr3000 v1 2025-05-27 19:56:55 +08:00
mt7981b-cudy-tr3000-v1.dts mediatek: add ubootmod layout for cudy tr3000 v1 2025-05-27 19:56:55 +08:00
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 treewide: dts: remove {#address,#size}-cells from "jedec,spi-nor" compatible node 2025-11-27 12:37:49 +01:00
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 mediatek: filogic: add support for Cudy WR3000P v1 2025-09-07 14:44:35 +02:00
mt7981b-cudy-wr3000s-v1.dts mediatek: Create common DTSI for WR3000H and WR3000S 2025-06-05 21:13:24 +02:00
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 mediatek: filogic: add SD card support to GatoNetworks GDSP 2025-07-18 12:36:39 +01:00
mt7981b-gatonetworks-gdsp-sd-boot.dtso mediatek: dts: fix some minor dtc warnings 2025-08-24 13:22:09 +02:00
mt7981b-gatonetworks-gdsp-sd.dtso mediatek: filogic: add SD card support to GatoNetworks GDSP 2025-07-18 12:36:39 +01:00
mt7981b-gatonetworks-gdsp.dts treewide: dts: remove {#address,#size}-cells from "jedec,spi-nor" compatible node 2025-11-27 12:37:49 +01:00
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 mediatek: add Huasifei WH3000 Pro support 2025-07-12 19:31:54 +02:00
mt7981b-huasifei-wh3000.dts mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02:00
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 mediatek: dts: rename mt7981.dtsi to mt7981b.dtsi 2025-05-26 16:58:03 +01:00
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 mediatek: Routerich AX3000: add OpenWrt U-Boot layout 2024-11-24 23:41:02 +01:00
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 mediatek: filogic: fix mmc dtc warnings 2025-05-19 20:00:59 +08:00
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 mediatek: dts: remove some useless spaces 2025-08-24 13:22:09 +02:00
mt7981b-wavlink-wl-wn573hx3.dts treewide: dts: remove {#address,#size}-cells from "jedec,spi-nor" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-wavlink-wl-wn586x3.dts treewide: dts: remove {#address,#size}-cells from "jedec,spi-nor" compatible node 2025-11-27 12:37:49 +01:00
mt7981b-wavlink-wl-wn586x3b.dts mediatek: filogic: support WAVLINK WL-WN586X3 Rev B 2025-08-24 15:50:46 +02:00
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 mediatek: filogic: convert Xiaomi AX3000T to fitblk 2024-08-28 15:11:51 +01:00
mt7981b-xiaomi-mi-router-ax3000t.dts mediatek: fix nmbm configuration mismatch (Xiaomi AX3000t) 2025-02-07 09:04:35 +01:00
mt7981b-xiaomi-mi-router-ax3000t.dtsi mediatek: filogic: add support for Xiaomi AX3000T 2024-01-06 17:51:11 +01:00
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 mediatek: filogic: add support for Xiaomi WR30U 2023-07-27 13:46:16 +02:00
mt7981b-xiaomi-mi-router-wr30u-ubootmod.dts mediatek: filogic: convert Xiaomi WR30U to fitblk 2024-08-28 15:11:51 +01:00
mt7981b-xiaomi-mi-router-wr30u.dtsi mediatek: filogic: add support for Xiaomi AX3000T 2024-01-06 17:51:11 +01:00
mt7981b-yuncore-ax835.dts treewide: dts: remove {#address,#size}-cells from "jedec,spi-nor" compatible node 2025-11-27 12:37:49 +01:00
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 mediatek: filogic: PHY LEDs do have an address, gpio-leds don't 2025-03-21 01:19:19 +00:00
mt7986a-acer-predator-w6x-stock.dts mediatek: Add support for Acer Predator Connect W6x Ubootmod 2025-10-31 09:40:07 +00:00
mt7986a-acer-predator-w6x-ubootmod.dts mediatek: Add support for Acer Predator Connect W6x Ubootmod 2025-10-31 09:40:07 +00:00
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 mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7986a-asus-tuf-ax4200.dts mediatek: dts: remove mt7531 switch reset delay time properties 2025-08-24 13:22:09 +02:00
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 mediatek: filogic: increase flash speed on ASUS TUF AX6000 2025-11-24 01:09:13 +01:00
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 mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
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 mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
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 mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7986a-smartrg-SDG-8612.dts mediatek: add support for Adtran SmartRG Bonanza Peak series 2023-12-10 06:22:51 +00:00
mt7986a-smartrg-SDG-8614.dts mediatek: add support for Adtran SmartRG Bonanza Peak series 2023-12-10 06:22:51 +00:00
mt7986a-smartrg-SDG-8622.dts mediatek: add support for Adtran SmartRG Bonanza Peak series 2023-12-10 06:22:51 +00:00
mt7986a-smartrg-SDG-8632.dts mediatek: add support for Adtran SmartRG Bonanza Peak series 2023-12-10 06:22:51 +00:00
mt7986a-tplink-archer-ax80-v1.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7986a-tplink-eap683-lr.dts mediatek: TP-Link EAP683-LR support 2026-02-11 11:34:30 +02:00
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-xdr4288.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7986a-tplink-tl-xdr6086.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7986a-tplink-tl-xdr6088.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02: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 mediatek: add new layout for Xiaomi Redmi Router AX6000 for OpenWrt U-Boot 2022-12-29 03:00:31 +00:00
mt7986a-xiaomi-redmi-router-ax6000-ubootmod.dts mediatek: wait for fitblk rootfs 2024-03-09 14:02:58 +00:00
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 mediatek: filogic: Zyxel EX5601-T0 dts cleanup 2025-09-11 00:11:30 +02:00
mt7986a-zyxel-ex5601-t0-ubootmod.dts mediatek: filogic: Zyxel EX5601-T0 dts cleanup 2025-09-11 00:11:30 +02:00
mt7986a-zyxel-ex5700-telenor.dts mediatek: dts: remove useless SPI cs-gpios property 2025-10-20 00:28:15 +02:00
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 mediatek: filogic: fix WiFi MAC address invalid length dtc warnings 2025-05-19 20:01:00 +08:00
mt7986b-mercusys-mr90x-v1.dts mediatek: MERCUSYS MR90X v1: add OpenWrt U-Boot (UBI) layout 2024-11-30 18:36:05 +01:00
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 mediatek: update mt7987 SoC device tree 2025-11-25 16:48:28 +00:00
mt7987a-bananapi-bpi-r4-lite-1pcie-2L.dtso mediatek: add support for BananaPi BPi-R4 Lite 2025-11-05 14:19:40 +00:00
mt7987a-bananapi-bpi-r4-lite-2pcie-1L.dtso mediatek: add support for BananaPi BPi-R4 Lite 2025-11-05 14:19:40 +00:00
mt7987a-bananapi-bpi-r4-lite-emmc.dtso mediatek: add support for BananaPi BPi-R4 Lite 2025-11-05 14:19:40 +00:00
mt7987a-bananapi-bpi-r4-lite-mikrobus.dtsi mediatek: add support for BananaPi BPi-R4 Lite 2025-11-05 14:19:40 +00:00
mt7987a-bananapi-bpi-r4-lite-nand.dtso mediatek: add support for BananaPi BPi-R4 Lite 2025-11-05 14:19:40 +00:00
mt7987a-bananapi-bpi-r4-lite-nor.dtso mediatek: add support for BananaPi BPi-R4 Lite 2025-11-05 14:19:40 +00:00
mt7987a-bananapi-bpi-r4-lite-sd.dtso mediatek: add support for BananaPi BPi-R4 Lite 2025-11-05 14:19:40 +00:00
mt7987a-bananapi-bpi-r4-lite.dts mediatek: update Bananapi BPi-R4 Lite support 2025-11-25 16:48:28 +00:00
mt7987a-rfb-emmc.dtso mediatek: build image for MT7987 RFB 2025-11-05 14:19:40 +00:00
mt7987a-rfb-eth0-an8801sb.dtso mediatek: build image for MT7987 RFB 2025-11-05 14:19:40 +00:00
mt7987a-rfb-eth0-an8855.dtso mediatek: build image for MT7987 RFB 2025-11-05 14:19:40 +00:00
mt7987a-rfb-eth0-e2p5g.dtso mediatek: build image for MT7987 RFB 2025-11-05 14:19:40 +00:00
mt7987a-rfb-eth0-mt7531.dtso mediatek: build image for MT7987 RFB 2025-11-05 14:19:40 +00:00
mt7987a-rfb-eth1-i2p5g.dtso mediatek: build image for MT7987 RFB 2025-11-05 14:19:40 +00:00
mt7987a-rfb-eth2-an8801sb.dtso mediatek: build image for MT7987 RFB 2025-11-05 14:19:40 +00:00
mt7987a-rfb-eth2-e2p5g.dtso mediatek: build image for MT7987 RFB 2025-11-05 14:19:40 +00:00
mt7987a-rfb-eth2-sfp.dtso mediatek: build image for MT7987 RFB 2025-11-05 14:19:40 +00:00
mt7987a-rfb-eth2-usb.dtso mediatek: mt7987: enable usb 3.0 by default 2025-11-25 16:48:28 +00:00
mt7987a-rfb-sd.dtso mediatek: build image for MT7987 RFB 2025-11-05 14:19:40 +00:00
mt7987a-rfb-spim-nand.dtso mediatek: build image for MT7987 RFB 2025-11-05 14:19:40 +00:00
mt7987a-rfb-spim-nor.dtso mediatek: build image for MT7987 RFB 2025-11-05 14:19:40 +00:00
mt7987a-rfb.dts mediatek: move node from mt7987a SoC dtsi 2025-11-25 16:48:28 +00:00
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 mediatek: move node from mt7987a SoC dtsi 2025-11-25 16:48:28 +00:00
mt7987b.dtsi mediatek: update mt7987 SoC device tree 2025-11-25 16:48:28 +00:00
mt7988a-arcadyan-mozart.dts mediatek: cleanup device tree for mt7988 devices 2025-06-13 11:15:08 +02:00
mt7988a-smartrg-mt-stuart.dtsi mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7988a-smartrg-SDG-8733.dts mediatek: filogic: add Adtran SmartRG Mount Stuart series 2024-05-24 18:34:13 +01:00
mt7988a-smartrg-SDG-8734.dts mediatek: filogic: add Adtran SmartRG Mount Stuart series 2024-05-24 18:34:13 +01:00
mt7988d-asus-zenwifi-bt8-ubootmod.dts mediatek: cleanup device tree for mt7988 devices 2025-06-13 11:15:08 +02:00
mt7988d-asus-zenwifi-bt8.dts mediatek: dts: bring mt7988a.dtsi closer to upstream 2025-05-26 16:58:03 +01:00
mt7988d-asus-zenwifi-bt8.dtsi mediatek: dts: convert pinctrl bias to the Linux generic style 2025-08-24 13:22:08 +02:00
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 mediatek: dts: bring mt7988a.dtsi closer to upstream 2025-05-26 16:58:03 +01:00
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