1
0
Fork 0
forked from mirror/openwrt
openwrt/target/linux/mediatek/dts
Donghyun Ko 2503e5bc37 mediatek: add support for ipTIME AX7800M-6E
Specification
-------------
- SoC       : MediaTek MT7986AV quad-core ARM Cortex-A53 2GHz
- RAM       : DDR4 512Mbytes, Nanya Technology NT5AD256M16E4
- Flash     : 128Mbytes NAND Flash, ESMT F50L1G41LB
- WLAN      : MediaTek MT7976DAN, MediaTek MT7916AN, MediaTek MT7976AN
  - 2.4GHz  : b/g/n/ax, Multi User MIMO
  - 5GHz    : a/n/ac/ax, Multi User MIMO
  - 6GHz    : ax, Multi User MIMO
- Ethernet  : 10/100/1000 Mbps x4, LAN (MediaTek MT7531AE)
              10/100/1000/2500 Mbps x1, WAN (MaxLinear GPY211C0VC)
- UART      : 1x4 pin header on PCB
  - [J1] 3.3V, TX, RX, GND (115200, 8N1)
- Buttons   : WPS, Reset
- Switches  : Rfkill Slide Switch
- USB       : 1x USB 3.0 (MediaTek MT7986AV peripheral)
- FAN       : 1x Fan (off - slow - fast)
- LEDs      : 1x Power (Blue)
              1x CPU (Blue)
              1x Wi-Fi 6GHz (Blue)
              1x Wi-Fi 5GHz (Blue)
              1x Wi-Fi 2.4GHz (Blue)
              4x LAN activity (Blue)
              1x WAN activity (Blue)
              1x USB 3.0 (Blue)
- Power     : 12VDC, 3.5A (Center positive polarity)

MAC address
-----------
+-----------+-------------------+------------------------+
| Interface | MAC               | Algorithm              |
+-----------+-------------------+------------------------+
| WLAN 2.4G | 58:86:94:xx:xx:xx | label1                 |
| WLAN 5G   | 5A:86:94:xx:xx:xx | label2 with LA Bit set |
| WLAN 6G   | 5A:86:94:xx:xx:xx | label1 with LA Bit set |
| WAN       | 58:86:94:xx:xx:xx | label1 + 1             |
| LAN       | 58:86:94:xx:xx:xx | label1 + 3             |
+-----------+-------------------+------------------------+
The WLAN 2.4G MAC address (label1) was found in 'Factory' partition, 0xA0004
The WLAN 5G MAC address (label2) was found in 'Factory' partition, 0x4

Installation
------------
1. Download the OEM recovery software (ipTIME Firmware Wizard (11ac))
   from the manufacturer's website
2. Download the *squashfs-factory.bin file from the OpenWrt website
3. Press a reset button, and power up the router (keep pressing the reset button)
4. Wait more than 10 seconds until the CPU LED stop blinking
5. Connect the router (LAN port) to the PC
6. Run the OEM recovery software and follow the instructions
7. Select the *squashfs-factory.bin file during the router recovery process
8. Wait for the router to boot from *squashfs-factory.bin

Note: The router will automatically reboot if no file is uploaded within
55 seconds.

Fan Control
------------
The fan speed is controlled by writing a value from 0 to 2 to the
`fan1_target` file.

```
cd /sys/devices/platform/gpio-fan/hwmon/hwmon2

echo '0' > fan1_target // off
echo '1' > fan1_target // slow
echo '2' > fan1_target // fast
```

Limitation: Enabling Wi-Fi 6E
----------
Wi-Fi 6E (6GHz) does not work out of the box on LuCI.
After installation, you need to configure a few settings in the `radio1`
and `default_radio1` sections of the `/etc/config/wireless`.
Once you have made these changes, you can enable and use Wi-Fi 6E.

In the `radio1` section, you need to add three common options:
- band: must be set to `6g`
- country: a valid country code for the 6GHz band
- channel: a preferrend scanning channel (PSC) for 6GHz

In the `default_radio1` section, you need to add the SSID and key:
- ssid: The public name of your Wi-Fi network
- key: The Wi-Fi password
- encryption: must be set to either `sae` for WPA3 or `owe` for OWE
  (open network)

Example:

```
config wifi-device 'radio1'
        ...
        option band '6g'
        option country 'KR'
        option channel '37'
        ...

config wifi-iface 'default_radio1'
        ...
        option ssid 'my_wifi_6e_name'
        option key 'my_strong_password1234'
        option encryption 'sae'
        ...
```

