openwrt/target/linux/mediatek/dts
INAGAKI Hiroshi a40a1e5d02 mediatek: add support for ELECOM WRC-X6000GSD
ELECOM WRC-X6000GSD is a 4804Mbps 4xMIMO 2.4/5 GHz 11ax (Wi-Fi 6) router
with 2.5Gbps WAN (stock: 1Gbps max.), based on MT7986B

Specification:

- SoC             : MediaTek MT7986BLA
- RAM             : DDR3 512 MiB (SoC)
- Flash           : Winbond 128MiB SPI NAND (W25N01GVZEIG)
- WLAN            : 2.4/5 GHz 4T4R (MediaTek MT7986)
- Ethernet        : 5x 10/100/1000(/2500) Mbps
  - wan           : Maxlinear Ethernet GPY211C (max. 2500M)
  - lan           : MediaTek MT7531 (max. 1000M)
- LEDs/Keys (GPIO): 11x/4x
- UART            : through-hole on PCB (J1)
  - assignment    : 3.3V, TX, RX, NC, GND from tri-angle marking
  - settings      : 115200n8
- Power           : 12 VDC, 2 A

Flash layout:
dev:  offset     size        name
mtd0: 0x00000000 0x00100000 "BL2"
mtd1: 0x00100000 0x00080000 "Ubootenv"
mtd2: 0x00180000 0x00200000 "Factory"
mtd3: 0x00380000 0x00200000 "FIP"
mtd4: 0x00580000 0x00020000 "Fwheader"
mtd5: 0x005a0000 0x03200000 "ubi"
mtd6: 0x037a0000 0x00380000 "Config"
mtd7: 0x03b20000 0x00020000 "Fwheader_2"
mtd8: 0x03b40000 0x03200000 "ubi_2"
mtd9: 0x06d40000 0x00380000 "Config_2"
mtd10: 0x070c0000 0x00100000 "persist"
mtd11: 0x071c0000 0x00040000 "Mrd"
mtd12: 0x07200000 0x00380000 "Backup"

Flash instruction using factory.bin image:

1. Boot WRC-X6000GSD in router mode normally
2. Access to the WebUI ("http://192.168.2.1/") on the device
   -> その他設定 (Other settings)
   -> フォームウェア更新 (Update firmware)
   -> ローカルファイル指定 (Specify local file)
3. Select the OpenWrt factory.bin image and click apply ("適用") button
4. Wait ~120 seconds to complete flashing

Switching to the stock firmware:

1. Load the elecom.sh script
   . /lib/upgrade/elecom.sh

2. Check the current index of firmware partition
   mstc_rw_bootnum

3. Set the bootnum to opposite value between 1 and 2
   mstc_rw_bootnum value

   example:
   - step2 returned "1": mstc_rw_bootnum 2
   - step2 returned "2": mstc_rw_bootnum 1

4. Reboot, to stock FW

5. Flash the stock FW to fuly revert back to original.

Notes:

- With the stock firmware, it will flash to another partition and
  toggle boot to that partition when any firmware is flashed.
  For example when booting on ubi, the new firmware will be flashed
  to ubi_2 and the router will boot from ubi_2 afterwards.
  The 5th byte of the Persist partition is the boot value (0x01 or 0x02).

- bootmenu_delay=0 is set from factory so uboot menu is hidden by
  default.

- The hardware of WRC-X6000GSD is almost identical to WRC-X6000QS, but
  WAN (labeled as "INTERNET") port is limited to 1000 Mbps on stock FW.
  On OpenWrt FW, 2500 Mbps connection is available on that port.

MAC Addresses:

