1
0
Fork 0
forked from mirror/openwrt
openwrt/target/linux/ath79/dts
Marco von Rosenberg f314debd4f ath79: add support for Huawei AP5030DN
Huawei AP5030DN is a dual-band, dual-radio 802.11ac Wave 1 3x3 MIMO
enterprise access point with two Gigabit Ethernet ports and PoE
support.

Hardware highlights:
- CPU: QCA9550 SoC at 720MHz
- RAM: 256MB DDR2
- Flash: 32MB SPI-NOR
- Wi-Fi 2.4GHz: QCA9550-internal radio
- Wi-Fi 5GHz: QCA9880 PCIe WLAN SoC
- Ethernet 1: 10/100/1000 Mbps Ethernet through Broadcom B50612E PHY
- Ethernet 2: 10/100/1000 Mbps Ethernet through Marvell 88E1510 PHY
- PoE: input through Ethernet 1 port
- Standalone 12V/2A power input
- Serial console externally available through RJ45 port
- External watchdog: SGM706 (1.6s timeout)

Serial console:
  9600n8 (9600 baud, no stop bits, no parity, 8 data bits)

MAC addresses:
  Each device has 32 consecutive MAC addresses allocated by
  the vendor, which don't overlap between devices.
  This was confirmed with multiple devices with consecutive
  serial numbers.
  The MAC address range starts with the address on the label.
  To be able to distinguish between the interfaces,
  the following MAC address scheme is used:
    - eth0 = label MAC
    - eth1 = label MAC + 1
    - radio0 (Wi-Fi 5GHz) = label MAC + 2
    - radio1 (Wi-Fi 2.4GHz) = label MAC + 3

Installation:
0. Connect some sort of RJ45-to-USB adapter to "Console" port of the AP

1. Power up the AP

2. At prompt "Press f or F  to stop Auto-Boot in 3 seconds",
   do what they say.
   Log in with default admin password "admin@huawei.com".

3. Boot the OpenWrt initramfs from TFTP using the hidden script
   "run ramboot". Replace IP address as needed:

   > setenv serverip 192.168.1.10
   > setenv ipaddr 192.168.1.1
   > setenv rambootfile
     openwrt-ath79-generic-huawei_ap5030dn-initramfs-kernel.bin
   > saveenv
   > run ramboot

4. Optional but recommended as the factory firmware cannot
   be downloaded publicly:
   Back up contents of "firmware" partition using the web interface or ssh:

   $ ssh root@192.168.1.1 cat /dev/mtd11 > huawei_ap5030dn_fw_backup.bin

5. Run sysupgrade using sysupgrade image. OpenWrt
   shall boot from flash afterwards.

Return to factory firmware (using firmware upgrade package downloaded from
non-public Huawei website):
1. Start a TFTP server in the directory where
   the firmware upgrade package is located

2. Boot to u-boot as described above

3. Install firmware upgrade package and format the config partitions:

   > update system FatAP5X30XN_SOMEVERSION.bin
   > format_fs

Return to factory firmware (from previously created backup):
1. Copy over the firmware partition backup to /tmp,
   for example using scp

2. Use sysupgrade with force to restore the backup:
   sysupgrade -F huawei_ap5030dn_fw_backup.bin

3. Boot AP to U-Boot as described above

Quirks and known issues
-----------------------

- On initial power-up, the Huawei-modified bootloader suspends both
ethernet PHYs (it sets the "Power Down" bit in the MII control
register). Unfortunately, at the time of the initial port, the kernel
driver for the B50612E/BCM54612E PHY behind eth0 doesn't have a resume
callback defined which would clear this bit. This makes the PHY unusable
since it remains suspended forever. This is why the backported kernel
patches in this commit are required which add this callback and for
completeness also a suspend callback.

- The stock firmware has a semi dual boot concept where the primary
kernel uses a squashfs as root partition and the secondary kernel uses
an initramfs. This dual boot concept is circumvented on purpose to gain
more flash space and since the stock firmware's flash layout isn't
compatible with mtdsplit.

- The external watchdog's timeout of 1.6s is very hard to satisfy
during bootup. This is why the GPIO15 pin connected to the watchdog input
is configured directly in the LZMA loader to output the CPU_CLK/4 signal
which keeps the watchdog happy until the wdt-gpio kernel driver takes
over. Because it would also take too long to read the whole kernel image
from flash, the uImage header only includes the loader which then reads
the kernel image from flash after GPIO15 is configured.