Note: A list of all the 6GHz PSC channels:

```
5, 21, 37, 53, 69, 85, 101, 117, 133, 149, 165, 181, 197, 213, and 229
```

Limitation: Maximum Transmit Power
----------
The maximum transmit power is currently broken. In the drop-down menu,
you can only choose between "driver default" and "255 dBm (2147493647
mW)". There is currently no workaround for the issue. Please leave the
maximum transmit power set to "driver default".

Signed-off-by: Donghyun Ko <nyankosoftware@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19763
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-09-13 18:41:50 +02:00
..
mt7622-buffalo-wsr-2533dhp2.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02: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 mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +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: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7622-elecom-wrc-x3200gst3.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02: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 mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02:00
mt7622-netgear-wax206.dts mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02: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: convert to new LED color/function format where possible 2024-02-07 14:48: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 mediatek: add support for Ubiquiti UniFi 6 LR v3 2023-08-28 16:35:22 +01: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 mediatek: correct address of MT753x switch IC 2024-04-24 21:05:46 +01:00
mt7629-linksys-ea7500-v3.dts mediatek: Add support for Linksys EA7500 v3 2024-08-15 00:13:20 +02: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 mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02:00
mt7981a-edgecore-eap111.dts mediatek: dts: rename mt7981.dtsi to mt7981b.dtsi 2025-05-26 16:58:03 +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: filogic: add Teltonika RUTC50 support 2025-08-24 17:54:04 +02:00
mt7981a-ubnt-unifi-6-plus.dts mediatek: dts: use dt-bindings documented bias type for UniFi 6 Plus 2025-08-25 19:52:43 +02:00
mt7981b-abt-asr3000.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7981b-asus-rt-ax52.dts mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02:00
mt7981b-cetron-ct3003.dts mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02: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 mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02: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 mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7981b-cmcc-rax3000m.dts mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02:00
mt7981b-confiabits-mt7981.dts mediatek: dts: rename mt7981.dtsi to mt7981b.dtsi 2025-05-26 16:58:03 +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 mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02: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: dts: rename mt7981.dtsi to mt7981b.dtsi 2025-05-26 16:58:03 +01:00
mt7981b-cudy-ap3000outdoor-v1.dts mediatek: dts: rename mt7981.dtsi to mt7981b.dtsi 2025-05-26 16:58:03 +01:00
mt7981b-cudy-m3000-v1.dts mediatek: dts: rename mt7981.dtsi to mt7981b.dtsi 2025-05-26 16:58:03 +01:00
mt7981b-cudy-re3000-v1.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02: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 mediatek: add ubootmod layout for cudy tr3000 v1 2025-05-27 19:56:55 +08:00
mt7981b-cudy-wr3000-nand.dtsi mediatek: Create common DTSI for WR3000H and WR3000S 2025-06-05 21:13:24 +02:00
mt7981b-cudy-wr3000-v1.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7981b-cudy-wr3000e-v1.dts mediatek: filogic: add support for Cudy WR3000E v1 2025-06-07 18:07:03 +02:00
mt7981b-cudy-wr3000h-v1.dts mediatek: Create common DTSI for WR3000H and WR3000S 2025-06-05 21:13:24 +02: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 mediatek: dts: rename mt7981.dtsi to mt7981b.dtsi 2025-05-26 16:58:03 +01:00
mt7981b-elecom-wrc-x3000gs3.dts mediatek: add missing #address/size-cells for ELECOM WRC-X3000GS3 2025-07-26 15:41:23 +02: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 mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02:00
mt7981b-glinet-gl-mt2500-v1.dts mediatek: filogic: fix for new GL.iNet GL-MT2500/GL-MT2500A hardware revision 2025-06-03 23:19:35 +02:00
mt7981b-glinet-gl-mt2500-v2.dts mediatek: filogic: fix for new GL.iNet GL-MT2500/GL-MT2500A hardware revision 2025-06-03 23:19:35 +02:00
mt7981b-glinet-gl-mt2500.dtsi mediatek: dts: convert pinctrl bias to the Linux generic style 2025-08-24 13:22:08 +02:00
mt7981b-glinet-gl-mt3000.dts mediatek: dts: rename mt7981.dtsi to mt7981b.dtsi 2025-05-26 16:58:03 +01:00
mt7981b-h3c-magic-nx30-pro.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02: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-iptime-ax3000m.dts mediatek: filogic: add support for ipTIME AX3000M 2025-09-08 14:23:37 +02:00
mt7981b-iptime-ax3000q.dts mediatek: dts: fix some minor dtc warnings 2025-08-24 13:22:09 +02:00
mt7981b-iptime-ax3000sm.dts mediatek: dts: fix some minor dtc warnings 2025-08-24 13:22:09 +02:00
mt7981b-jcg-q30-pro.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7981b-keenetic-kn-3811.dts mediatek: dts: rename mt7981.dtsi to mt7981b.dtsi 2025-05-26 16:58:03 +01:00
mt7981b-keenetic-kn-3911.dts mediatek: dts: rename mt7981.dtsi to mt7981b.dtsi 2025-05-26 16:58:03 +01:00
mt7981b-mercusys-mr80x-v3.dts mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02:00
mt7981b-netis-nx31.dts mediatek: dts: rename mt7981.dtsi to mt7981b.dtsi 2025-05-26 16:58:03 +01:00
mt7981b-nokia-ea0326gmp.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02: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 mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7981b-openfi-6c.dts mediatek: add support for OpenFi 6C 2025-08-07 18:17:10 +02:00
mt7981b-openwrt-one.dts mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02:00
mt7981b-qihoo-360t7.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7981b-routerich-ax3000-common.dtsi mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02: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 mediatek: dts: rename mt7981.dtsi to mt7981b.dtsi 2025-05-26 16:58:03 +01:00
mt7981b-routerich-ax3000.dts mediatek: Routerich AX3000: add OpenWrt U-Boot layout 2024-11-24 23:41:02 +01:00
mt7981b-snr-snr-cpe-ax2.dts mediatek: dts: remove some useless spaces 2025-08-24 13:22:09 +02:00
mt7981b-tenbay-wr3000k.dts mediatek: dts: rename mt7981.dtsi to mt7981b.dtsi 2025-05-26 16:58:03 +01:00
mt7981b-tplink-fr365v1.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02: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 mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7981b-unielec-u7981-01.dtsi mediatek: remove loglevel in bootargs 2025-08-11 10:40:26 +02:00
mt7981b-wavlink-wl-3port-128nand-common.dtsi mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +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 mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7981b-wavlink-wl-wn586x3.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7981b-wavlink-wl-wn586x3b.dts mediatek: filogic: support WAVLINK WL-WN586X3 Rev B 2025-08-24 15:50:46 +02: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 mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02: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 mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7981b-zbtlink-zbt-z8102ax-v2.dts mediatek: dts: remove some useless spaces 2025-08-24 13:22:09 +02:00
mt7981b-zbtlink-zbt-z8102ax.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7981b-zbtlink-zbt-z8103ax.dts mediatek: dts: fix the broken memory node 2025-08-24 13:22:08 +02:00
mt7981b-zyxel-nwa50ax-pro.dts mediatek: filogic: use NVMEM for wifi macaddr on NWA50AX Pro 2025-09-10 22:57:49 +02:00
mt7986a-acelink-ew-7886cax.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7986a-acer-predator-w6.dts mediatek: filogic: PHY LEDs do have an address, gpio-leds don't 2025-03-21 01:19:19 +00: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.dts mediatek: dts: remove mt7531 switch reset delay time properties 2025-08-24 13:22:09 +02:00
mt7986a-acer-vero-w6m.dts mediatek: add support for Acer Predator W6d and Acer Vero W6m 2024-11-23 19:33:42 +01:00
mt7986a-acer-w6-common.dtsi mediatek: dts: remove mt7531 switch reset delay time properties 2025-08-24 13:22:09 +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-ax6000.dts mediatek: dts: remove mt7531 switch reset delay time properties 2025-08-24 13:22:09 +02:00
mt7986a-bananapi-bpi-r3-mini.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7986a-dlink-aquila-pro-ai-m60-a1.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02: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: add support for ipTIME AX7800M-6E 2025-09-13 18:41:50 +02: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: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7986a-netcore-n60.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7986a-ruijie-rg-x60-pro.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02: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-tl-xdr-common.dtsi mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +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-xtr8488.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02: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 mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7986a-zyxel-ex5601-t0-common.dtsi mediatek: filogic: Add label wan and cpu for Zyxel EX5601-T0 2025-09-11 00:11:30 +02: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: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7986b-mercusys-mr90x-v1-common.dtsi mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02: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 mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02:00
mt7986b-tplink-re6000xd.dts mediatek: dts: use dt-bindings enumerated drive strength values 2025-08-24 13:22:09 +02: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-smartrg-SDG-8733A.dts mediatek: dts: bring mt7988a.dtsi closer to upstream 2025-05-26 16:58:03 +01:00