LAN   : 38:97:A4:xx:xx:58 (Factory, 0x2A(hex)/Ubootenv, "ethaddr"(text))
WAN   : 38:97:A4:xx:xx:5B (Factory, 0x24(hex))
2.4GHz: 38:97:A4:xx:xx:59 (Factory, 0x4(hex))
5GHz  : 38:97:A4:xx:xx:5A (Factory, 0xA(hex)

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22926
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-05-03 01:14:11 +02:00
..
mt7622-asiarf-ap7622-wh1.dts treewide: strip trailing whitespace 2026-04-08 10:05:53 +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
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
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 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
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
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
mt7622-ubnt-unifi-6-lr-v1.dts
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
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 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
mt7623a-unielec-u7623-02.dts
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: remove unnecessary properties 2026-03-30 19:35:41 +02: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 mediatek: dts: convert pinctrl bias to the Linux generic style 2025-08-24 13:22:08 +02:00
mt7981a-glinet-gl-x3000.dts
mt7981a-glinet-gl-xe3000.dts
mt7981a-teltonika-rutc50.dts mediatek: filogic: fix devicetree compiler warnings 2026-03-25 20:50:57 +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 treewide: strip trailing whitespace 2026-04-08 10:05:53 +02:00
mt7981b-bazis-ax3000wm.dts treewide: strip trailing whitespace 2026-04-08 10:05:53 +02:00
mt7981b-buffalo-wsr-3000ax4p.dts mediatek: add support for BUFFALO WSR-3000AX4P 2026-04-16 22:48:57 +02: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: rax3000m: add Airoha AN8855 switch support 2026-04-05 19:53:46 +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 treewide: strip trailing whitespace 2026-04-08 10:05:53 +02: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-ubootmod.dts mediatek: add cudy wr3000e-v1 ubootmod 2026-03-27 11:27:39 +01:00
mt7981b-cudy-wr3000e-v1.dts mediatek: add cudy wr3000e-v1 ubootmod 2026-03-27 11:27:39 +01:00
mt7981b-cudy-wr3000e-v1.dtsi mediatek: add cudy wr3000e-v1 ubootmod 2026-03-27 11:27:39 +01:00
mt7981b-cudy-wr3000h-v1-ubootmod.dts mediatek: add cudy wr3000h-v1 ubootmod 2026-03-27 11:27:39 +01:00
mt7981b-cudy-wr3000h-v1.dts mediatek: add cudy wr3000h-v1 ubootmod 2026-03-27 11:27:39 +01:00
mt7981b-cudy-wr3000h-v1.dtsi mediatek: add cudy wr3000h-v1 ubootmod 2026-03-27 11:27:39 +01:00
mt7981b-cudy-wr3000p-v1-ubootmod.dts mediatek: add cudy wr3000p-v1 ubootmod 2026-03-27 11:27:39 +01:00
mt7981b-cudy-wr3000p-v1.dts mediatek: add cudy wr3000p-v1 ubootmod 2026-03-27 11:27:39 +01:00
mt7981b-cudy-wr3000p-v1.dtsi mediatek: add cudy wr3000p-v1 ubootmod 2026-03-27 11:27:39 +01:00
mt7981b-cudy-wr3000s-v1-ubootmod.dts mediatek: add cudy wr3000s-v1 ubootmod 2026-03-27 11:27:39 +01:00
mt7981b-cudy-wr3000s-v1.dts mediatek: add cudy wr3000s-v1 ubootmod 2026-03-27 11:27:39 +01:00
mt7981b-cudy-wr3000s-v1.dtsi mediatek: add cudy wr3000s-v1 ubootmod 2026-03-27 11:27:39 +01:00
mt7981b-dlink-aquila-pro-ai-e30-a1.dts filogic: add support for D-Link AQUILA PRO AI E30 2026-04-13 01:52:29 +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-emmc.dts mediatek: add Huasifei WH3000 Pro NAND support 2026-04-06 22:39:41 +02:00
mt7981b-huasifei-wh3000-pro-nand.dts mediatek: nmbm fix for Huasifei WH3000 Pro NAND 2026-04-30 00:20:39 +02:00
mt7981b-huasifei-wh3000-pro.dtsi mediatek: add Huasifei WH3000 Pro NAND support 2026-04-06 22:39:41 +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: filogic: fix devicetree compiler warnings 2026-03-25 20:50:57 +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: filogic: kap-630/kn-(3811/3911): fix node name 2026-03-26 13:11:17 +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: filogic: kap-630/kn-(3811/3911): fix node name 2026-03-26 13:11:17 +01:00
mt7981b-keenetic-kn-3911.dts mediatek: filogic: kap-630/kn-(3811/3911): fix node name 2026-03-26 13:11:17 +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 mediatek: filogic: fix devicetree compiler warnings 2026-03-25 20:50:57 +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
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 treewide: strip trailing whitespace 2026-04-08 10:05:53 +02: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: strip trailing whitespace 2026-04-08 10:05:53 +02: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
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 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 mediatek: fix MAC address assignment for ZBT Z8102AX V2 2026-04-21 10:41:06 +02: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: filogic: add support for zbt-z8103ax-d 2026-04-30 23:57:13 +02:00
mt7981b-zbtlink-zbt-z8103ax.dts treewide: strip trailing whitespace 2026-04-08 10:05:53 +02:00
mt7981b-zbtlink-zbt-z8103ax.dtsi mediatek: update device tree of zbt-z8103ax for nmbm 2026-04-30 23:57:13 +02:00
mt7981b-zbtlink-zbt-z8106ax-s.dts mediatek: filogic: Add new Router model ZBT-Z8106AX-S 2026-04-27 00:31:26 +02:00
mt7981b-zbtlink-zbt-z8106ax-t.dts mediatek: filogic: Add new Router model ZBT-Z8106AX-T 2026-04-16 21:52:51 +02:00
mt7981b-zbtlink-zbt-z8106ax.dtsi mediatek: filogic: Add new Router model ZBT-Z8106AX-S 2026-04-27 00:31:26 +02: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: strip trailing whitespace 2026-04-08 10:05:53 +02: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 mediatek: filogic: fix devicetree compiler warnings 2026-03-25 20:50:57 +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
mt7986a-smartrg-SDG-8614.dts
mt7986a-smartrg-SDG-8622.dts
mt7986a-smartrg-SDG-8632.dts
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-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-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 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 mediatek: filogic: fix devicetree compiler warnings 2026-03-25 20:50:57 +01:00
mt7986b-elecom-wrc-x6000.dtsi mediatek: add support for ELECOM WRC-X6000QS 2026-05-03 01:14:11 +02:00
mt7986b-elecom-wrc-x6000gsd.dts mediatek: add support for ELECOM WRC-X6000GSD 2026-05-03 01:14:11 +02:00
mt7986b-elecom-wrc-x6000qs.dts mediatek: add support for ELECOM WRC-X6000QS 2026-05-03 01:14:11 +02: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
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 treewide: strip trailing whitespace 2026-04-08 10:05:53 +02: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 treewide: strip trailing whitespace 2026-04-08 10:05:53 +02:00
mt7987.dtsi generic: 6.18: import updated standalone PCS handling 2026-04-21 18:42:45 +01: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-glinet-gl-mt3600be.dts mediatek: add GL.iNET GL-MT3600BE support 2026-04-27 00:27:55 +02: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: fix devicetree compiler warnings 2026-03-25 20:50:57 +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: filogic: arcadyan-mozart: fix polarity properties 2026-04-27 02:56:15 +01: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
mt7988a-smartrg-SDG-8734.dts
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: filogic: kn-1812: enable xsphy node 2026-03-26 13:15:34 +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