Signed-off-by: Marco von Rosenberg <marcovr@selfnet.de>
[fixed 6.6 backport patch naming]
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 06cdc07f8c)
2024-04-03 02:56:56 +02:00
..
ar724x.dtsi ath79: move reference clock node to SoC dtsi 2022-11-09 22:55:33 +01: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.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar724x_ubnt_xm_outdoor.dtsi
ar934x.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar934x_fortinet_loader.dtsi ath79: add support for Fortinet FAP-221-B 2023-01-06 15:34:07 +01:00
ar934x_ruckus_zf73xx.dtsi ath79: support Ruckus ZoneFlex 7372 2022-09-11 01:36:25 +02:00
ar934x_senao_loader.dtsi ath79: add Senao 'failsafe' sysupgrade procedure 2021-04-08 09:20:59 +02:00
ar1022_iodata_wn-ag300dgr.dts ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
ar1022_sitecom_wlr-7100.dts ath79: fix packetloss on some WLR-7100 2023-09-17 16:39:47 +02:00
ar7100.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar7100_mikrotik_routerboard-4xx.dtsi ath79: cleanup mikrotik routerboot partitions 2022-04-15 07:11:18 +02:00
ar7161_adtran_bsap1800-v2.dts
ar7161_adtran_bsap1840.dts
ar7161_adtran_bsap1880.dtsi ath79: bsap18x0: specify FIS directory location in dts 2022-06-24 17:10:24 +02:00
ar7161_aruba_ap-105.dts ath79: move reference clock node to SoC dtsi 2022-11-09 22:55:33 +01:00
ar7161_aruba_ap-175.dts ath79: Add Aruba AP-175 support 2023-03-27 00:27:59 +02:00
ar7161_buffalo_wzr-600dhp.dts
ar7161_buffalo_wzr-hp-ag300h.dts
ar7161_buffalo_wzr-hp-ag300h.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar7161_dlink_dir-825-b1.dts ath79: calibrate dlink dir-825 b1 with nvmem 2023-03-26 16:39:37 +02:00
ar7161_jjplus_ja76pf2.dts ath79: move reference clock node to SoC dtsi 2022-11-09 22:55:33 +01:00
ar7161_meraki_mr16.dts ath79: move reference clock node to SoC dtsi 2022-11-09 22:55:33 +01:00
ar7161_mikrotik_routerboard-493g.dts
ar7161_netgear_wndap360.dts ath79: convert Netgear WNDAP360 WiFis to nvmem-cells 2023-01-04 23:59:09 +01:00
ar7161_netgear_wndr.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar7161_netgear_wndr3700-v2.dts ath79: WNDR3700/3800/MAC: utilize nvmem for caldata fetching 2021-11-06 22:18:45 +01:00
ar7161_netgear_wndr3700.dts ath79: WNDR3700/3800/MAC: utilize nvmem for caldata fetching 2021-11-06 22:18:45 +01:00
ar7161_netgear_wndr3800.dts ath79: WNDR3700/3800/MAC: utilize nvmem for caldata fetching 2021-11-06 22:18:45 +01:00
ar7161_netgear_wndr3800ch.dts ath79: WNDR3700/3800/MAC: utilize nvmem for caldata fetching 2021-11-06 22:18:45 +01:00
ar7161_netgear_wndrmac-v1.dts ath79: WNDR3700/3800/MAC: utilize nvmem for caldata fetching 2021-11-06 22:18:45 +01:00
ar7161_netgear_wndrmac-v2.dts ath79: WNDR3700/3800/MAC: utilize nvmem for caldata fetching 2021-11-06 22:18:45 +01:00
ar7161_ruckus_gd11.dtsi ath79: support Ruckus ZoneFlex 7341/7343/7363 2023-03-22 22:25:08 +01: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: support Ruckus ZoneFlex 7341/7343/7363 2023-03-22 22:25:08 +01:00
ar7161_ruckus_zf7351.dts ath79: support Ruckus ZoneFlex 7351 2023-03-22 22:25:08 +01:00
ar7161_ruckus_zf7363.dts ath79: support Ruckus ZoneFlex 7341/7343/7363 2023-03-22 22:25:08 +01:00
ar7161_siemens_ws-ap3610.dts ath79: move reference clock node to SoC dtsi 2022-11-09 22:55:33 +01:00
ar7161_trendnet_tew-673gru.dts ath79: fix dts whitespace 2023-02-09 03:03:50 +01:00
ar7161_ubnt_routerstation-pro.dts
ar7161_ubnt_routerstation.dts
ar7161_ubnt_routerstation.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar7240.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar7240_buffalo_whr-g301n.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar7240_dlink_dir-615-e4.dts ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
ar7240_engenius_enh202-v1.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar7240_netgear_wnr612-v2.dts
ar7240_netgear_wnr612-v2.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar7240_netgear_wnr1000-v2.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar7240_on_n150r.dts
ar7240_openmesh_om2p-v1.dts ath79: convert OpenMesh OM2P v1 WiFis to nvmem-cells 2022-12-17 20:40:30 +01:00
ar7240_ruckus_zf7025.dts ath79: support Ruckus ZoneFlex 7025 2022-11-13 22:36:06 +01:00
ar7240_tplink.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar7240_tplink_tl-wa.dtsi ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
ar7240_tplink_tl-wa701nd-v1.dts
ar7240_tplink_tl-wa730re-v1.dts
ar7240_tplink_tl-wa801nd-v1.dts
ar7240_tplink_tl-wa830re-v1.dts
ar7240_tplink_tl-wa901nd-v1.dts
ar7240_tplink_tl-wr.dtsi ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
ar7240_tplink_tl-wr740n-v1.dts
ar7240_tplink_tl-wr740n-v3.dts
ar7240_tplink_tl-wr741-v1.dts
ar7240_tplink_tl-wr743nd-v1.dts
ar7240_tplink_tl-wr841-v5.dts
ar7240_tplink_tl-wr941-v4.dts
ar7240_ubnt_bullet-m-ar7240.dts
ar7241.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar7241_netgear_wnr2000-v3.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar7241_netgear_wnr2200-8m.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
ar7241_netgear_wnr2200-16m.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
ar7241_netgear_wnr2200.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar7241_tplink.dtsi ath79: fix MAC address assignment for TP-Link ar7241 devices 2022-11-12 17:10:12 +01:00
ar7241_tplink_tl-mr3x20.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar7241_tplink_tl-mr3220-v1.dts
ar7241_tplink_tl-mr3420-v1.dts
ar7241_tplink_tl-wr841-v7.dts
ar7241_tplink_tl-wr842n-v1.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar7241_ubnt_airrouter.dts
ar7241_ubnt_bullet-m-ar7241.dts
ar7241_ubnt_nanobridge-m.dts
ar7241_ubnt_nanostation-loco-m.dts
ar7241_ubnt_nanostation-m.dts
ar7241_ubnt_picostation-m.dts
ar7241_ubnt_powerbridge-m.dts
ar7241_ubnt_rocket-m.dts
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: convert WiFis based on ar7241_ubnt_unifi.dtsi to nvmem-cells 2022-12-17 20:48:57 +01: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: convert WiFis based on ar7241_ubnt_unifi.dtsi to nvmem-cells 2022-12-17 20:48:57 +01:00
ar7241_ubnt_unifi.dtsi ath79: convert WiFis based on ar7241_ubnt_unifi.dtsi to nvmem-cells 2022-12-17 20:48:57 +01:00
ar7242.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar7242_avm_fritz300e.dts ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
ar7242_buffalo_bhr-4grv.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar7242_buffalo_wzr-bhr.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar7242_buffalo_wzr-hp-g302h-a1a0.dts ath79: convert Buffalo WZR-HP-G302H A1A0 WiFis to nvmem-cells 2022-12-17 20:48:57 +01:00
ar7242_buffalo_wzr-hp-g450h.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar7242_engenius_eap350-v1.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar7242_engenius_ecb350-v1.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar7242_meraki_mr12.dts ath79: move reference clock node to SoC dtsi 2022-11-09 22:55:33 +01:00
ar7242_tplink_tl-wr2543-v1.dts ath79: calibrate TP-LINK TL-WR2543ND with nvmem 2022-11-27 13:18:29 +01:00
ar7242_ubnt_edgeswitch-5xp.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar7242_ubnt_edgeswitch-8xp.dts treewide: remove label = "cpu" from DSA dt-binding 2023-02-26 22:22:48 +01:00
ar7242_ubnt_sw.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar9132.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01: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 gpios for switch management in WZR-HP-G300NH variants 2023-04-23 18:57:29 +02:00
ar9132_tplink_tl-wa901nd-v2.dts ath79: move reference clock node to SoC dtsi 2022-11-09 22:55:33 +01:00
ar9132_tplink_tl-wr941-v2.dts treewide: remove label = "cpu" from DSA dt-binding 2023-02-26 22:22:48 +01:00
ar9132_tplink_tl-wr1043nd-v1.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar9330.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar9330_dlink_dir-505.dts ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
ar9330_glinet_gl-ar150.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +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: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9330_pqi_air-pen.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9330_ziking_cpe46b.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9331.dtsi ath79: add missing clock name strings in SoC dtsi 2022-11-09 22:55:33 +01:00
ar9331_8dev_carambola2.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9331_alfa-network_ap121f.dts
ar9331_alfa-network_ap121f.dtsi ath79: utilize ath9k 'nvmem-cells' on ALFA Network boards 2022-02-27 15:09:36 +01:00
ar9331_alfa-network_ap121fe.dts
ar9331_arduino_yun.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar9331_embeddedwireless_dorin.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9331_etactica_eg200.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9331_glinet_64xx.dtsi ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
ar9331_glinet_6408.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
ar9331_glinet_6416.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
ar9331_glinet_gl-mifi.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9331_glinet_gl-usb150.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9331_hak5_lan-turtle.dts
ar9331_hak5_lan-turtle.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9331_hak5_packet-squirrel.dts
ar9331_hak5_wifi-pineapple-nano.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9331_hiwifi_hc6361.dts ath79: port HiWiFi HC6361 from ar71xx 2022-04-16 01:27:09 +00:00
ar9331_onion_omega.dts ath79: add support for onion omega 2021-08-26 15:07:18 +02:00
ar9331_pisen_ts-d084.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9331_pisen_wmm003n.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9331_teltonika_rut230-v1.dts ath79: fix Teltonika RUT230 v1 MAC assignment 2022-12-09 01:59:47 +01:00
ar9331_tplink_tl-mr10u.dts
ar9331_tplink_tl-mr3020-v1.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar9331_tplink_tl-mr3040-v2.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar9331_tplink_tl-wr703n.dts
ar9331_tplink_tl-wr703n_tl-mr10u.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9331_tplink_tl-wr710n-8m.dtsi ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
ar9331_tplink_tl-wr710n-v1.dts
ar9331_tplink_tl-wr710n-v2.1.dts
ar9331_tplink_tl-wr710n.dtsi ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
ar9331_tplink_tl-wr740n-v4.dts
ar9331_tplink_tl-wr740n-v5.dts
ar9331_tplink_tl-wr741nd-v4.dts
ar9331_tplink_tl-wr741nd-v4.dtsi ath79: fix MAC address assigment for TP-Link TL-WR740N/TL-WR741ND v4 2022-11-20 16:30:27 +01:00
ar9341.dtsi
ar9341_engenius_eap300-v2.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9341_engenius_ens202ext-v1.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +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: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9341_pcs_cr3000.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9341_pisen_wmb001n.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9341_tplink.dtsi ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
ar9341_tplink_tl-mr3420-v2.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar9341_tplink_tl-wa.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9341_tplink_tl-wa850re-v1.dts
ar9341_tplink_tl-wa860re-v1.dts
ar9341_tplink_tl-wa901nd-v3.dts
ar9341_tplink_tl-wr841-v8.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
ar9341_tplink_tl-wr842n-v2.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar9341_tplink_tl-wr941nd-v5.dts ath79: add support for TP-Link TL-WR941ND v5 2022-09-11 22:00:22 +02:00
ar9342_iodata_etg3-r.dts ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
ar9342_mikrotik_routerboard-912uag-2hpnd.dts ath79: fix dts whitespace 2023-02-09 03:03:50 +01:00
ar9342_ruckus_zf7321.dts ath79: support Ruckus ZoneFlex 7321 2022-09-11 01:36:25 +02:00
ar9342_ubnt_aircube-ac.dts ath79: convert UBNT Aircube AC WiFis to nvmem-cells 2023-01-06 18:20:31 +01: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-30 15:39:28 +01:00
ar9342_ubnt_lap-120.dts
ar9342_ubnt_litebeam-ac-gen2.dts
ar9342_ubnt_nanobeam-ac-gen2.dts
ar9342_ubnt_nanobeam-ac.dts
ar9342_ubnt_nanobeam-m5-xw.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
ar9342_ubnt_nanostation-ac-loco.dts
ar9342_ubnt_nanostation-ac.dts
ar9342_ubnt_nanostation-loco-m-xw.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
ar9342_ubnt_nanostation-m-xw.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
ar9342_ubnt_powerbeam-5ac-gen2.dts
ar9342_ubnt_powerbeam-m2-xw.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
ar9342_ubnt_powerbeam-m5-xw.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
ar9342_ubnt_wa.dtsi ath9k: OF: qca,disable-(2|5)ghz => ieee80211-freq-limit 2021-10-30 16:32:59 +02: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_xw.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9342_zyxel_nwa11xx.dtsi ath79: add support for ZyXEL NWA1121-NI 2022-08-21 00:09:53 +02:00
ar9342_zyxel_nwa1100-nh.dts ath79: add support for ZyXEL NWA1100-NH 2022-08-21 00:09:53 +02:00
ar9342_zyxel_nwa1121-ni.dts ath79: add support for ZyXEL NWA1121-NI 2022-08-21 00:09:53 +02:00
ar9342_zyxel_nwa1123-ac.dts ath79: add support for ZyXEL NWA1123-AC 2022-08-21 00:09:53 +02:00
ar9342_zyxel_nwa1123-ni.dts ath79: add support for ZyXEL NWA1123-NI 2022-08-21 00:09:53 +02:00
ar9344.dtsi ath79: specify device-type for PCI controllers 2021-02-20 01:26:14 +01:00
ar9344_aerohive_hiveap-121.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9344_alfa-network_n5q.dts ath79: utilize ath9k 'nvmem-cells' on ALFA Network boards 2022-02-27 15:09:36 +01:00
ar9344_araknis_an-300-ap-i-n.dts ath79: switch to upstream ieee80211-freq-limit for Araknis AN-300-AP-I-N 2022-12-15 15:45:47 +01:00
ar9344_atheros_db120.dts ath79: convert Atheros DB120 WiFis to nvmem-cells 2022-12-15 15:08:09 +01:00
ar9344_comfast_cf-e120a-v3.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9344_compex_wpj344-16m.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02: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_dlan_wifi.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +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: calibrate dlink dir-825 c1 and dir-835 a1 with nvmem 2023-01-28 21:28:25 +01:00
ar9344_dlink_dir-825-c1.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar9344_dlink_dir-835-a1.dts ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
ar9344_embeddedwireless_balin.dts ath79: add Embedded Wireless Balin Platform 2021-12-03 12:30:08 +01:00
ar9344_engenius_eap600.dts ath79: convert boards based on senao_ap-dual.dtsi WiFis to nvmem-cells 2022-12-15 15:08:09 +01:00
ar9344_engenius_ecb600.dts ath79: convert boards based on senao_ap-dual.dtsi WiFis to nvmem-cells 2022-12-15 15:08:09 +01:00
ar9344_enterasys_ws-ap3705i.dts ath79: drop cs-gpios property 2021-05-01 13:17:57 +02:00
ar9344_fortinet_ap-dual.dtsi ath79: add support for Fortinet FAP-221-B 2023-01-06 15:34:07 +01:00
ar9344_fortinet_fap-221-b.dts ath79: add support for Fortinet FAP-221-B 2023-01-06 15:34:07 +01:00
ar9344_mercury_mw4530r-v1.dts
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: fix user LED glow on Mikrotik 911 Lite boards 2023-03-12 14:00:26 +01:00
ar9344_mikrotik_routerboard-951g-2hnd.dts ath79: DTS improvement for buzzer on RB951G-2HnD 2023-07-12 20:46:53 +02:00
ar9344_mikrotik_routerboard-951ui-2hnd.dts ath79: mikrotik: extract common bits for RB951x-2HnD devices 2023-07-12 20:45:43 +02:00
ar9344_mikrotik_routerboard-951x-2hnd.dtsi ath79: mikrotik: extract common bits for RB951x-2HnD devices 2023-07-12 20:45:43 +02:00
ar9344_mikrotik_routerboard-lhg-5nd.dts ath79: mikrotik: stack ar9344 devices to single dtsi 2023-02-26 22:22:48 +01:00
ar9344_mikrotik_routerboard-sxt-5nd-r2.dts ath79: set 2048B ECC size for Mikrotik boards using soft ECC 2023-05-14 00:08:35 +02:00
ar9344_mikrotik_routerboard.dtsi ath79: mikrotik: stack ar9344 devices to single dtsi 2023-02-26 22:22:48 +01:00
ar9344_netgear_pgzng1.dts ath79: add support for Netgear PGZNG1 2022-06-19 12:31:02 +02:00
ar9344_netgear_r6100.dts ath79: convert Netgear R6100 radio calibration to nvmem-cells 2022-12-06 23:11:23 +01:00
ar9344_netgear_wndr.dtsi ath79: calibrate nand netgear wndrxxxx with nvmem 2022-11-20 16:13:48 +01:00
ar9344_netgear_wndr3700-v4.dts
ar9344_netgear_wndr4300.dts
ar9344_netgear_wndr4300sw.dts
ar9344_netgear_wndr4300tn.dts
ar9344_netgear_wndr_usb.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar9344_netgear_wndr_wan.dtsi
ar9344_ocedo_raccoon.dts ath79: combine OCEDO dual firmware-partitions 2023-01-07 01:32:58 +01:00
ar9344_openmesh_mr600-v1.dts ath79: Add support for OpenMesh MR600 v1 2021-01-19 15:39:36 +01:00
ar9344_openmesh_mr600-v2.dts ath79: Add support for OpenMesh MR600 v2 2021-01-19 15:39:36 +01:00
ar9344_openmesh_mr600.dtsi ath79: convert boards based on ar9344_openmesh_mr600.dtsi to nvmem-cells 2022-12-17 20:40:29 +01:00
ar9344_openmesh_om5p-an.dts ath79: convert OpenMesh OM5P-AN WiFis to nvmem-cells 2022-12-17 20:40:30 +01:00
ar9344_openmesh_om5p.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9344_pcs_cap324.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
ar9344_pcs_cr5000.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar9344_qihoo_c301.dts ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
ar9344_qxwlan_e750a-v4-8m.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9344_qxwlan_e750a-v4-16m.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9344_qxwlan_e750g-v8-8m.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
ar9344_qxwlan_e750g-v8-16m.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
ar9344_qxwlan_e750x.dtsi ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
ar9344_ruckus_zf7372.dts ath79: fix dtc warnings in ruckus zf7372 2022-12-15 15:45:47 +01:00
ar9344_samsung_wam250.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9344_senao_ap-dual.dtsi ath79: convert boards based on senao_ap-dual.dtsi WiFis to nvmem-cells 2022-12-15 15:08:09 +01:00
ar9344_teltonika_rut9xx.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar9344_teltonika_rut955-h7v3c0.dts ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
ar9344_teltonika_rut955.dts ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
ar9344_tplink_cpe.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
ar9344_tplink_cpe210-v1.dts
ar9344_tplink_cpe220-v2.dts
ar9344_tplink_cpe510-v1.dts
ar9344_tplink_cpe510-v2.dts
ar9344_tplink_cpe510-v3.dts
ar9344_tplink_cpe605-v1.dts ath79: add support for TP-Link CPE605-v1 2022-12-13 23:17:27 +01:00
ar9344_tplink_cpe610-v1.dts
ar9344_tplink_cpe610-v2.dts
ar9344_tplink_cpe_1port.dtsi
ar9344_tplink_cpe_2port.dtsi ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
ar9344_tplink_tl-wdr3500-v1.dts ath79: calibrate all ar9344 tl-WDRxxxx with nvmem 2022-11-18 20:27:52 +01:00
ar9344_tplink_tl-wdr3600-v1.dts
ar9344_tplink_tl-wdr4300-v1-il.dts
ar9344_tplink_tl-wdr4300-v1.dts
ar9344_tplink_tl-wdr4300.dtsi ath79: calibrate all ar9344 tl-WDRxxxx with nvmem 2022-11-18 20:27:52 +01:00
ar9344_tplink_tl-wdr4310-v1.dts
ar9344_tplink_tl-wdrxxxx.dtsi ath79: calibrate all ar9344 tl-WDRxxxx with nvmem 2022-11-18 20:27:52 +01:00
ar9344_tplink_tl-wr841hp-v2.dts ath79: fix dts whitespace 2023-02-09 03:03:50 +01:00
ar9344_tplink_wbs210-v1.dts
ar9344_tplink_wbs210-v2.dts
ar9344_tplink_wbs510-v1.dts
ar9344_tplink_wbs510-v2.dts
ar9344_ubnt_unifi-ap-pro.dts ath79: convert Ubiquiti UniFi AP Pro WiFis to nvmem-cells 2022-12-15 15:45:47 +01:00
ar9344_watchguard_ap100.dts ath79: replace reference to legacy qca,disable-2ghz in WatchGuard AP100 2022-12-15 15:45:47 +01:00
ar9344_watchguard_ap200.dts ath79: convert boards based on senao_ap-dual.dtsi WiFis to nvmem-cells 2022-12-15 15:08:09 +01:00
ar9344_wd_mynet-n600.dts ath79: fix dts whitespace 2023-02-09 03:03:50 +01:00
ar9344_wd_mynet-n750.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
ar9344_wd_mynet-nxxx.dtsi ath79: add support for WD My Net N600 2021-12-11 00:50:02 +01:00
ar9344_wd_mynet-wifi-rangeextender.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
ar9344_winchannel_wb2000.dts ath79: convert Winchannel WB2000 WiFis to nvmem-cells 2022-12-15 15:45:47 +01:00
ar9344_zbtlink_zbt-wd323.dts zbt-wd323: add GPIO WDT support 2023-07-02 15:31:03 +02:00
ath79.dtsi
qca953x.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca953x_dlink_dap-2xxx.dtsi ath79: D-Link DAP-2xxx (QCA953x): convert ath9k caldata to nvmem 2022-06-18 11:57:21 +02:00
qca953x_tplink_tl-wr810n.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca955x.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca955x_dlink_dap-2xxx.dtsi ath79: D-Link DAP-2xxx (QCA955x): convert ath9k caldata to nvmem 2022-06-18 11:54:40 +02:00
qca955x_engenius_ecb1xxx.dtsi ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
qca955x_senao_loader.dtsi ath79: add pcie1 wifi device to Senao qca955x AP DTSI 2023-01-28 20:34:00 +01:00
qca955x_senao_router-dual.dtsi ath79: bump SPI frequency of Senao qca955x routers 2023-02-12 18:07:31 +01:00
qca955x_ubnt_xc.dtsi ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
qca955x_zyxel_nbg6x16.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca956x.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9531_8dev_lima.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9531_alcatel_hh40v.dts ath79: add support for Alcatel HH40V 2023-04-23 19:32:18 +02:00
qca9531_alfa-network_n2q.dts ath79: reduce 'nvmem-cells' definitions on ALFA Network QCA9531 boards 2022-02-27 15:09:36 +01:00
qca9531_alfa-network_pi-wifi4.dts ath79: reduce 'nvmem-cells' definitions on ALFA Network QCA9531 boards 2022-02-27 15:09:36 +01:00
qca9531_alfa-network_r36a.dts ath79: reduce 'nvmem-cells' definitions on ALFA Network QCA9531 boards 2022-02-27 15:09:36 +01:00
qca9531_alfa-network_r36a.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9531_alfa-network_tube-2hq.dts ath79: add support for ALFA Network Tube-2HQ 2022-02-27 16:54:54 +01:00
qca9531_asus_rp-ac51.dts ath79: add support for ASUS RP-AC51 2022-06-30 00:23:42 +02:00
qca9531_comfast_cf-e5.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9531_comfast_cf-e130n-v2.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9531_comfast_cf-e313ac.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9531_comfast_cf-e314n-v2.dts ath79: fix LED pinout for Comfast CF-E314N v2 2023-04-17 19:02:25 +02:00
qca9531_comfast_cf-e560ac.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9531_comfast_cf-ew72.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9531_comfast_cf-wr752ac-v1.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9531_compex_wpj531-16m.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9531_dlink_dch-g020-a1.dts ath79: fix various dts warnings 2021-12-11 00:50:02 +01:00
qca9531_engenius_ews511ap.dts ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
qca9531_glinet_gl-ar300m-lite.dts ath79: Fix glinet ar300m usb not working 2023-01-14 19:13:42 +01:00
qca9531_glinet_gl-ar300m-nand.dts
qca9531_glinet_gl-ar300m-nor.dts
qca9531_glinet_gl-ar300m.dtsi ath79: Fix glinet ar300m usb not working 2023-01-14 19:13:42 +01:00
qca9531_glinet_gl-ar300m16.dts
qca9531_glinet_gl-ar750.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9531_glinet_gl-e750.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9531_glinet_gl-x300b.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9531_glinet_gl-x750.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9531_glinet_gl-xe300.dts ath79: add label-mac-device for GL-XE300 2023-01-28 21:11:17 +01:00
qca9531_joyit_jt-or750i.dts ath79: fix JT-OR750i switch LED assignment 2021-07-28 14:25:53 +02:00
qca9531_letv_lba-047-ch.dts ath79: improve support for Letv LBA-047-CH 2023-01-28 21:37:14 +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
qca9531_qxwlan_e600g-v2-16m.dts
qca9531_qxwlan_e600g.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9531_qxwlan_e600gac-v2-8m.dts
qca9531_qxwlan_e600gac-v2-16m.dts
qca9531_telco_t1.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9531_teltonika_rut300.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9531_tplink_archer-d50-v1.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9531_tplink_tl-mr3420-v3.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9531_tplink_tl-mr6400-v1.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9531_tplink_tl-wr810n-v1.dts ath79: fix USB power on TP-Link TL-WR810N v1 2021-02-26 13:57:02 +01:00
qca9531_tplink_tl-wr902ac-v1.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9531_wallys_dr531.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9531_yuncore_a770.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9533_comfast_cf-e110n-v2.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9533_dlink_dap-13xx.dtsi ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
qca9533_dlink_dap-1330-a1.dts
qca9533_dlink_dap-1365-a1.dts
qca9533_dlink_dap-2230-a1.dts ath79: D-Link DAP-2xxx (QCA953x): move art partition to DTSI 2022-06-18 11:57:21 +02:00
qca9533_dlink_dap-3320-a1.dts ath79: D-Link DAP-2xxx (QCA953x): move art partition to DTSI 2022-06-18 11:57:21 +02:00
qca9533_kuwfi_c910.dts ath79: add support for KuWFi C910 2022-12-17 22:28:10 +01:00
qca9533_mikrotik_routerboard-16m.dtsi ath79: cleanup mikrotik routerboot partitions 2022-04-15 07:11:18 +02:00
qca9533_mikrotik_routerboard-95x.dtsi ath79: add support for MikroTik RouterBOARD hAP ac lite 2022-05-21 13:54:02 +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
qca9533_mikrotik_routerboard-lhg-hb.dtsi ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
qca9533_mikrotik_routerboard-map-2nd.dts ath79: add support for RouterBOARD mAP 2022-06-29 12:36:04 +02:00
qca9533_mikrotik_routerboard-mapl-2nd.dts ath79: add support for MikroTik RouterBOARD mAP lite 2022-03-08 18:33:42 +01:00
qca9533_mikrotik_routerboard-wap-2nd.dts ath79: add support for MikroTik RouterBOARD wAP-2nD (wAP) 2022-04-18 07:24:09 +02:00
qca9533_mikrotik_routerboard-wapr-2nd.dts ath79: mikrotik: enable USB module on RouterBoard wAPR-2nD 2021-11-20 21:08:21 +01: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: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +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: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +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: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9533_qca_ap143-16m.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9533_qca_ap143.dtsi ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9533_tplink_cpe210-v2.dts
qca9533_tplink_cpe210-v3.dts
qca9533_tplink_cpe210.dtsi
qca9533_tplink_cpe220-v3.dts ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
qca9533_tplink_cpexxx.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9533_tplink_tl-wa801nd-v3.dts
qca9533_tplink_tl-wa801nd-v4.dts
qca9533_tplink_tl-wa801nd.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9533_tplink_tl-wa850re-v2.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9533_tplink_tl-wr802n-v1.dts
qca9533_tplink_tl-wr802n-v2.dts
qca9533_tplink_tl-wr802n.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9533_tplink_tl-wr810n-v2.dts
qca9533_tplink_tl-wr841-v9.dts
qca9533_tplink_tl-wr841-v10.dts
qca9533_tplink_tl-wr841-v11.dts
qca9533_tplink_tl-wr841-v11.dtsi
qca9533_tplink_tl-wr841-v12.dts
qca9533_tplink_tl-wr841.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9533_tplink_tl-wr841hp-v3.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9533_tplink_tl-wr842n-v3.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9533_ubnt_aircube-isp.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9533_yuncore_a930.dts ath79: add support for Yuncore A930 2022-04-15 07:11:18 +02:00
qca9550_airtight_c-75.dts ath79: Add LED labels for Airtight C-75 2022-03-13 12:39:58 +09:00
qca9550_huawei_ap5030dn.dts ath79: add support for Huawei AP5030DN 2024-04-03 02:56:56 +02:00
qca9556_avm_fritz-repeater.dtsi ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
qca9556_avm_fritz450e.dts
qca9556_avm_fritz1750e.dts
qca9556_avm_fritzdvbc.dts
qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts ath79: cleanup mikrotik routerboot partitions 2022-04-15 07:11:18 +02:00
qca9557_8dev_rambutan.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9557_araknis_an-500-ap-i-ac.dts ath79: add pcie1 wifi device to Senao qca955x AP DTSI 2023-01-28 20:34:00 +01:00
qca9557_buffalo_bhr-4grv2.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9557_dlink_dap-2660-a1.dts ath79: D-Link DAP-2660 A1: convert ath10k caldata to nvmem 2022-06-18 11:57:21 +02: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: improve support for Dongwon T&I DW02-412H 2022-02-01 14:54:16 +09:00
qca9557_engenius_eap1200h.dts ath79: add pcie1 wifi device to Senao qca955x AP DTSI 2023-01-28 20:34:00 +01: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: add pcie1 wifi device to Senao qca955x AP DTSI 2023-01-28 20:34:00 +01:00
qca9557_engenius_esr1200.dts ath79: add support for Senao Engenius ESR1200 2023-02-12 18:07:31 +01:00
qca9557_extreme-networks_ws-ap3805i.dts ath79: fix model name of Extreme Networks WS-AP3805i 2022-10-08 01:34:28 +02:00
qca9557_iodata_wn-ac-dgr.dtsi ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
qca9557_iodata_wn-ac1167dgr.dts
qca9557_iodata_wn-ac1600dgr.dts
qca9557_iodata_wn-ac1600dgr2.dts
qca9557_meraki_mr18.dts ath79: add Cisco Meraki MR18 2023-05-14 00:08:35 +02:00
qca9557_zyxel_nbg6616.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_allnet_all-wap02860ac.dts ath79: add pcie1 wifi device to Senao qca955x AP DTSI 2023-01-28 20:34:00 +01:00
qca9558_araknis_an-700-ap-i-ac.dts ath79: add pcie1 wifi device to Senao qca955x AP DTSI 2023-01-28 20:34:00 +01:00
qca9558_aruba_ap-115.dts ath79: add support for Aruba AP-115 2023-06-23 00:23:48 +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 ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9558_comfast_cf-wr650ac-v1.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9558_comfast_cf-wr650ac-v2.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9558_comfast_cf-wr650ac.dtsi ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9558_compex_wpj558-16m.dts ath79: add support for Compex WPJ558 (16M) 2021-08-25 01:42:17 +02:00
qca9558_devolo_dvl1xxx.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9558_devolo_dvl1200e.dts ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
qca9558_devolo_dvl1200i.dts ath79: move device specific nodes to DTS files for Devolo 1xxx 2020-11-24 14:40:55 +01:00
qca9558_devolo_dvl1750c.dts ath79: move device specific nodes to DTS files for Devolo 1xxx 2020-11-24 14:40:55 +01:00
qca9558_devolo_dvl1750e.dts ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
qca9558_devolo_dvl1750i.dts ath79: move device specific nodes to DTS files for Devolo 1xxx 2020-11-24 14:40:55 +01:00
qca9558_devolo_dvl1750x.dts ath79: move device specific nodes to DTS files for Devolo 1xxx 2020-11-24 14:40:55 +01:00
qca9558_dlink_dap-2680-a1.dts ath79: D-Link DAP-2680 A1: convert ath10k caldata to nvmem 2022-06-18 11:57:19 +02:00
qca9558_dlink_dap-2695-a1.dts ath79: D-Link DAP-2695 A1: convert ath10k caldata to nvmem 2022-06-18 11:57:21 +02:00
qca9558_dlink_dap-3662-a1.dts ath79: D-Link DAP-3662 A1: convert ath10k caldata to nvmem 2022-06-18 11:57:21 +02:00
qca9558_dlink_dir-629-a1.dts ath79: add support for D-Link DIR-629 A1 2023-01-26 00:32:36 +01:00
qca9558_domywifi_dw33d.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9558_engenius_eap1750h.dts ath79: add pcie1 wifi device to Senao qca955x AP DTSI 2023-01-28 20:34:00 +01:00
qca9558_engenius_ecb1750.dts ath79: create common DTSI for ECB1200 and ECB1750 2020-12-22 19:11:50 +01:00
qca9558_engenius_epg5000.dts ath79: add eth0 mac and initvals for Engenius EPG5000 2023-02-12 18:07:31 +01:00
qca9558_engenius_esr900.dts ath79: add support for Senao Engenius ESR900 2023-02-12 18:07:31 +01:00
qca9558_engenius_esr1750.dts ath79: add support for Senao Engenius ESR1750 2023-02-12 18:07:31 +01:00
qca9558_engenius_ews660ap.dts ath79: add support for Senao Engenius EWS660AP 2023-01-28 20:34:00 +01:00
qca9558_jjplus_jwap230.dts ath79: add support for jjPlus JWAP230 2021-12-11 00:50:02 +01:00
qca9558_librerouter_librerouter-v1.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9558_linksys_ea4500-v3.dts ath79: add support for Linksys EA4500 v3 2022-10-30 23:14:45 +01:00
qca9558_mikrotik_routerboard-92x.dtsi ath79: set 2048B ECC size for Mikrotik boards using soft ECC 2023-05-14 00:08:35 +02:00
qca9558_mikrotik_routerboard-96x.dtsi ath79: mikrotik: add rw soft_config to extra devices 2022-06-29 12:34:49 +02:00
qca9558_mikrotik_routerboard-921gs-5hpacd-15s.dts
qca9558_mikrotik_routerboard-922uags-5hpacd.dts ath79: mikrotik: enable SFP on RB921GS-5HPacD (mANTBox 15s) 2021-10-31 21:24:47 +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_netgear_ex7300.dts ath79: convert Netgear EX7300 caldata to nvmem 2023-01-25 00:42:52 +01:00
qca9558_ocedo_koala.dts ath79: combine OCEDO dual firmware-partitions 2023-01-07 01:32:58 +01:00
qca9558_ocedo_ursus.dts ath79: combine OCEDO dual firmware-partitions 2023-01-07 01:32:58 +01: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: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9558_openmesh_mr.dtsi ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9558_openmesh_mr900-v1.dts ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
qca9558_openmesh_mr900-v2.dts ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
qca9558_openmesh_mr1750-v1.dts ath79: Add support for OpenMesh MR1750 v1 2021-01-19 21:41:26 +01:00
qca9558_openmesh_mr1750-v2.dts ath79: Add support for OpenMesh MR1750 v2 2021-01-19 21:41:26 +01:00
qca9558_openmesh_om5p-ac-v1.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9558_openmesh_om5p-ac-v2.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9558_qxwlan_e558-v2-8m.dts
qca9558_qxwlan_e558-v2-16m.dts
qca9558_qxwlan_e558.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9558_sitecom_wlr-8100.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9558_sophos_ap.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9558_sophos_ap15.dts ath79: add support for Sophos AP15 2022-08-06 20:33:59 +02:00
qca9558_sophos_ap55.dts ath79: add support for Sophos AP100/AP55 family 2022-04-16 16:59:29 +02: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: add support for Sophos AP100/AP55 family 2022-04-16 16:59:29 +02:00
qca9558_sophos_ap100c.dts ath79: add support for Sophos AP100/AP55 family 2022-04-16 16:59:29 +02:00
qca9558_tplink_archer-c.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9558_tplink_archer-c5-v1.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9558_tplink_archer-c7-v1.dts ath79: convert TP-Link Archer C7v1/2 Wifis to nvmem-cells 2021-11-28 01:13:08 +01:00
qca9558_tplink_archer-c7-v2.dts ath79: increase the rfkill debounce interval for TP-Link Archer C7 v2 2023-10-31 00:44:03 +01:00
qca9558_tplink_archer-d7-v1.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9558_tplink_archer-d7.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9558_tplink_archer-d7b-v1.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9558_tplink_re350k-v1.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9558_tplink_re355-v1.dts
qca9558_tplink_re450-v1.dts
qca9558_tplink_rex5x.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9558_tplink_tl-wdr4900-v2.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9558_tplink_tl-wdr7500-v3.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9558_tplink_tl-wr941n-v7-cn.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9558_tplink_tl-wr1043nd-v2.dts
qca9558_tplink_tl-wr1043nd-v3.dts
qca9558_tplink_tl-wr1043nd.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9558_tplink_tl-wr1045nd-v2.dts
qca9558_trendnet_tew-823dru.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9558_ubnt_nanobeam-ac-xc.dts ath79: fix dts whitespace 2023-02-09 03:03:50 +01:00
qca9558_ubnt_powerbeam-5ac-500.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9558_ubnt_rocket-5ac-lite.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9558_watchguard_ap300.dts ath79: add pcie1 wifi device to Senao qca955x AP DTSI 2023-01-28 20:34:00 +01:00
qca9558_zyxel_emg2926_q10a.dts ath79: add Zyxel EMG2926-Q10A 2022-02-26 13:36:30 +01:00
qca9558_zyxel_nbg6716.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9561_avm_fritz4020.dts ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
qca9561_nec_wf1200cr.dts ath79: add support for NEC Aterm WF1200CR 2021-06-06 21:21:51 +02:00
qca9561_tplink_archer-c5x.dtsi ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9561_tplink_archer-c6x.dtsi ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9561_tplink_archer-c25-v1.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9561_tplink_archer-c58-v1.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9561_tplink_archer-c59-v1.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9561_tplink_archer-c59-v2.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9561_tplink_archer-c60-v1.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9561_tplink_archer-c60-v2.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9561_tplink_archer-c60-v3.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9561_tplink_eap225-wall-v2.dts ath79: TP-Link EAP225-Wall v2: use pre-calibration nvmem-cell 2022-06-18 19:30:44 +02:00
qca9561_xiaomi_mi-router-4q.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
qca9563_asus_pl-ac56.dts ath79: add support for ASUS PL-AC56 2022-06-30 00:16:59 +02:00
qca9563_asus_rp-ac66.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_comfast_cf-e375ac.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_compex_wpj563.dts ath79: wpj563: enable 2nd USB controller 2023-10-13 17:50:45 +02:00
qca9563_dlink_dir-8x9-a1.dtsi ath79: add support for D-Link DIR-859 A3 2023-05-24 19:25:56 +01:00
qca9563_dlink_dir-842-c.dtsi ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_dlink_dir-842-c1.dts
qca9563_dlink_dir-842-c2.dts
qca9563_dlink_dir-842-c3.dts
qca9563_dlink_dir-859-a1.dts ath79: improve support for D-Link DIR-8x9 A1 series 2023-05-24 19:25:52 +01:00
qca9563_dlink_dir-859-a3.dts ath79: add support for D-Link DIR-859 A3 2023-05-24 19:25:56 +01:00
qca9563_dlink_dir-869-a1.dts ath79: improve support for D-Link DIR-8x9 A1 series 2023-05-24 19:25:52 +01:00
qca9563_elecom_wrc-300ghbk2-i.dts ath79: use NVMEM for wlan caldata on ELECOM devices 2022-10-19 22:58:12 +02:00
qca9563_elecom_wrc-1750ghbk2-i.dts ath79: use NVMEM for wlan caldata on ELECOM devices 2022-10-19 22:58:12 +02:00
qca9563_elecom_wrc-ghbk2-i.dtsi ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9563_glinet_gl-ar750s-nor-nand.dts
qca9563_glinet_gl-ar750s-nor.dts
qca9563_glinet_gl-ar750s.dtsi ath79: drop phy-mask property 2022-06-15 20:07:26 +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: add support for GL.iNet GL-X1200 2023-02-25 14:31:42 +01:00
qca9563_nec_wg800hp.dts ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
qca9563_nec_wg1200cr.dts ath79: enable UART in SoC DTSI files 2021-02-24 02:53:53 +01:00
qca9563_netgear_wndr.dtsi ath79: fix first reboot issue on Netgear WNDR4300 v2 and WNDR4500 v3 2023-08-24 20:45:12 +02:00
qca9563_netgear_wndr4300-v2.dts
qca9563_netgear_wndr4500-v3.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9563_phicomm_k2t.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_qxwlan_e1700ac-v2-8m.dts
qca9563_qxwlan_e1700ac-v2-16m.dts
qca9563_qxwlan_e1700ac.dtsi ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9563_rosinson_wr818.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9563_tplink_archer-a7-v5.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9563_tplink_archer-c2-v3.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_tplink_archer-c6-v2-us.dts ath79: tplink-archer-c6-v2-us: fix inverted LED colors 2022-07-12 09:25:43 +02:00
qca9563_tplink_archer-c6-v2.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9563_tplink_archer-c7-v4.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9563_tplink_archer-c7-v5.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +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: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9563_tplink_cpe710-v1.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_tplink_deco-m4r-v1.dts ath79: fix dts whitespace 2023-02-09 03:03:50 +01:00
qca9563_tplink_deco-s4-v2.dts ath79: add support for TP-Link Deco S4 2022-09-11 21:54:00 +02:00
qca9563_tplink_eap2x5-1port.dtsi ath79: move ethernet phy node for TP-Link EAP devices 2022-06-16 21:39:32 +02:00
qca9563_tplink_eap225-outdoor-v1.dts ath79: TP-Link EAP225-Outdoor v1: use pre-calibration nvmem-cell 2022-06-18 19:30:44 +02:00
qca9563_tplink_eap225-outdoor-v3.dts ath79: support for TP-Link EAP225-Outdoor v3 2022-06-22 17:47:11 +02:00
qca9563_tplink_eap225-v1.dts ath79: move ethernet phy node for TP-Link EAP devices 2022-06-16 21:39:32 +02:00
qca9563_tplink_eap225-v3.dts ath79: TP-Link EAP225 v3: use pre-calibration nvmem-cell 2022-06-18 19:30:44 +02:00
qca9563_tplink_eap225-v4.dts ath79: support for TP-Link EAP225 v4 2022-06-28 10:58:16 +02:00
qca9563_tplink_eap245-v1.dts ath79: move ethernet phy node for TP-Link EAP devices 2022-06-16 21:39:32 +02:00
qca9563_tplink_eap245-v3.dts ath79: TP-Link EAP245 v3: use pre-calibration nvmem-cell 2022-06-18 09:36:21 +02:00
qca9563_tplink_re450-v2.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9563_tplink_re450-v3.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9563_tplink_re450.dtsi ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9563_tplink_re455-v1.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9563_tplink_tl-wa1201-v2.dts ath79: add support for TP-Link TL-WA1201 v2 2021-09-05 23:52:35 +02:00
qca9563_tplink_tl-wpa8630-v1.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9563_tplink_tl-wpa8630.dtsi ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_tplink_tl-wpa8630p-v2-int.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9563_tplink_tl-wpa8630p-v2.0-eu.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9563_tplink_tl-wpa8630p-v2.1-eu.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9563_tplink_tl-wr1043n-v5.dts ath79: convert remaining mtd-mac-address cases to nvmem 2021-08-18 23:46:02 +02:00
qca9563_tplink_tl-wr1043n.dtsi ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_tplink_tl-wr1043nd-v4.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
qca9563_ubnt_uk-ultra.dts ath79: add support for UniFi UK-Ultra 2024-01-10 04:58:33 +01:00
qca9563_ubnt_unifiac-lite.dts
qca9563_ubnt_unifiac-lite.dtsi ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_ubnt_unifiac-lr.dts
qca9563_ubnt_unifiac-mesh-pro.dts
qca9563_ubnt_unifiac-mesh.dts
qca9563_ubnt_unifiac-pro.dts
qca9563_ubnt_unifiac-pro.dtsi ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_ubnt_unifiac.dtsi ath79: add support for UniFi UK-Ultra 2024-01-10 04:58:33 +01:00
qca9563_xiaomi_aiot-ac2350.dts ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_yuncore_a782.dts
qca9563_yuncore_xd3200.dts ath79: add support for Yuncore XD3200 2022-04-15 07:11:18 +02:00
qca9563_yuncore_xd4200.dts
qca9563_yuncore_xd4200.dtsi ath79: drop phy-mask property 2022-06-15 20:07:26 +02:00
qca9563_zte_mf28x.dtsi ath79: refactor ZTE MF28x dts files 2023-05-06 20:59:46 +02:00
qca9563_zte_mf281.dts ath79: refactor ZTE MF28x dts files 2023-05-06 20:59:46 +02:00
qca9563_zte_mf282.dts ath79: add support for ZTE MF282 2023-05-06 20:59:46 +02:00
qca9563_zte_mf286.dts ath79: fix 5GHz on QCA9886 variant of ZTE MF286 2023-05-20 15:19:14 +02:00
qca9563_zte_mf286.dtsi ath79: refactor ZTE MF28x dts files 2023-05-06 20:59:46 +02:00
qca9563_zte_mf286a.dts ath79: support ZTE MF286A/R 2022-02-26 17:46:10 +01:00
qca9563_zte_mf286ar.dtsi ath79: support ZTE MF286A/R 2022-02-26 17:46:10 +01:00
qca9563_zte_mf286r.dts ath79: support ZTE MF286A/R 2022-02-26 17:46:10 +01:00
qcn5502_netgear_ex7300-v2.dts ath79: move reference clock node to SoC dtsi 2022-11-09 22:55:33 +01:00
qcn5502_tplink_archer-a9-v6.dts ath79: move usb led trigger node to SoC dtsi 2022-11-12 17:10:12 +01:00
tp9343_tplink_tl-wa901nd-v4.dts
tp9343_tplink_tl-wa901nd-v5.dts
tp9343_tplink_tl-wa901nd.dtsi
tp9343_tplink_tl-wr94x.dtsi
tp9343_tplink_tl-wr940n-v3.dts
tp9343_tplink_tl-wr940n-v3.dtsi ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
tp9343_tplink_tl-wr940n-v4.dts ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
tp9343_tplink_tl-wr940n-v6.dts ath79: remove redundant nvmem definitions 2021-08-20 18:13:55 +02:00
tp9343_tplink_tl-wr941hp-v1.dts ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00
tp9343_tplink_tl-wr941nd-v6.dts
tp9343_tplink_tl-wx.dtsi ath79: convert mtd-mac-address to nvmem implementation 2021-07-19 14:51:22 +02:00