1
1
openwrt/target/linux/ath79/dts
Lech Perczak aadcb4abef ath79: add Cisco Meraki Z1
Specifications:

SOC:	Atheros AR9344 @ 560MHz
RAM:	2x Winbond W9751G6KB-25 (128 MiB)
FLASH:	Hynix H27U1G8F2BTR (128 MiB)
WIFI1:	Atheros AR9340 5.0GHz (SoC)
WIFI2:	Atheros AR9280 2.4GHz
SWITCH:	Atheros AR8327 (5x Gigabit (1x WAN, 4x LAN)
LED:	1x Power-LED, 1 x RGB Tricolor-LED
INPUT:	One Reset Button
USB:	One USB 2.0 Port
UART:	JP1 on PCB (Labeled UART), 3.3v-Level, 115200n8
        (GND, TX, RX, VCC - GND is next to the UART silk screen)

Flashing Instructions:

If your device still has vulnerable firmware, then existing installation
instructions can be used. Devices currently running ar71xx firmware can
be upgraded directly, although ar71xx firmware will complain,
because of changed metadata format. So you'll have to force the upgrade.

If your firmware is too new, there are two options
- temporarily adding a SPI-NOR flash to boot initramfs from
  (recommended)
- patching NAND image with initramfs with external programmer
  (recommended if and only if you have access to 360-clip, or
  similar device, that doesn't require desoldering a TSOP48 chip))

Since this device is brought over from an old AR71xx, there's
already a wiki-page with detailed instructions:
<https://openwrt.org/toh/meraki/z1>

Installing from SPI-NOR:
- Download pre-built image from
  <https://github.com/Leo-PL/OpenWrt-Meraki-Z1>
  or assemble your own by splicing
  router-u-boot <https://github.com/CodeFetch/router-u-boot>
  image for TP-Link WDR4300 with Z1 initramfs in uImage format.
  To build uImage initramfsf from source, remove the "KERNEL_INITRAMFS"
  variable from target/linux/ath79/image/nand.mk for Z1.
  Put the U-boot image at offset 0, initramfs at offset 131072.
- Write the image to an 8MB (or greater) SPI flash
- Temporarily bridge - or solder in a 220-ohm resistor between pins 6
  and 8 of the SPI-NOR chip to override boot source to SPI
- When the initramfs first boots, write the standard initramfs to NAND,
  to both 'kernel' and 'recovery' partitions

  $ mtd write /tmp/openwrt-ath79-nand-meraki_z1-initramfs-kernel.bin kernel
  $ mtd write /tmp/openwrt-ath79-nand-meraki_z1-initramfs-kernel.bin recovery

  Now you can disconnect the resistor and try to boot the system from
  NAND. If it works, continue with installation, as described for legacy
  method using vulnerable stock firmware.
- When done, you can remove SPI-NOR chip and the resistor altogether,
  it can be reused to perform installation on other devices,
  or act as a recovery boot source if needed, if the recovery initramfs
  fails for any reason.

Installing by patching NAND
- If you'd like to desolder NAND to perform this, I highly advise
  against it, use SPI-NOR method above instead.
- If you have external programmer and a NAND clip, read out the whole
  chip image, while keeping the device in reset by shorting SRST
  (pin 11) to ground in JTAG connector,
  and store a backup in a safe place.
- Patch the chip image with initramfs for raw NAND from
  <https://github.com/Leo-PL/OpenWrt-Meraki-Z1>, by using a script
  there, or manually:

  $ dd if=openwrt-ath79-nand-meraki_z1-initramfs-kernel-rawnand.bin of=z1_dump.img bs=135168 seek=1 conv=notrunc
  $ dd if=openwrt-ath79-nand-meraki_z1-initramfs-kernel-rawnand.bin of=z1_dump.img bs=135168 seek=65 conv=notrunc

  This will write the initramfs to both kernel and recovery partitions,
  which is highly recommended, as due to device architecture it is
  notoriously hard to unbrick.
- Write the image back to the NAND, again, keeping the CPU in the reset.
- When the unit boots to initramfs, proceed as per existing instructions
  for volnerable firmware.

Legacy installation on vulnerable stock firmware:
The gist:
1. Get a root-shell on the device (see wiki). (needs UART access)
2. make a backup (to a PC/safe location) of the existing Meraki
   firmware.
3. copy over the OpenWrt initramfs kernel for the Z1.
   This gets written into the kernel NAND partition.
   (Verify that written image is complete!)

After the following reboot and successfull boot of the staging
OpenWrt initramfs image:

4. Free up space by removing Meraki firmware partitions from UBI volume
   to free up space for OpenWrt (example given for the latest wired-14
   version):
   $ ubirmvol -N storage /dev/ubi0
   $ ubirmvol -N rootfs-wired-14-202005181203-G201ba9ed-rel-gazebo-1 /dev/ubi0
   $ ubirmvol -N rootfs-wired-14-202005181203-G201ba9ed-rel-gazebo-2 /dev/ubi0

4. copy over the sysupgrade.bin for the router and use sysupgrade
   to make the installation permanent.

Notable changes from ar71xx support:
- LED colors are now different, because nu801 userspace driver is used
  for the RGB LED.

Acknowledgments:
- Hal Martin, for providing additional devices for research, including
  one modded for SPI boot and with removable NAND
- Christian Lamparter for initial device tree and image configuration

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>

[Finished support, updated commit message with new installation
methods]
Co-authored-by: Christian Lamparter <chunkeey@gmail.com>
Co-authored-by: Lech Perczak <lech.perczak@gmail.com>
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17665
Signed-off-by: Robert Marko <robimarko@gmail.com>
2026-05-28 10:38:36 +02:00
..
ar724x_senao_loader-4k.dtsi ath79: add Senao 'failsafe' sysupgrade procedure 2021-04-08 09:20:59 +02:00
ar724x_senao_loader-64k.dtsi ath79: add Senao 'failsafe' sysupgrade procedure 2021-04-08 09:20:59 +02:00
ar724x_ubnt_xm_outdoor.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar724x_ubnt_xm.dtsi ath79: ubnt: nvmem calibration 2025-12-01 00:03:06 +01:00
ar724x.dtsi ath79: correct dts ngpios properties 2024-07-04 19:30:37 +02:00
ar934x_ruckus_zf73xx.dtsi linux: replace u-boot,env with nvmem,layout 2024-12-27 13:34:58 +01:00
ar934x_senao_loader.dtsi ath79: add Senao 'failsafe' sysupgrade procedure 2021-04-08 09:20:59 +02:00
ar934x.dtsi ath79: dts: set builtin-switch for SoCs with fixed-link on eth1 2026-05-25 20:24:42 +02:00
ar1022_iodata_wn-ag300dgr.dts ath79: iodata: set ath9k LED pin 2025-08-25 10:21:33 +02:00
ar1022_sitecom_wlr-7100.dts ath79: wlr-7100: move to tiny target 2026-05-07 18:27:16 +02:00
ar7100_mikrotik_routerboard-4xx.dtsi ath79: correct dts ngpios properties 2024-07-04 19:30:37 +02:00
ar7100.dtsi treewide: dts: reg: use new syntax for arrays 2026-04-03 11:11:35 +02:00
ar7161_adtran_bsap1800-v2.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7161_adtran_bsap1840.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7161_adtran_bsap1880.dtsi ath79: define wifi for pci168c,0027 2026-04-13 01:14:12 +02:00
ar7161_aruba_ap-105.dts ath79: ar7161: remove default pll-data 2026-04-03 19:03:46 +02:00
ar7161_aruba_ap-175.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
ar7161_buffalo_wzr-600dhp.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7161_buffalo_wzr-hp-ag300h.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7161_buffalo_wzr-hp-ag300h.dtsi ath79: ar7161: swap phy0 and phy1 2026-04-02 12:17:05 +02:00
ar7161_dlink_dir-825-b1.dts treewide: dts: update rtl836x switch sck/sda gpio properties 2025-12-23 18:22:02 +01:00
ar7161_fortinet_fap-220-b.dts ath79: ar7161: remove default pll-data 2026-04-03 19:03:46 +02:00
ar7161_jjplus_ja76pf2.dts ath79: ar: convert to nvmem-layout 2023-11-25 21:34:18 -08:00
ar7161_meraki_mr16.dts ath79: ar7161: remove default pll-data 2026-04-03 19:03:46 +02:00
ar7161_mikrotik_routerboard-493g.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7161_netgear_wndap360.dts ath79: wndap360: don't pass bootloader args 2026-04-09 10:47:53 +02:00
ar7161_netgear_wndr3700-v2.dts ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
ar7161_netgear_wndr3700.dts ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
ar7161_netgear_wndr3800.dts ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
ar7161_netgear_wndr3800ch.dts ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
ar7161_netgear_wndr.dtsi ath79: ar7161: swap phy0 and phy1 2026-04-02 12:17:05 +02:00
ar7161_netgear_wndrmac-v1.dts ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
ar7161_netgear_wndrmac-v2.dts ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
ar7161_ruckus_gd11.dtsi ath79: ar7161: remove default pll-data 2026-04-03 19:03:46 +02:00
ar7161_ruckus_zf734x.dtsi ath79: support Ruckus ZoneFlex 7341/7343/7363 2023-03-22 22:25:08 +01:00
ar7161_ruckus_zf7341.dts ath79: ar: convert to nvmem-layout 2023-11-25 21:34:18 -08:00
ar7161_ruckus_zf7351.dts ath79: ar: convert to nvmem-layout 2023-11-25 21:34:18 -08:00
ar7161_ruckus_zf7363.dts ath79: ar7161: remove default pll-data 2026-04-03 19:03:46 +02:00
ar7161_siemens_ws-ap3610.dts ath79: define wifi for pci168c,0027 2026-04-13 01:14:12 +02:00
ar7161_trendnet_tew-673gru.dts treewide: dts: update rtl836x switch sck/sda gpio properties 2025-12-23 18:22:02 +01:00
ar7161_ubnt_routerstation-pro.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7161_ubnt_routerstation.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7161_ubnt_routerstation.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar7240_buffalo_whr-g301n.dts ath79: remove led-sources for 1 2026-05-07 18:22:00 +02:00
ar7240_dlink_dir-615-e4.dts ath79: convert phy0tpt to led-sources 2026-05-10 23:12:56 +02:00
ar7240_engenius_enh202-v1.dts ath79: remove led-sources for 1 2026-05-07 18:22:00 +02:00
ar7240_netgear_wnr612-v2.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_netgear_wnr612-v2.dtsi ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_netgear_wnr1000-v2.dts ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_on_n150r.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_openmesh_om2p-v1.dts ath79: fix calibration size for AR9285 2025-09-12 01:20:49 +02:00
ar7240_ruckus_zf7025.dts linux: replace u-boot,env with nvmem,layout 2024-12-27 13:34:58 +01:00
ar7240_tplink_tl-wa701nd-v1.dts ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_tplink_tl-wa730re-v1.dts ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_tplink_tl-wa801nd-v1.dts ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_tplink_tl-wa830re-v1.dts ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_tplink_tl-wa901nd-v1.dts ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_tplink_tl-wa.dtsi ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_tplink_tl-wr740n-v1.dts ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_tplink_tl-wr740n-v3.dts ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_tplink_tl-wr741-v1.dts ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_tplink_tl-wr743nd-v1.dts ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_tplink_tl-wr841-v5.dts ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_tplink_tl-wr941-v4.dts ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_tplink_tl-wr.dtsi ath79: add nvmem handling for AR9285 devices 2025-09-12 01:20:49 +02:00
ar7240_tplink.dtsi ath79: remove led-sources for 1 2026-05-07 18:22:00 +02:00
ar7240_ubnt_bullet-m-ar7240.dts ath79: ubnt: nvmem calibration 2025-12-01 00:03:06 +01:00
ar7240.dtsi ath79: dts: set builtin-switch for SoCs with fixed-link on eth1 2026-05-25 20:24:42 +02:00
ar7241_netgear_wnr2000-v3.dts ath79: wnr200-v3: handle eeprom with nvmem 2025-09-27 00:43:16 +02:00
ar7241_netgear_wnr2200-8m.dts ath79: use nvmem for wrong 3e0 cal size 2024-12-23 23:46:41 +01:00
ar7241_netgear_wnr2200-16m.dts ath79: use nvmem for wrong 3e0 cal size 2024-12-23 23:46:41 +01:00
ar7241_netgear_wnr2200.dtsi ath79: use nvmem for wrong 3e0 cal size 2024-12-23 23:46:41 +01:00
ar7241_tplink_tl-mr3x20.dtsi treewide: dts: trim "#size-cells" from "gpio-export" node 2025-05-18 19:35:00 +02:00
ar7241_tplink_tl-mr3220-v1.dts ath79: remove led-sources for 1 2026-05-07 18:22:00 +02:00
ar7241_tplink_tl-mr3420-v1.dts ath79: tiny: tplink: add nvmem and fix 2025-09-17 19:24:56 +02:00
ar7241_tplink_tl-wr841-v7.dts ath79: tiny: tplink: add nvmem and fix 2025-09-17 19:24:56 +02:00
ar7241_tplink_tl-wr842n-v1.dts ath79: convert pcie gpios to led-sources 2025-11-30 19:06:13 +01:00
ar7241_tplink.dtsi ath79: tiny: tplink: add nvmem and fix 2025-09-17 19:24:56 +02:00
ar7241_ubnt_airrouter.dts ath79: ubnt: nvmem calibration 2025-12-01 00:03:06 +01:00
ar7241_ubnt_bullet-m-ar7241.dts ath79: ubnt: nvmem calibration 2025-12-01 00:03:06 +01:00
ar7241_ubnt_nanobridge-m.dts ath79: ubnt: nvmem calibration 2025-12-01 00:03:06 +01:00
ar7241_ubnt_nanostation-loco-m.dts ath79: ubnt: nvmem calibration 2025-12-01 00:03:06 +01:00
ar7241_ubnt_nanostation-m.dts ath79: ubnt: nvmem calibration 2025-12-01 00:03:06 +01:00
ar7241_ubnt_picostation-m.dts ath79: ubnt: nvmem calibration 2025-12-01 00:03:06 +01:00
ar7241_ubnt_powerbridge-m.dts ath79: ubnt: nvmem calibration 2025-12-01 00:03:06 +01:00
ar7241_ubnt_rocket-m.dts ath79: ubnt: nvmem calibration 2025-12-01 00:03:06 +01:00
ar7241_ubnt_unifi-ap-lr.dts ath79: add variant UniFi AP LR 2022-08-06 20:15:30 +02:00
ar7241_ubnt_unifi-ap-outdoor-plus.dts ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
ar7241_ubnt_unifi-ap.dts ath79: rename references of UniFi to UniFi AP 2022-08-06 20:15:30 +02:00
ar7241_ubnt_unifi-ap.dtsi ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
ar7241_ubnt_unifi.dtsi ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
ar7241.dtsi ath79: dts: set builtin-switch for SoCs with fixed-link on eth1 2026-05-25 20:24:42 +02:00
ar7242_avm_fritz300e.dts ath79: fritz300e: awk-1137c: remove label-mac-device 2026-05-10 20:45:35 +02:00
ar7242_buffalo_bhr-4grv.dts ath79: ar: convert to nvmem-layout 2023-11-25 21:34:18 -08:00
ar7242_buffalo_wzr-bhr.dtsi treewide: dts: trim "#size-cells" from "gpio-export" node 2025-05-18 19:35:00 +02:00
ar7242_buffalo_wzr-hp-g302h-a1a0.dts treewide: dts: trim "#size-cells" from "gpio-export" node 2025-05-18 19:35:00 +02:00
ar7242_buffalo_wzr-hp-g450h.dts ath79: buffalo: use nvmem for calibration 2025-10-19 22:00:47 +02:00
ar7242_engenius_eap350-v1.dts ath79: remove led-sources for 1 2026-05-07 18:22:00 +02:00
ar7242_engenius_ecb350-v1.dts ath79: remove led-sources for 1 2026-05-07 18:22:00 +02:00
ar7242_meraki_mr12.dts ath79: meraki_mr1[26]: userspace cal to nvmem 2025-12-09 01:21:03 +01:00
ar7242_tplink_tl-wr2543-v1.dts treewide: dts: update rtl836x switch sck/sda gpio properties 2025-12-23 18:22:02 +01:00
ar7242_ubnt_edgeswitch-5xp.dts ath79: ar: convert to nvmem-layout 2023-11-25 21:34:18 -08:00
ar7242_ubnt_edgeswitch-8xp.dts ath79: ar: convert to nvmem-layout 2023-11-25 21:34:18 -08:00
ar7242_ubnt_sw.dtsi treewide: dts: fix spi-gpio chip select GPIO polarity 2025-10-20 00:28:15 +02:00
ar7242.dtsi ath79: dts: set builtin-switch for SoCs with fixed-link on eth1 2026-05-25 20:24:42 +02:00
ar9132_buffalo_wzr-hp-g300nh-rb.dts ath79: Add support for Buffalo WZR-HP-G300NH 2021-03-22 09:23:10 +01:00
ar9132_buffalo_wzr-hp-g300nh-s.dts ath79: Add support for Buffalo WZR-HP-G300NH 2021-03-22 09:23:10 +01:00
ar9132_buffalo_wzr-hp-g300nh.dtsi ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9132_tplink_tl-wa901nd-v2.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9132_tplink_tl-wr941-v2.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9132_tplink_tl-wr1043nd-v1.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9132.dtsi treewide: dts: reg: use new syntax for arrays 2026-04-03 11:11:35 +02:00
ar9330_dlink_dir-505.dts ath79: dir-505: use nvmem 2025-09-30 11:21:18 +02:00
ar9330_dragino_dragino2.dtsi ath79: support Dragino MS14 2026-05-26 00:01:39 +02:00
ar9330_dragino_lps8.dts ath79: support Dragino LPS8 2026-05-26 00:01:39 +02:00
ar9330_dragino_ms14.dts ath79: support Dragino MS14 2026-05-26 00:01:39 +02:00
ar9330_glinet_gl-ar150.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9330_openmesh_om2p-lc.dts ath79: Add support for OpenMesh OM2P-LC 2020-12-30 23:32:07 +01:00
ar9330_openmesh_om2p-v2.dts ath79: Add support for OpenMesh OM2P v2 2020-12-30 23:32:07 +01:00
ar9330_openmesh_om2p.dtsi ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9330_pqi_air-pen.dts ath79: pqi-air-pen: adjust mac addresses 2024-12-13 15:29:04 +01:00
ar9330_ziking_cpe46b.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9330.dtsi ath79: dts: set builtin-switch for SoCs with fixed-link on eth1 2026-05-25 20:24:42 +02:00
ar9331_8dev_carambola2.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9331_alfa-network_ap121f.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9331_alfa-network_ap121f.dtsi ath79: fix label-mac-device for wmac 2026-05-10 20:45:35 +02:00
ar9331_alfa-network_ap121fe.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9331_arduino_yun.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9331_embeddedwireless_dorin.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9331_etactica_eg200.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9331_glinet_64xx.dtsi ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9331_glinet_6408.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9331_glinet_6416.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9331_glinet_gl-mifi.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9331_glinet_gl-usb150.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9331_hak5_lan-turtle.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9331_hak5_lan-turtle.dtsi ath79: ar: convert to mac-base 2023-11-25 21:34:18 -08:00
ar9331_hak5_packet-squirrel.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9331_hak5_wifi-pineapple-nano.dts ath79: fix label-mac-device for wmac 2026-05-10 20:45:35 +02:00
ar9331_hiwifi_hc6361.dts ath79: dts: remove SPI num-cs property 2025-10-20 00:28:15 +02:00
ar9331_onion_omega.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9331_pisen_ts-d084.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9331_pisen_wmm003n.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9331_teltonika_rut230-v1.dts ath79: teltonika-rut230: fully support digital output lines 2025-01-12 21:36:04 +01:00
ar9331_tplink_tl-mr10u.dts ath79: gpio to gpios 2024-01-05 16:17:58 +01:00
ar9331_tplink_tl-mr3020-v1.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9331_tplink_tl-mr3040-v2.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9331_tplink_tl-wr703n_tl-mr10u.dtsi ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9331_tplink_tl-wr703n.dts ath79: gpio to gpios 2024-01-05 16:17:58 +01:00
ar9331_tplink_tl-wr710n-8m.dtsi ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9331_tplink_tl-wr710n-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9331_tplink_tl-wr710n-v2.1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9331_tplink_tl-wr710n.dtsi ath79: gpio to gpios 2024-01-05 16:17:58 +01:00
ar9331_tplink_tl-wr740n-v4.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9331_tplink_tl-wr740n-v5.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9331_tplink_tl-wr741nd-v4.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9331_tplink_tl-wr741nd-v4.dtsi ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9331.dtsi ath79: add missing clock name strings in SoC dtsi 2022-11-09 22:55:33 +01:00
ar9341_engenius_eap300-v2.dts ath79: engenius: remove userspace label mac 2026-05-08 10:24:17 +02:00
ar9341_engenius_ens202ext-v1.dts ath79: engenius: remove userspace label mac 2026-05-08 10:24:17 +02:00
ar9341_openmesh_om2p-hs-v1.dts ath79: add support for OpenMesh OM2P-HS v1 2020-12-29 00:03:26 +01:00
ar9341_openmesh_om2p-hs-v2.dts ath79: add support for OpenMesh OM2P-HS v2 2020-12-29 00:03:26 +01:00
ar9341_openmesh_om2p-hs-v3.dts ath79: add support for OpenMesh OM2P-HS v3 2020-12-29 00:03:26 +01:00
ar9341_openmesh_om2p-hs.dtsi ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9341_pcs_cr3000.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9341_pisen_wmb001n.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9341_tplink_tl-mr3420-v2.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9341_tplink_tl-wa850re-v1.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9341_tplink_tl-wa860re-v1.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9341_tplink_tl-wa901nd-v3.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9341_tplink_tl-wa.dtsi ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9341_tplink_tl-wr841-v8.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9341_tplink_tl-wr842n-v2.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9341_tplink_tl-wr941nd-v5.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9341_tplink.dtsi ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9341.dtsi ath79: do not set inherited phy-mode/status properties again 2020-01-31 13:42:12 +01:00
ar9342_iodata_etg3-r.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
ar9342_mikrotik_routerboard-911g-xhpnd.dts ath79: mikrotik: fix reference clock of Routerboard 911G 2025-02-13 00:24:14 +01:00
ar9342_mikrotik_routerboard-911g.dtsi ath79: mikrotik: fix reference clock of Routerboard 911G 2025-02-13 00:24:14 +01:00
ar9342_mikrotik_routerboard-912uag-2hpnd.dts ath79: mikrotik: fix reference clock of Routerboard 911G 2025-02-13 00:24:14 +01:00
ar9342_ruckus_zf7321.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
ar9342_ubnt_aircube-ac.dts ath79: ar: convert to nvmem-layout 2023-11-25 21:34:18 -08:00
ar9342_ubnt_bullet-ac.dts ath79: Add support for Ubiquiti Bullet AC 2021-01-15 18:32:38 +01:00
ar9342_ubnt_bullet-m-xw.dts ath79: ubnt-bullet-m-xw: fix Ethernet PHY traffic 2024-01-25 23:45:41 +01:00
ar9342_ubnt_lap-120.dts ath79: create DTSI files for ubnt WA 1-/2-port devices 2020-11-03 18:34:10 +01:00
ar9342_ubnt_litebeam-ac-gen2.dts ath79: remove redundant setup of wmac for ubnt WA devices 2020-11-03 18:34:10 +01:00
ar9342_ubnt_litebeam-m5-xw.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9342_ubnt_nanobeam-ac-gen2.dts ath79: Add support for Ubiquiti NanoBeam AC Gen2 2020-11-18 21:13:46 +01:00
ar9342_ubnt_nanobeam-ac.dts ath79: Add support for Ubiquiti NanoBeam AC Gen2 2020-11-18 21:13:46 +01:00
ar9342_ubnt_nanostation-ac-loco.dts ath79: remove redundant setup of wmac for ubnt WA devices 2020-11-03 18:34:10 +01:00
ar9342_ubnt_nanostation-ac.dts ath79: remove redundant setup of wmac for ubnt WA devices 2020-11-03 18:34:10 +01:00
ar9342_ubnt_nanostation-loco-m-xw.dts ath79: generic: rework ar9342_ubnt_xw dtsi, and add support for Ubiquiti LiteBeam M5 (XW), Ubiquiti AirGrid M5 HP (XW), Ubiquiti PowerBeam M5 300 (XW) 2024-01-20 19:57:57 +01:00
ar9342_ubnt_nanostation-m-xw.dts ath79: generic: rework ar9342_ubnt_xw dtsi, and add support for Ubiquiti LiteBeam M5 (XW), Ubiquiti AirGrid M5 HP (XW), Ubiquiti PowerBeam M5 300 (XW) 2024-01-20 19:57:57 +01:00
ar9342_ubnt_powerbeam-5ac-gen2.dts ath79: create DTSI files for ubnt WA 1-/2-port devices 2020-11-03 18:34:10 +01:00
ar9342_ubnt_powerbeam-m2-xw.dts ath79: generic: rework ar9342_ubnt_xw dtsi, and add support for Ubiquiti LiteBeam M5 (XW), Ubiquiti AirGrid M5 HP (XW), Ubiquiti PowerBeam M5 300 (XW) 2024-01-20 19:57:57 +01:00
ar9342_ubnt_powerbeam-m5-xw.dts ath79: generic: rework ar9342_ubnt_xw dtsi, and add support for Ubiquiti LiteBeam M5 (XW), Ubiquiti AirGrid M5 HP (XW), Ubiquiti PowerBeam M5 300 (XW) 2024-01-20 19:57:57 +01:00
ar9342_ubnt_wa_1port.dtsi ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
ar9342_ubnt_wa_2port.dtsi ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
ar9342_ubnt_wa.dtsi ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9342_ubnt_xw_rssileds.dtsi ath79: generic: rework ar9342_ubnt_xw dtsi, and add support for Ubiquiti LiteBeam M5 (XW), Ubiquiti AirGrid M5 HP (XW), Ubiquiti PowerBeam M5 300 (XW) 2024-01-20 19:57:57 +01:00
ar9342_ubnt_xw.dtsi ath79: fix label-mac-device for wmac 2026-05-10 20:45:35 +02:00
ar9342_zyxel_nwa11xx.dtsi ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
ar9342_zyxel_nwa1100-nh.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
ar9342_zyxel_nwa1121-ni.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
ar9342_zyxel_nwa1123-ac.dts ath79: replace various mtd_get_mac_text 2025-09-30 11:21:18 +02:00
ar9342_zyxel_nwa1123-ni.dts ath79: replace various mtd_get_mac_text 2025-09-30 11:21:18 +02:00
ar9344_aerohive_hiveap-121.dts treewide: replace numbers with GPIO_ACTIVE 2025-10-08 14:26:24 +02:00
ar9344_alfa-network_n5q.dts ath79: fix label-mac-device for wmac 2026-05-10 20:45:35 +02:00
ar9344_araknis_an-300-ap-i-n.dts ath79: araknis_an-300-ap-i-n: use led-sources 2025-08-26 10:34:55 +02:00
ar9344_atheros_db120.dts ath79: db120: use led-sources for ath9k 2025-08-24 16:54:29 +02:00
ar9344_comfast_cf-e120a-v3.dts ath79: ar9344: use led-sources for ath9k 2025-11-30 23:54:06 +01:00
ar9344_compex_wpj344-16m.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9344_devolo_dlan_wifi.dtsi ath79: ar9344: use led-sources for ath9k 2025-11-30 23:54:06 +01:00
ar9344_devolo_dlan-pro-1200plus-ac.dts ath79: add support for Devolo dLAN pro 1200+ WiFi ac 2021-06-06 18:56:45 +02:00
ar9344_devolo_magic-2-wifi.dts ath79: add support for Devolo dLAN pro 1200+ WiFi ac 2021-06-06 18:56:45 +02:00
ar9344_dlink_dir-8x5.dtsi ath79: dir-8x5: use nvmem 2025-09-30 11:21:18 +02:00
ar9344_dlink_dir-825-c1.dts ath79: dir-825-c1: set LED pin properly 2025-08-25 10:31:49 +02:00
ar9344_dlink_dir-835-a1.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
ar9344_embeddedwireless_balin.dts ath79: remove wmac mac address defaults 2024-11-30 18:55:17 +01:00
ar9344_engenius_eap600.dts ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
ar9344_engenius_ecb600.dts ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
ar9344_enterasys_ws-ap3705i.dts treewide: convert u-boot,env to nvmem-layout 2025-11-28 01:20:33 +01:00
ar9344_fortinet_ap-dual.dtsi ath79: fix pci_device_reg errors 2024-01-05 16:17:58 +01:00
ar9344_fortinet_fap-221-b.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9344_huawei_ap6010dn.dts ath79: ar9344: use led-sources for ath9k 2025-11-30 23:54:06 +01:00
ar9344_longdata_aps256.dts ath79: fix label-mac-device for wmac 2026-05-10 20:45:35 +02:00
ar9344_meraki_z1.dts ath79: add Cisco Meraki Z1 2026-05-28 10:38:36 +02:00
ar9344_mercury_mw4530r-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_mikrotik_routerboard-16m-nor.dtsi ath79: mikrotik: stack ar9344 devices to single dtsi 2023-02-26 22:22:48 +01:00
ar9344_mikrotik_routerboard-911-lite.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
ar9344_mikrotik_routerboard-951g-2hnd.dts treewide: strip trailing whitespace 2025-05-20 00:47:37 +02:00
ar9344_mikrotik_routerboard-951ui-2hnd.dts mac80211: ath9k: replace qca,led-sources 2025-05-24 21:33:37 +02:00
ar9344_mikrotik_routerboard-951x-2hnd.dtsi ath79: mikrotik: extract common bits for RB951x-2HnD devices 2023-06-25 13:18:31 +02:00
ar9344_mikrotik_routerboard-2011uias-2hnd.dts ath79: ar9344: use led-sources for ath9k 2025-11-30 23:54:06 +01:00
ar9344_mikrotik_routerboard-lhg-5nd.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
ar9344_mikrotik_routerboard-sxt-5nd-r2.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
ar9344_mikrotik_routerboard.dtsi ath79: mikrotik: stack ar9344 devices to single dtsi 2023-02-26 22:22:48 +01:00
ar9344_moxa_awk-1137c.dts ath79: fritz300e: awk-1137c: remove label-mac-device 2026-05-10 20:45:35 +02:00
ar9344_nec_aterm.dtsi treewide: gpio to gpios 2025-10-08 14:26:24 +02:00
ar9344_nec_wf1200.dtsi ath79: add support for NEC Aterm WF1200HP 2025-12-01 00:17:48 +01:00
ar9344_nec_wf1200hp2.dts ath79: add support for NEC Aterm WF1200HP2 2025-12-01 00:17:48 +01:00
ar9344_nec_wf1200hp.dts ath79: add support for NEC Aterm WF1200HP 2025-12-01 00:17:48 +01:00
ar9344_nec_wg600hp.dts ath79: add support for NEC Aterm WG600HP 2024-07-28 18:47:56 +02:00
ar9344_nec_wr8750n.dts ath79: add support for NEC Aterm WR8750N 2024-07-28 18:47:56 +02:00
ar9344_nec_wr9500n.dts ath79: add support for NEC Aterm WR9500N 2024-07-28 18:47:56 +02:00
ar9344_netgear_pgzng1.dts ath79: ar: convert to nvmem-layout 2023-11-25 21:34:18 -08:00
ar9344_netgear_r6100.dts ath79: ar9344: use led-sources for ath9k 2025-11-30 23:54:06 +01:00
ar9344_netgear_wndr3700-v4.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_netgear_wndr4300.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_netgear_wndr4300sw.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_netgear_wndr4300tn.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_netgear_wndr_usb.dtsi ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
ar9344_netgear_wndr_wan.dtsi ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
ar9344_netgear_wndr.dtsi ath79: ar9344: use led-sources for ath9k 2025-11-30 23:54:06 +01:00
ar9344_ocedo_raccoon.dts ath79: ar9344: use led-sources for ath9k 2025-11-30 23:54:06 +01:00
ar9344_openmesh_mr600-v1.dts ath79: mr600-v1: use led-sources for ath9k 2025-11-30 19:06:13 +01:00
ar9344_openmesh_mr600-v2.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9344_openmesh_mr600.dtsi ath79: add back mistakenly removed label 2025-12-01 11:56:18 +01:00
ar9344_openmesh_om5p-an.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9344_openmesh_om5p.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9344_pcs_cap324.dts ath79: ar9344: use led-sources for ath9k 2025-11-30 23:54:06 +01:00
ar9344_pcs_cr5000.dts ath79: ar9344: use led-sources for ath9k 2025-11-30 23:54:06 +01:00
ar9344_qihoo_c301.dts treewide: replace numbers with GPIO_ACTIVE 2025-10-08 14:26:24 +02:00
ar9344_qxwlan_e750a-v4-8m.dts ath79: enable link state reporting for eth1 on Qxwlan e750a/e600g/e600gac 2026-05-25 20:24:42 +02:00
ar9344_qxwlan_e750a-v4-16m.dts ath79: enable link state reporting for eth1 on Qxwlan e750a/e600g/e600gac 2026-05-25 20:24:42 +02:00
ar9344_qxwlan_e750g-v8-8m.dts ath79: ar: convert to mac-base 2023-11-25 21:34:18 -08:00
ar9344_qxwlan_e750g-v8-16m.dts ath79: ar: convert to mac-base 2023-11-25 21:34:18 -08:00
ar9344_qxwlan_e750x.dtsi ath79: ar9344: use led-sources for ath9k 2025-11-30 23:54:06 +01:00
ar9344_ruckus_zf7372.dts ath79: enable link state reporting for eth1 on Ruckus ZF7372 2026-05-25 20:24:42 +02:00
ar9344_samsung_wam250.dts ath79: ar9344: use led-sources for ath9k 2025-11-30 23:54:06 +01:00
ar9344_senao_ap-dual.dtsi ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
ar9344_teltonika_rut9xx.dtsi ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9344_teltonika_rut955-h7v3c0.dts ath79: ar: convert to mac-base 2023-11-25 21:34:18 -08:00
ar9344_teltonika_rut955.dts ath79: ar: convert to mac-base 2023-11-25 21:34:18 -08:00
ar9344_tplink_cpe210-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_tplink_cpe220-v2.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_tplink_cpe510-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_tplink_cpe510-v2.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_tplink_cpe510-v3.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_tplink_cpe605-v1.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9344_tplink_cpe610-v1.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9344_tplink_cpe610-v2.dts ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9344_tplink_cpe_1port.dtsi ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
ar9344_tplink_cpe_2port.dtsi ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
ar9344_tplink_cpe.dtsi ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
ar9344_tplink_tl-wdr3500-v1.dts ath79: tplink_tl-wdrxxxx: use led-sources for ath9k 2025-11-29 00:46:36 +01:00
ar9344_tplink_tl-wdr3600-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_tplink_tl-wdr4300-v1-il.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_tplink_tl-wdr4300-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_tplink_tl-wdr4300.dtsi ath79: tplink_tl-wdrxxxx: use led-sources for ath9k 2025-11-29 00:46:36 +01:00
ar9344_tplink_tl-wdr4310-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_tplink_tl-wdrxxxx.dtsi ath79: use led-sources for WMAC 2026-05-07 18:22:01 +02:00
ar9344_tplink_tl-wr841hp-v2.dts ath79: ar9344: use led-sources for ath9k 2025-11-30 23:54:06 +01:00
ar9344_tplink_wbs210-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_tplink_wbs210-v2.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_tplink_wbs510-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_tplink_wbs510-v2.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9344_ubnt_unifi-ap-pro.dts ath79: ar: convert to nvmem-layout 2023-11-25 21:34:18 -08:00
ar9344_watchguard_ap100.dts ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
ar9344_watchguard_ap200.dts ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
ar9344_wd_mynet-n600.dts treewide: replace numbers with GPIO_ACTIVE 2025-10-08 14:26:24 +02:00
ar9344_wd_mynet-n750.dts treewide: replace numbers with GPIO_ACTIVE 2025-10-08 14:26:24 +02:00
ar9344_wd_mynet-nxxx.dtsi ath79: wd,mynet-nxxx: use nvmem 2025-09-28 00:41:20 +02:00
ar9344_wd_mynet-wifi-rangeextender.dts ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
ar9344_winchannel_wb2000.dts ath79: wb2000: use led-sources for ath9k 2025-08-25 10:32:45 +02:00
ar9344_zbtlink_zbt-wd323.dts ath79: ar9344: use led-sources for ath9k 2025-11-30 23:54:06 +01:00
ar9344.dtsi ath79: rename pcie-controller to pcie 2024-01-05 16:17:57 +01:00
arxxxx_fortinet_loader.dtsi ath79: fortinet-fap-220-b: convert to nvmem-layout 2023-11-27 00:34:49 +01:00
ath79.dtsi ath79: skip reset control for syscon devices 2024-05-09 23:53:02 +02:00
qca953x_dlink_dap-2xxx.dtsi ath79: qca: convert to nvmem-layout 2023-11-25 17:14:04 -08:00
qca953x_tplink_tl-wr810n.dtsi ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca953x.dtsi ath79: report link state on ETH2 port of Mikrotik RBmAP-2nD 2026-05-25 20:24:42 +02:00
qca955x_dlink_dap-2xxx.dtsi ath79: qca: convert to nvmem-layout 2023-11-25 17:14:04 -08:00
qca955x_elecom_wab.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca955x_engenius_ecb1xxx.dtsi ath79: ecb1xxx: use nvmem 2025-12-03 00:01:41 +01:00
qca955x_senao_loader.dtsi linux: replace u-boot,env with nvmem,layout 2024-12-27 13:34:58 +01:00
qca955x_senao_router-dual.dtsi ath79: remove address/size-cells for u-boot,env 2026-05-14 23:02:47 +02:00
qca955x_ubnt_xc.dtsi ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
qca955x_zyxel_nbg6x16.dtsi ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
qca955x.dtsi ath79: revert wmac node names 2025-07-09 17:17:05 +02:00
qca956x.dtsi ath79: dts: set builtin-switch for SoCs with fixed-link on eth1 2026-05-25 20:24:42 +02:00
qca9531_8dev_carambola3.dts ath79: fix label-mac-device for wmac 2026-05-10 20:45:35 +02:00
qca9531_8dev_lima.dts ath79: dts: disable redundant built-in watchdog 2025-04-04 14:25:01 +02:00
qca9531_alcatel_hh40v.dts ath79: fix label-mac-device for wmac 2026-05-10 20:45:35 +02:00
qca9531_alfa-network_n2q.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9531_alfa-network_pi-wifi4.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9531_alfa-network_r36a.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9531_alfa-network_r36a.dtsi ath79: fix label-mac-device for wmac 2026-05-10 20:45:35 +02:00
qca9531_alfa-network_tube-2hq.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9531_alfa-network_wifi-camppro-nano-duo.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9531_asus_rp-ac51.dts ath79: asus: convert to nvmem for calibration 2025-10-04 20:46:19 +02:00
qca9531_comfast_cf-e5.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9531_comfast_cf-e130n-v2.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9531_comfast_cf-e313ac.dts ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
qca9531_comfast_cf-e314n-v2.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9531_comfast_cf-e355ac-v2.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9531_comfast_cf-e560ac.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9531_comfast_cf-ew71-v2.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9531_comfast_cf-ew72.dts ath79: cf-ew72: support link state reporting on eth0 2026-05-25 20:24:42 +02:00
qca9531_comfast_cf-wr752ac-v1.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9531_compex_wpj531-16m.dts ath79: compex_wpj531: remove wrong wifi device 2025-08-25 10:35:39 +02:00
qca9531_dlink_dch-g020-a1.dts ath79: replace various mtd_get_mac_text 2025-09-30 11:21:18 +02:00
qca9531_engenius_ews511ap.dts ath79: ews511ap: use nvmem 2025-12-02 23:02:46 +01:00
qca9531_glinet_gl-ar300m16.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9531_glinet_gl-ar300m-lite.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9531_glinet_gl-ar300m-nand.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9531_glinet_gl-ar300m-nor.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9531_glinet_gl-ar300m.dtsi ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9531_glinet_gl-ar750.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9531_glinet_gl-e750.dts ath79: gl-e750: use nvmem for mac addresses 2024-12-08 23:36:24 +01:00
qca9531_glinet_gl-s200-nor-nand.dts ath79: add support for GL.iNet GL-S200 2023-10-31 13:53:11 +01:00
qca9531_glinet_gl-s200-nor.dts ath79: add support for GL.iNet GL-S200 2023-10-31 13:53:11 +01:00
qca9531_glinet_gl-s200.dtsi treewide: strip trailing whitespace 2025-05-20 00:47:37 +02:00
qca9531_glinet_gl-x300b.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9531_glinet_gl-x750.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9531_glinet_gl-xe300.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9531_joyit_jt-or750i.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9531_letv_lba-047-ch.dts ath79: drop redundant label with new LED color/function format 2024-02-07 14:48:34 +01:00
qca9531_mikrotik_routerboard-951ui-2nd.dts ath79: add support for MikroTik hAP (RB951Ui-2nD) 2022-05-21 13:54:08 +02:00
qca9531_qxwlan_e600g-v2-8m.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9531_qxwlan_e600g-v2-16m.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9531_qxwlan_e600g.dtsi ath79: enable link state reporting for eth1 on Qxwlan e750a/e600g/e600gac 2026-05-25 20:24:42 +02:00
qca9531_qxwlan_e600gac-v2-8m.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9531_qxwlan_e600gac-v2-16m.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9531_telco_t1.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9531_teltonika_rut300.dts ath79: dts: remove SPI num-cs property 2025-10-20 00:28:15 +02:00
qca9531_tplink_archer-d50-v1.dts ath79: fix some ath10k LEDs 2025-11-30 19:06:13 +01:00
qca9531_tplink_tl-mr3420-v3.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9531_tplink_tl-mr6400-v1.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9531_tplink_tl-wr810n-v1.dts ath79: remove dr_mode and vbus-supply 2025-01-08 14:55:28 +01:00
qca9531_tplink_tl-wr902ac-v1.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9531_wallys_dr531.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9531_yuncore_a770.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9533_comfast_cf-e110n-v2.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_dlink_dap-13xx.dtsi ath79: replace various mtd_get_mac_text 2025-09-30 11:21:18 +02:00
qca9533_dlink_dap-1330-a1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_dlink_dap-1365-a1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_dlink_dap-2230-a1.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9533_dlink_dap-3320-a1.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9533_kuwfi_c910.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_mikrotik_routerboard-16m.dtsi ath79: add support for MikroTik RouterBOARD 750 r2 (hEX lite) 2023-09-16 12:49:26 +02:00
qca9533_mikrotik_routerboard-95x.dtsi ath79: add support for MikroTik RouterBOARD 750 r2 (hEX lite) 2023-09-16 12:49:26 +02:00
qca9533_mikrotik_routerboard-750-r2.dts ath79: add support for MikroTik RouterBOARD 750 r2 (hEX lite) 2023-09-16 12:49:26 +02:00
qca9533_mikrotik_routerboard-952ui-5ac2nd.dts ath79: add support for MikroTik RouterBOARD hAP ac lite 2022-05-21 13:54:02 +02:00
qca9533_mikrotik_routerboard-lhg-2nd.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_mikrotik_routerboard-lhg-hb.dtsi ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_mikrotik_routerboard-map-2nd.dts ath79: report link state on ETH2 port of Mikrotik RBmAP-2nD 2026-05-25 20:24:42 +02:00
qca9533_mikrotik_routerboard-mapl-2nd.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_mikrotik_routerboard-wap-2nd.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_mikrotik_routerboard-wapr-2nd.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_openmesh_om2p-hs-v4.dts ath79: Add support for OpenMesh OM2P-HS v4 2020-12-28 19:37:24 +01:00
qca9533_openmesh_om2p-v4.dts ath79: Add support for OpenMesh OM2P v4 2020-12-28 19:37:24 +01:00
qca9533_openmesh_om2p-v4.dtsi ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_plasmacloud_pa300.dts ath79: Add support for Plasma Cloud PA300 2020-12-22 19:11:50 +01:00
qca9533_plasmacloud_pa300.dtsi ath79: dts: disable redundant built-in watchdog 2025-04-04 14:25:01 +02:00
qca9533_plasmacloud_pa300e.dts ath79: Add support for Plasma Cloud PA300E 2020-12-22 19:11:50 +01:00
qca9533_qca_ap143-8m.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9533_qca_ap143-16m.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9533_qca_ap143.dtsi ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_tplink_cpe210-v2.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_tplink_cpe210-v3.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_tplink_cpe210.dtsi ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9533_tplink_cpe220-v3.dts ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
qca9533_tplink_cpexxx.dtsi ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9533_tplink_tl-wa801nd-v3.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_tplink_tl-wa801nd-v4.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_tplink_tl-wa801nd.dtsi ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_tplink_tl-wa850re-v2.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_tplink_tl-wr802n-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_tplink_tl-wr802n-v2.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_tplink_tl-wr802n.dtsi ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9533_tplink_tl-wr810n-v2.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_tplink_tl-wr841-v9.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_tplink_tl-wr841-v10.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_tplink_tl-wr841-v11.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_tplink_tl-wr841-v11.dtsi ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9533_tplink_tl-wr841-v12.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9533_tplink_tl-wr841.dtsi ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_tplink_tl-wr841hp-v3.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_tplink_tl-wr842n-v3.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_ubnt_aircube-isp.dts ath79: fix label-mac-device for wmac 2026-05-10 20:45:35 +02:00
qca9533_yuncore_a930.dts ath79: qca953x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9533_yuncore_cpe830.dts ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
qca9550_airtight_c-75.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9550_dell_apl2x.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9550_dell_apl26-0ae.dts ath79: remove led-sources for 1 2026-05-07 18:22:00 +02:00
qca9550_dell_apl27-0b1.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9550_huawei_ap5030dn.dts ath79: ap5030dn: use label-mac-device property 2024-12-21 12:20:10 +01:00
qca9556_avm_fritz450e.dts ath79: convert phy0tpt to led-sources 2026-05-10 23:12:56 +02:00
qca9556_avm_fritz1750e.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9556_avm_fritz-repeater.dtsi ath79: convert ath10k calibration data to NVMEM (built-in MAC) 2024-02-01 17:09:02 +01:00
qca9556_avm_fritzdvbc.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts ath79: add aliases to qca955x.dtsi for uart0/1 2024-03-08 17:35:01 +01:00
qca9557_8dev_rambutan.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9557_araknis_an-500-ap-i-ac.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9557_buffalo_bhr-4grv2.dts ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
qca9557_dlink_dap-2660-a1.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9557_dongwon_dw02-412h-64m.dts ath79: improve support for Dongwon T&I DW02-412H 2022-02-01 14:54:16 +09:00
qca9557_dongwon_dw02-412h-128m.dts ath79: improve support for Dongwon T&I DW02-412H 2022-02-01 14:54:16 +09:00
qca9557_dongwon_dw02-412h.dtsi ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9557_elecom_wab-s600-ps.dts ath79: add support for ELECOM WAB-S600-PS 2024-03-02 14:08:08 +01:00
qca9557_elecom_wab-s1167-ps.dts ath79: add support for ELECOM WAB-S1167-PS 2024-03-02 14:08:08 +01:00
qca9557_engenius_eap1200h.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9557_engenius_ecb1200.dts ath79: create common DTSI for ECB1200 and ECB1750 2020-12-22 19:11:50 +01:00
qca9557_engenius_enstationac-v1.dts ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
qca9557_engenius_esr1200.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9557_extreme-networks_ws-ap3805i.dts ath79: enterasys,ws-ap3805i: fix u-boot env 2026-04-16 21:20:01 +02:00
qca9557_fortinet_fap-221-c.dts ath79: qca955x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9557_iodata_wn-ac1167dgr.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9557_iodata_wn-ac1600dgr2.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9557_iodata_wn-ac1600dgr.dts ath79: convert ath10k calibration data to NVMEM (ASCII MAC) 2024-02-01 17:09:03 +01:00
qca9557_iodata_wn-ac-dgr.dtsi ath79: iodata: set ath9k LED pin 2025-08-25 10:21:33 +02:00
qca9557_meraki_mr18.dts ath79: meraki-mr18: fix MAC address offset after NVMEM switch 2026-05-23 18:42:22 +02:00
qca9557_mikrotik_routerboard-960pgs.dts ath79: add support for MikroTik RouterBOARD 960PGS 2026-04-23 14:10:39 +01:00
qca9557_ruckus_r500.dts ath79: qca955x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9557_sophos_ap15.dts ath79: Unify Sophos AP15/AP15C dts files 2024-11-30 18:19:52 +01:00
qca9557_sophos_ap15.dtsi ath79: Unify Sophos AP15/AP15C dts files 2024-11-30 18:19:52 +01:00
qca9557_sophos_ap15c.dts ath79: Unify Sophos AP15/AP15C dts files 2024-11-30 18:19:52 +01:00
qca9557_zyxel_nbg6616.dts ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
qca9558_allnet_all-wap02860ac.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_araknis_an-700-ap-i-ac.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_aruba_ap-115.dts ath79: qca955x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9558_belkin_f9j1108-v2.dts ath79: create shared DTSI/definition for Belkin F9J1108/F9K1115 v2 2020-12-14 16:57:21 +01:00
qca9558_belkin_f9k1115-v2.dts ath79: add support for the Belkin F9K1115 v2 (AC1750 DB Wi-Fi) 2020-12-14 16:59:49 +01:00
qca9558_belkin_f9x-v2.dtsi treewide: dts: trim "#size-cells" from "gpio-export" node 2025-05-18 19:35:00 +02:00
qca9558_buffalo_wzr-450hp2.dts ath79: port buffalo WZR-450HP2 from ar71xx 2024-12-23 22:52:37 +01:00
qca9558_comfast_cf-e380ac-v2.dts ath79: cf-e380ac-v2: fix wrong label-mac-device 2026-05-10 20:45:35 +02:00
qca9558_comfast_cf-wr650ac-v1.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9558_comfast_cf-wr650ac-v2.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9558_comfast_cf-wr650ac.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_compex_wpj558-16m.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9558_devolo_dvl1xxx.dtsi ath79: dts: disable redundant built-in watchdog 2025-04-04 14:25:01 +02:00
qca9558_devolo_dvl1200e.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9558_devolo_dvl1200i.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9558_devolo_dvl1750c.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9558_devolo_dvl1750e.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9558_devolo_dvl1750i.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9558_devolo_dvl1750x.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9558_dlink_dap-2680-a1.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9558_dlink_dap-2695-a1.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_dlink_dap-3662-a1.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9558_dlink_dir-629-a1.dts ath79: convert phy0tpt to led-sources 2026-05-10 23:12:56 +02:00
qca9558_domywifi_dw33d.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_elecom_wab-i1750-ps.dts ath79: register all ttys as Linux console for ELECOM WAB-I1750-PS 2024-03-24 21:10:59 +01:00
qca9558_engenius_dual_ap.dtsi ath79: add support for Senao Engenius ENS1750 2024-05-11 16:57:28 +02:00
qca9558_engenius_eap1750h.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_engenius_ecb1750.dts ath79: create common DTSI for ECB1200 and ECB1750 2020-12-22 19:11:50 +01:00
qca9558_engenius_ens1750.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_engenius_epg5000.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_engenius_esr900.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_engenius_esr1750.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_engenius_ews660ap.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_jjplus_jwap230.dts ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
qca9558_librerouter_librerouter-v1.dts ath79: dts: disable redundant built-in watchdog 2025-04-04 14:25:01 +02:00
qca9558_linksys_ea4500-v3.dts ath79: linksys_ea4500-v3: take over the space for user data 2024-11-07 14:56:39 +01:00
qca9558_mikrotik_routerboard-92x.dtsi ath79: add aliases to qca955x.dtsi for uart0/1 2024-03-08 17:35:01 +01:00
qca9558_mikrotik_routerboard-96x.dtsi ath79: enable USB by default on hAP ac 2025-06-19 20:42:02 +02:00
qca9558_mikrotik_routerboard-911g-5hpacd.dts ath79: support MikroTik RouterBOARD 911G-5HPacD 2024-01-07 01:19:56 +01:00
qca9558_mikrotik_routerboard-921gs-5hpacd-15s.dts ath79: support MikroTik RouterBOARD 911G-5HPacD 2024-01-07 01:19:56 +01:00
qca9558_mikrotik_routerboard-922uags-5hpacd.dts ath79: support MikroTik RouterBOARD 911G-5HPacD 2024-01-07 01:19:56 +01:00
qca9558_mikrotik_routerboard-962uigs-5hact2hnt.dts ath79: add support for MikroTik RouterBOARD 962UiGS-5HacT2HnT (hAP ac) 2022-04-16 16:59:29 +02:00
qca9558_nec_aterm.dtsi treewide: fix compatible string for ath10k 2025-08-25 10:35:39 +02:00
qca9558_nec_wg1400hp.dts ath79: update dtsi/dts for NEC Aterm devices based on QCA9558 2025-04-07 00:42:18 +02:00
qca9558_nec_wg1800hp2.dts ath79: update dtsi/dts for NEC Aterm devices based on QCA9558 2025-04-07 00:42:18 +02:00
qca9558_nec_wg1800hp.dts ath79: update dtsi/dts for NEC Aterm devices based on QCA9558 2025-04-07 00:42:18 +02:00
qca9558_nec_wg2200hp.dts treewide: fix compatible string for ath10k 2025-08-25 10:35:39 +02:00
qca9558_netgear_ex7300.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9558_ocedo_koala.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_ocedo_ursus.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_openmesh_a40.dts ath79: Add support for OpenMesh A40 2021-06-05 01:17:11 +02:00
qca9558_openmesh_a60.dts ath79: Add support for OpenMesh A60 2021-06-05 01:17:11 +02:00
qca9558_openmesh_a60.dtsi ath79: dts: disable redundant built-in watchdog 2025-04-04 14:25:01 +02:00
qca9558_openmesh_mr900-v1.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_openmesh_mr900-v2.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_openmesh_mr1750-v1.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_openmesh_mr1750-v2.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_openmesh_mr.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_openmesh_om5p-ac-v1.dts ath79: dts: disable redundant built-in watchdog 2025-04-04 14:25:01 +02:00
qca9558_openmesh_om5p-ac-v2.dts treewide: dts: trim "#size-cells" from "gpio-export" node 2025-05-18 19:35:00 +02:00
qca9558_qxwlan_e558-v2-8m.dts ath79: add support for Qxwlan E558 v2 2020-10-17 20:17:59 +02:00
qca9558_qxwlan_e558-v2-16m.dts ath79: add support for Qxwlan E558 v2 2020-10-17 20:17:59 +02:00
qca9558_qxwlan_e558.dtsi ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9558_sitecom_wlr-8100.dts ath79: add env-size for Sitecom WLR-7100 / WLR-8100 u-boot-env 2026-02-17 01:36:52 +01:00
qca9558_sophos_ap55.dts ath79: remove dr_mode and vbus-supply 2025-01-08 14:55:28 +01:00
qca9558_sophos_ap55c.dts ath79: add support for Sophos AP100/AP55 family 2022-04-16 16:59:29 +02:00
qca9558_sophos_ap100.dts ath79: remove dr_mode and vbus-supply 2025-01-08 14:55:28 +01:00
qca9558_sophos_ap100c.dts ath79: add support for Sophos AP100/AP55 family 2022-04-16 16:59:29 +02:00
qca9558_sophos_ap.dtsi ath79: remove dr_mode and vbus-supply 2025-01-08 14:55:28 +01:00
qca9558_tplink_archer-c5-v1.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9558_tplink_archer-c7-v1.dts ath79: qca: remove mac-address-increment 2023-11-25 17:14:04 -08:00
qca9558_tplink_archer-c7-v2.dts ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
qca9558_tplink_archer-c.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_tplink_archer-d7-v1.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9558_tplink_archer-d7.dtsi ath79: remove dr_mode and vbus-supply 2025-01-08 14:55:28 +01:00
qca9558_tplink_archer-d7b-v1.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9558_tplink_re350k-v1.dts ath79: qca955x: use led-sources for WMAC 2026-05-07 18:22:00 +02:00
qca9558_tplink_re355-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9558_tplink_re450-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9558_tplink_rex5x.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_tplink_tl-wdr4900-v2.dts ath79: tl-wdr4900-v2: set ath9k led-pin 2025-09-20 12:49:09 +02:00
qca9558_tplink_tl-wdr7500-v3.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9558_tplink_tl-wr941n-v7-cn.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9558_tplink_tl-wr1043nd-v2.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9558_tplink_tl-wr1043nd-v3.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9558_tplink_tl-wr1043nd.dtsi treewide: dts: trim "#size-cells" from "gpio-export" node 2025-05-18 19:35:00 +02:00
qca9558_tplink_tl-wr1045nd-v2.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9558_trendnet_tew-823dru.dts ath79: trendnet,tew-823dru: use nvmem 2025-08-24 16:41:37 +02:00
qca9558_ubnt_nanobeam-ac-xc.dts treewide: dts: fix spi-gpio chip select GPIO polarity 2025-10-20 00:28:15 +02:00
qca9558_ubnt_powerbeam-5ac-500.dts ath79: qca: convert to nvmem-layout 2023-11-25 17:14:04 -08:00
qca9558_ubnt_rocket-5ac-lite.dts ath79: qca: convert to nvmem-layout 2023-11-25 17:14:04 -08:00
qca9558_watchguard_ap300.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9558_zyxel_emg2926_q10a.dts treewide: rename ZyXEL to Zyxel 2024-08-25 15:08:25 +02:00
qca9558_zyxel_nbg6716.dts ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
qca9561_avm_fritz4020.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9561_nec_wf1200cr.dts ath79: nec,wX1200cr: use nvmem 2024-08-29 21:05:59 +02:00
qca9561_tplink_archer-c5x.dtsi treewide: dts: fix spi-gpio chip select GPIO polarity 2025-10-20 00:28:15 +02:00
qca9561_tplink_archer-c6x.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9561_tplink_archer-c25-v1.dts treewide: dts: fix spi-gpio chip select GPIO polarity 2025-10-20 00:28:15 +02:00
qca9561_tplink_archer-c58-v1.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9561_tplink_archer-c59-v1.dts ath79: add calibtation variant for TP-Link Archer C59 v1 2025-10-14 17:50:54 +02:00
qca9561_tplink_archer-c59-v2.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9561_tplink_archer-c60-v1.dts ath79: add calibtation variant for TP-Link Archer C60 v1 2025-09-21 15:27:53 +02:00
qca9561_tplink_archer-c60-v2.dts ath79: add calibration variant for TP-Link Archer C60 v2 2025-10-22 11:37:14 +02:00
qca9561_tplink_archer-c60-v3.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9561_tplink_eap225-wall-v2.dts ath79: add calibration variant for TP-Link EAP225-Wall v2 2026-05-07 11:12:15 +02:00
qca9561_tplink_tl-wdr6500-v2.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9561_xiaomi_mi-router-4q.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9563_asus_pl-ac56.dts ath79: asus: convert to nvmem for calibration 2025-10-04 20:46:19 +02:00
qca9563_asus_rp-ac66.dts ath79: asus: convert to nvmem for calibration 2025-10-04 20:46:19 +02:00
qca9563_comfast_cf-e375ac.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_compex_wpj563.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9563_dlink_covr-c1200-a1.dts ath79: add support for D-Link COVR-C1200 A1 2024-03-09 20:00:11 +01:00
qca9563_dlink_covr-p2500-a1.dts ath79: split dtsi for D-Link COVR-P2500 2024-03-09 20:00:11 +01:00
qca9563_dlink_covr.dtsi linux: replace nvmem-cells with nvmem-layout 2024-12-27 13:34:58 +01:00
qca9563_dlink_dap-1720-a1.dts linux: replace u-boot,env with nvmem,layout 2024-12-27 13:34:58 +01:00
qca9563_dlink_dir-8x9-a1.dtsi linux: replace u-boot,env with nvmem,layout 2024-12-27 13:34:58 +01:00
qca9563_dlink_dir-842-c1.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9563_dlink_dir-842-c2.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9563_dlink_dir-842-c3.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9563_dlink_dir-842-c.dtsi ath79: dir-842: use nvmem 2025-09-24 13:36:38 +02:00
qca9563_dlink_dir-859-a1.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9563_dlink_dir-859-a3.dts ath79: drop redundant label with new LED color/function format 2024-02-07 14:48:34 +01:00
qca9563_dlink_dir-869-a1.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9563_elecom_wrc-300ghbk2-i.dts ath79: remove unused dts labels 2024-06-09 12:24:15 +02:00
qca9563_elecom_wrc-1750ghbk2-i.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_elecom_wrc-ghbk2-i.dtsi ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9563_glinet_gl-ar750s-nor-nand.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9563_glinet_gl-ar750s-nor.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9563_glinet_gl-ar750s.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_glinet_gl-x1200-nor-nand.dts ath79: add support for GL.iNet GL-X1200 2023-02-25 14:31:42 +01:00
qca9563_glinet_gl-x1200-nor.dts ath79: add support for GL.iNet GL-X1200 2023-02-25 14:31:42 +01:00
qca9563_glinet_gl-x1200.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_kuwfi_n650.dts treewide: fix compatible string for ath10k 2025-08-25 10:35:39 +02:00
qca9563_nec_wg800hp.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_nec_wg1200cr.dts treewide: fix compatible string for ath10k 2025-08-25 10:35:39 +02:00
qca9563_netgear_wndr4300-v2.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9563_netgear_wndr4500-v3.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9563_netgear_wndr.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_phicomm_k2t.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9563_qxwlan_e1700ac-v2-8m.dts ath79: add support for Qxwlan E1700AC v2 2020-10-17 20:18:00 +02:00
qca9563_qxwlan_e1700ac-v2-16m.dts ath79: add support for Qxwlan E1700AC v2 2020-10-17 20:18:00 +02:00
qca9563_qxwlan_e1700ac.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_rosinson_wr818.dts ath79: convert phy0tpt to led-sources 2026-05-10 23:12:56 +02:00
qca9563_tplink_archer-a7-v5.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9563_tplink_archer-c2-v3.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_tplink_archer-c6-v2-us.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_tplink_archer-c6-v2.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_tplink_archer-c7-v4.dts treewide: dts: fix spi-gpio chip select GPIO polarity 2025-10-20 00:28:15 +02:00
qca9563_tplink_archer-c7-v5.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9563_tplink_archer-x6-v2.dtsi ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_tplink_archer-x7-v5.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_tplink_cpe710-v1.dts ath79: refactor dts of TP-Link CPE710-v1 2024-11-23 18:43:16 +01:00
qca9563_tplink_cpe710-v2.dts ath79: add support for TP-Link CPE710-v2 2024-11-23 18:43:20 +01:00
qca9563_tplink_cpe710.dtsi ath79: refactor dts of TP-Link CPE710-v1 2024-11-23 18:43:16 +01:00
qca9563_tplink_deco-m4r-v1.dts ath79: remove led-sources for 1 2026-05-07 18:22:00 +02:00
qca9563_tplink_deco-s4-v2.dts ath79: remove led-sources for 1 2026-05-07 18:22:00 +02:00
qca9563_tplink_eap2x5-1port.dtsi ath79: fix mac address on eap2x5-1port devices 2024-01-23 10:41:20 +01:00
qca9563_tplink_eap225-outdoor-v1.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9563_tplink_eap225-outdoor-v3.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9563_tplink_eap225-v1.dts ath79: drop redundant label with new LED color/function format 2024-02-07 14:48:34 +01:00
qca9563_tplink_eap225-v3.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9563_tplink_eap225-v4.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9563_tplink_eap245-v1.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9563_tplink_eap245-v3.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9563_tplink_re450-v2.dts ath79: switch TP-Link RE355 v1, RE450 v1 and RE450 v2 to mtd-concat 2025-11-21 00:03:24 +01:00
qca9563_tplink_re450-v3.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9563_tplink_re450.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_tplink_re455-v1.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9563_tplink_tl-wa1201-v2.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_tplink_tl-wpa8630-v1.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9563_tplink_tl-wpa8630.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_tplink_tl-wpa8630p-v2-int.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9563_tplink_tl-wpa8630p-v2.0-eu.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9563_tplink_tl-wpa8630p-v2.1-eu.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9563_tplink_tl-wr1043n-v5.dts ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9563_tplink_tl-wr1043n.dtsi ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qca9563_tplink_tl-wr1043nd-v4.dts treewide: dts: trim "#size-cells" from "gpio-export" node 2025-05-18 19:35:00 +02:00
qca9563_ubnt_amplifi-router-hd.dts ath79: ubnt-amplifi-hd: Add 2nd USB bus (integrated ath3k bluetooth) 2025-07-12 21:43:22 +02:00
qca9563_ubnt_uk-ultra.dts ath79: add support for UniFi UK-Ultra 2024-01-07 23:06:17 +01:00
qca9563_ubnt_unifiac-lite.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9563_ubnt_unifiac-lite.dtsi ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_ubnt_unifiac-lr.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9563_ubnt_unifiac-mesh-pro.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9563_ubnt_unifiac-mesh.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9563_ubnt_unifiac-pro.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9563_ubnt_unifiac-pro.dtsi ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_ubnt_unifiac.dtsi ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00
qca9563_xiaomi_aiot-ac2350.dts ath79: add calibtation variant for Xiaomi AIoT AC2350 2025-08-28 13:35:07 +02:00
qca9563_yuncore_a782.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_yuncore_xd3200.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_yuncore_xd4200.dts ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_yuncore_xd4200.dtsi treewide: fix compatible string for ath10k 2025-08-25 10:35:39 +02:00
qca9563_zte_mf28x.dtsi ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
qca9563_zte_mf281.dts ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
qca9563_zte_mf282.dts ath79: move label-mac-device out of dtsi 2026-05-08 11:31:34 +02:00
qca9563_zte_mf286.dts ath79: ZTE MF286A: use specific board definition file for qca9888 2025-03-16 22:09:20 +01:00
qca9563_zte_mf286.dtsi ath79: convert phy1tpt to led-sources 2026-05-07 18:22:00 +02:00
qca9563_zte_mf286a.dts ath79: support ZTE MF286A/R 2022-02-26 17:46:10 +01:00
qca9563_zte_mf286ar.dtsi ath79: ZTE MF286A: use specific board definition file for qca9888 2025-03-16 22:09:20 +01:00
qca9563_zte_mf286c.dts ath79: support ZTE MF286C 2025-03-16 22:10:04 +01:00
qca9563_zte_mf286r.dts ath79: support ZTE MF286A/R 2022-02-26 17:46:10 +01:00
qcn5502_asus_rt-ac59u-v2.dts ath79: add support for ASUS RT-AC59U / ZenWiFi CD6 2023-07-08 20:19:00 +02:00
qcn5502_asus_rt-ac59u.dts ath79: add support for ASUS RT-AC59U / ZenWiFi CD6 2023-07-08 20:19:00 +02:00
qcn5502_asus_rt-ac59u.dtsi ath79: qcn5502: use led-sources for WMAC 2025-08-27 12:48:44 +02:00
qcn5502_asus_zenwifi-cd6.dtsi ath79: add support for ASUS RT-AC59U / ZenWiFi CD6 2023-07-08 20:19:00 +02:00
qcn5502_asus_zenwifi-cd6n.dts ath79: add support for ASUS RT-AC59U / ZenWiFi CD6 2023-07-08 20:19:00 +02:00
qcn5502_asus_zenwifi-cd6r.dts ath79: add support for ASUS RT-AC59U / ZenWiFi CD6 2023-07-08 20:19:00 +02:00
qcn5502_asus.dtsi ath79: qcn: convert to nvmem-layout 2023-11-25 19:43:32 -08:00
qcn5502_netgear_ex7300-v2.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
qcn5502_tplink_archer-a9-v6.dts ath79: qcn5502: use led-sources for WMAC 2025-08-27 12:48:44 +02:00
tp9343_tplink_tl-wa901nd-v4.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
tp9343_tplink_tl-wa901nd-v5.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
tp9343_tplink_tl-wa901nd.dtsi ath79: convert phy0tpt to led-sources 2026-05-10 23:12:56 +02:00
tp9343_tplink_tl-wr94x.dtsi ath79: add support for TP-Link TL-WA901ND v4 and v5 2020-05-18 13:35:38 +02:00
tp9343_tplink_tl-wr940n-v3.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
tp9343_tplink_tl-wr940n-v3.dtsi ath79: convert phy0tpt to led-sources 2026-05-10 23:12:56 +02:00
tp9343_tplink_tl-wr940n-v4.dts ath79: convert phy0tpt to led-sources 2026-05-10 23:12:56 +02:00
tp9343_tplink_tl-wr940n-v6.dts ath79: convert to new LED color/function format where possible 2024-02-07 14:48:34 +01:00
tp9343_tplink_tl-wr941hp-v1.dts ath79: convert phy0tpt to led-sources 2026-05-10 23:12:56 +02:00
tp9343_tplink_tl-wr941nd-v6.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
tp9343_tplink_tl-wx.dtsi ath79: mtd-cal-data removals 2024-06-09 12:24:15 +02:00