openwrt/target/linux/ath79/dts
Michael Pratt 96017a6013 ath79: add support for Senao Engenius EAP1200H
FCC ID: A8J-EAP1200H

Engenius EAP1200H is an indoor wireless access point with
1 Gb ethernet port, dual-band wireless,
internal antenna plates, and 802.3at PoE+

**Specification:**

  - QCA9557 SOC
  - QCA9882 WLAN	PCI card, 5 GHz, 2x2, 26dBm
  - AR8035-A PHY	RGMII GbE with PoE+ IN
  - 40 MHz clock
  - 16 MB FLASH		MX25L12845EMI-10G
  - 2x 64 MB RAM	NT5TU32M16FG
  - UART at J10		populated
  - 4 internal antenna plates (5 dbi, omni-directional)
  - 5 LEDs, 1 button (power, eth0, 2G, 5G, WPS) (reset)

**MAC addresses:**

  MAC addresses are labeled as ETH, 2.4G, and 5GHz
  Only one Vendor MAC address in flash

  eth0 ETH  *:a2 art 0x0
  phy1 2.4G *:a3 ---
  phy0 5GHz *:a4 ---

**Serial Access:**

  the RX line on the board for UART is shorted to ground by resistor R176
  therefore it must be removed to use the console
  but it is not necessary to remove to view boot log

  optionally, R175 can be replaced with a solder bridge short

  the resistors R175 and R176 are next to the UART RX pin at J10

**Installation:**

  2 ways to flash factory.bin from OEM:

  Method 1: Firmware upgrade page:

    OEM webpage at 192.168.1.1
    username and password "admin"
    Navigate to "Firmware Upgrade" page from left pane
    Click Browse and select the factory.bin image
    Upload and verify checksum
    Click Continue to confirm and wait 3 minutes

  Method 2: Serial to load Failsafe webpage:

    After connecting to serial console and rebooting...
    Interrupt uboot with any key pressed rapidly
    execute `run failsafe_boot` OR `bootm 0x9fd70000`
    wait a minute
    connect to ethernet and navigate to
    "192.168.1.1/index.htm"
    Select the factory.bin image and upload
    wait about 3 minutes

**Return to OEM:**

  If you have a serial cable, see Serial Failsafe instructions
  otherwise, uboot-env can be used to make uboot load the failsafe image

  *DISCLAIMER*
  The Failsafe image is unique to Engenius boards.
  If the failsafe image is missing or damaged this will brick the device
  DO NOT downgrade to ar71xx this way, it can cause kernel loop or halt

  ssh into openwrt and run
  `fw_setenv rootfs_checksum 0`
  reboot, wait 3 minutes
  connect to ethernet and navigate to 192.168.1.1/index.htm
  select OEM firmware image from Engenius and click upgrade

**TFTP recovery:**

  Requires serial console, reset button does nothing

  rename initramfs to 'vmlinux-art-ramdisk'
  make available on TFTP server at 192.168.1.101
  power board, interrupt boot
  execute tftpboot and bootm 0x81000000

  NOTE: TFTP is not reliable due to bugged bootloader
  set MTU to 600 and try many times

**Format of OEM firmware image:**

  The OEM software of EAP1200H is a heavily modified version
  of Openwrt Kamikaze. One of the many modifications
  is to the sysupgrade program. Image verification is performed
  simply by the successful ungzip and untar of the supplied file
  and name check and header verification of the resulting contents.
  To form a factory.bin that is accepted by OEM Openwrt build,
  the kernel and rootfs must have specific names...

    openwrt-ar71xx-generic-eap1200h-uImage-lzma.bin
    openwrt-ar71xx-generic-eap1200h-root.squashfs

  and begin with the respective headers (uImage, squashfs).
  Then the files must be tarballed and gzipped.
  The resulting binary is actually a tar.gz file in disguise.
  This can be verified by using binwalk on the OEM firmware images,
  ungzipping then untaring.

  Newer EnGenius software requires more checks but their script
  includes a way to skip them, otherwise the tar must include
  a text file with the version and md5sums in a deprecated format.

  The OEM upgrade script is at /etc/fwupgrade.sh.

  OKLI kernel loader is required because the OEM software
  expects the kernel to be no greater than 1536k
  and the factory.bin upgrade procedure would otherwise
  overwrite part of the kernel when writing rootfs.

Note on PLL-data cells:

  The default PLL register values will not work
  because of the external AR8035 switch between
  the SOC and the ethernet port.

  For QCA955x series, the PLL registers for eth0 and eth1
  can be see in the DTSI as 0x28 and 0x48 respectively.
  Therefore the PLL registers can be read from uboot
  for each link speed after attempting tftpboot
  or another network action using that link speed
  with `md 0x18050028 1` and `md 0x18050048 1`.

  The clock delay required for RGMII can be applied
  at the PHY side, using the at803x driver `phy-mode`.
  Therefore the PLL registers for GMAC0
  do not need the bits for delay on the MAC side.
  This is possible due to fixes in at803x driver
  since Linux 5.1 and 5.3

Signed-off-by: Michael Pratt <mcpratt@pm.me>
2021-01-23 12:53:22 +01: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar724x.dtsi ath79: move ath79-clk.h include to ath79.dtsi 2020-09-25 23:24:09 +02:00
ar934x.dtsi ath79: remove ar934x MDIO reset from MAC node 2020-12-02 23:13:46 +01:00
ar1022_iodata_wn-ag300dgr.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar1022_sitecom_wlr-7100.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7100_mikrotik_routerboard-4xx.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar7100.dtsi ath79: move ath79-clk.h include to ath79.dtsi 2020-09-25 23:24:09 +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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7161_aruba_ap-105.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7161_dlink_dir-825-b1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7161_jjplus_ja76pf2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7161_meraki_mr16.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7161_mikrotik_routerboard-493g.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7161_netgear_wndr3700-v2.dts kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar7161_netgear_wndr3700.dts kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar7161_netgear_wndr3800.dts kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar7161_netgear_wndr3800ch.dts kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar7161_netgear_wndr.dtsi kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar7161_netgear_wndrmac-v1.dts kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar7161_netgear_wndrmac-v2.dts kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar7161_siemens_ws-ap3610.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7240_buffalo_whr-g301n.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7240_dlink_dir-615-e4.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7240_engenius_enh202-v1.dts kernel: mtdsplit_uimage: replace "openwrt, okli" parser 2021-01-22 21:03:11 +01: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 kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar7240_netgear_wnr1000-v2.dts kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar7240_on_n150r.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_tplink_tl-wa701nd-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_tplink_tl-wa730re-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_tplink_tl-wa801nd-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_tplink_tl-wa830re-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_tplink_tl-wa901nd-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_tplink_tl-wa.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar7240_tplink_tl-wr740n-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_tplink_tl-wr740n-v3.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_tplink_tl-wr741-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_tplink_tl-wr743nd-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_tplink_tl-wr841-v5.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_tplink_tl-wr941-v4.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240_tplink_tl-wr.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar7240_tplink.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7240_ubnt_bullet-m-ar7240.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7240.dtsi ath79: ar724x: make sure builtin-switch is enabled in DT 2020-08-17 15:19:03 +02:00
ar7241_netgear_wnr2000-v3.dts kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar7241_netgear_wnr2200-8m.dts kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar7241_netgear_wnr2200-16m.dts kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar7241_netgear_wnr2200.dtsi kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar7241_tplink_tl-mr3x20.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar7241_tplink_tl-mr3220-v1.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar7241_tplink_tl-mr3420-v1.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar7241_tplink_tl-wr841-v7.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar7241_tplink_tl-wr842n-v1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7241_tplink.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7241_ubnt_airrouter.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar7241_ubnt_bullet-m-ar7241.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7241_ubnt_nanobridge-m.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7241_ubnt_nanostation-loco-m.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7241_ubnt_nanostation-m.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7241_ubnt_picostation-m.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7241_ubnt_powerbridge-m.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7241_ubnt_rocket-m.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7241_ubnt_unifi.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7241.dtsi ath79: ar724x: make sure builtin-switch is enabled in DT 2020-08-17 15:19:03 +02:00
ar7242_avm_fritz300e.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7242_buffalo_bhr-4grv.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar7242_buffalo_wzr-bhr.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7242_buffalo_wzr-hp-g302h-a1a0.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7242_buffalo_wzr-hp-g450h.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar7242_engenius_eap350-v1.dts kernel: mtdsplit_uimage: replace "openwrt, okli" parser 2021-01-22 21:03:11 +01:00
ar7242_engenius_ecb350-v1.dts kernel: mtdsplit_uimage: replace "openwrt, okli" parser 2021-01-22 21:03:11 +01:00
ar7242_tplink_tl-wr2543-v1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7242_ubnt_edgeswitch-5xp.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7242_ubnt_edgeswitch-8xp.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar7242_ubnt_sw.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar7242.dtsi ath79: dts: drop "simple-mfd" for gmacs in SoC dtsi 2019-06-05 10:12:31 +02:00
ar9132_tplink_tl-wa901nd-v2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9132_tplink_tl-wr941-v2.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9132_tplink_tl-wr1043nd-v1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9132.dtsi ath79: move ath79-clk.h include to ath79.dtsi 2020-09-25 23:24:09 +02:00
ar9330_dlink_dir-505.dts ath79: remove num-chipselects from SPI controller 2020-12-04 15:48:54 +01:00
ar9330_glinet_gl-ar150.dts ath79: remove num-chipselects from SPI controller 2020-12-04 15:48:54 +01: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: Add support for OpenMesh OM2P-LC 2020-12-30 23:32:07 +01:00
ar9330_pqi_air-pen.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9330.dtsi ath79: move ath79-clk.h include to ath79.dtsi 2020-09-25 23:24:09 +02:00
ar9331_8dev_carambola2.dts ath79: remove num-chipselects from SPI controller 2020-12-04 15:48:54 +01: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9331_embeddedwireless_dorin.dts ath79: remove num-chipselects from SPI controller 2020-12-04 15:48:54 +01:00
ar9331_etactica_eg200.dts ath79: remove num-chipselects from SPI controller 2020-12-04 15:48:54 +01:00
ar9331_glinet_64xx.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9331_glinet_6408.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9331_glinet_6416.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9331_glinet_gl-mifi.dts ath79: remove num-chipselects from SPI controller 2020-12-04 15:48:54 +01:00
ar9331_glinet_gl-usb150.dts ath79: add support for GL.iNet GL-USB150 2020-12-22 19:11:50 +01: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9331_pisen_ts-d084.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9331_pisen_wmm003n.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9331_tplink_tl-mr10u.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9331_tplink_tl-mr3020-v1.dts ath79: remove num-chipselects from SPI controller 2020-12-04 15:48:54 +01:00
ar9331_tplink_tl-mr3040-v2.dts ath79: remove num-chipselects from SPI controller 2020-12-04 15:48:54 +01:00
ar9331_tplink_tl-wr703n_tl-mr10u.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9331_tplink_tl-wr703n.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9331_tplink_tl-wr710n-8m.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: remove model name from LED labels 2020-10-02 13:51:39 +02: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9331.dtsi ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9341_engenius_eap300-v2.dts kernel: mtdsplit_uimage: replace "openwrt, okli" parser 2021-01-22 21:03:11 +01:00
ar9341_engenius_ens202ext-v1.dts kernel: mtdsplit_uimage: replace "openwrt, okli" parser 2021-01-22 21:03:11 +01: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: add support for OpenMesh OM2P-HS v1 2020-12-29 00:03:26 +01:00
ar9341_pcs_cr3000.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9341_pisen_wmb001n.dts kernel: mtdsplit_uimage: replace "openwrt, okli" parser 2021-01-22 21:03:11 +01:00
ar9341_tplink_tl-mr3420-v2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9341_tplink_tl-wa850re-v1.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9341_tplink_tl-wa860re-v1.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9341_tplink_tl-wa901nd-v3.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9341_tplink_tl-wa.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9341_tplink_tl-wr841-v8.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9341_tplink_tl-wr842n-v2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9341_tplink.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9342_ubnt_aircube-ac.dts ath79: add support for Ubiquiti airCube AC 2020-12-22 19:11:50 +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: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02: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_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: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
ar9342_ubnt_nanostation-m-xw.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02: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_wa_1port.dtsi ath79: create DTSI files for ubnt WA 1-/2-port devices 2020-11-03 18:34:10 +01:00
ar9342_ubnt_wa_2port.dtsi ath79: create DTSI files for ubnt WA 1-/2-port devices 2020-11-03 18:34:10 +01:00
ar9342_ubnt_wa.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9342_ubnt_xw.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_aerohive_hiveap-121.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_alfa-network_n5q.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_comfast_cf-e120a-v3.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_compex_wpj344-16m.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_devolo_magic-2-wifi.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_dlink_dir-8x5.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_dlink_dir-825-c1.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9344_dlink_dir-835-a1.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9344_engenius_eap600.dts ath79: add support for Senao Engenius EAP600 2020-12-25 10:38:13 +01:00
ar9344_engenius_ecb600.dts ath79: Create common DTSI for EAP600 and ECB600 2020-12-25 10:38:13 +01:00
ar9344_engenius_exx600.dtsi kernel: mtdsplit_uimage: replace "openwrt, okli" parser 2021-01-22 21:03:11 +01:00
ar9344_enterasys_ws-ap3705i.dts treewide: use more descriptive names for concatenated partitions 2020-12-27 20:33:45 +01: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-sxt-5n.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_mikrotik_routerboard-sxt-5nd-r2.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02: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: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9344_netgear_wndr_wan.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9344_netgear_wndr.dtsi kernel: mtdsplit_uimage: replace "netgear, uimage" parser 2021-01-22 21:03:11 +01:00
ar9344_ocedo_raccoon.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +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: apply Engenius EAP600 style to OpenMesh MR600 RGMII cfg 2021-01-19 15:39:36 +01:00
ar9344_openmesh_om5p.dts ath79: Add support for OpenMesh OM5P 2020-12-30 23:32:07 +01:00
ar9344_pcs_cap324.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_pcs_cr5000.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_qihoo_c301.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_qxwlan_e750a-v4-8m.dts ath79: add support for Qxwlan E750A v4 2020-10-15 18:52:39 +02:00
ar9344_qxwlan_e750a-v4-16m.dts ath79: add support for Qxwlan E750A v4 2020-10-15 18:52:39 +02:00
ar9344_qxwlan_e750g-v8-8m.dts ath79: add support for Qxwlan E750G v8 2020-10-17 20:17:59 +02:00
ar9344_qxwlan_e750g-v8-16m.dts ath79: add support for Qxwlan E750G v8 2020-10-17 20:17:59 +02:00
ar9344_qxwlan_e750x.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_samsung_wam250.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_teltonika_rut9xx.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_teltonika_rut955-h7v3c0.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9344_teltonika_rut955.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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_cpe610-v1.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9344_tplink_cpe610-v2.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9344_tplink_cpe_1port.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
ar9344_tplink_cpe_2port.dtsi ath79: enable LNA for all ar9344 TPLink CPE devices 2020-12-02 16:28:19 +01:00
ar9344_tplink_cpe.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_tplink_tl-wdr3500-v1.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02: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: remove model name from LED labels 2020-10-02 13:51:39 +02: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_wd_mynet-n750.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_wd_mynet-wifi-rangeextender.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_winchannel_wb2000.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
ar9344_zbtlink_zbt-wd323.dts ath79: remove num-chipselects from SPI controller 2020-12-04 15:48:54 +01:00
ar9344.dtsi ath79: add QCA9550 reset sequence 2020-04-17 13:23:06 +02:00
ath79.dtsi ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca953x_dlink_dap-2xxx.dtsi ath79: keep DTSI files for D-Link SoC-specific 2021-01-04 01:09:32 +01:00
qca953x_tplink_tl-wr810n.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca953x.dtsi ath79: move ath79-clk.h include to ath79.dtsi 2020-09-25 23:24:09 +02:00
qca955x_dlink_dap-2xxx.dtsi ath79: keep DTSI files for D-Link SoC-specific 2021-01-04 01:09:32 +01:00
qca955x_engenius_ecb1xxx.dtsi ath79: create common DTSI for ECB1200 and ECB1750 2020-12-22 19:11:50 +01:00
qca955x_ubnt_xc.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca955x_zyxel_nbg6x16.dtsi ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca955x.dtsi ath79: move ath79-clk.h include to ath79.dtsi 2020-09-25 23:24:09 +02:00
qca956x.dtsi ath79: move ath79-clk.h include to ath79.dtsi 2020-09-25 23:24:09 +02:00
qca9531_8dev_lima.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_alfa-network_n2q.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9531_alfa-network_pi-wifi4.dts ath79: add support for ALFA Network Pi-WiFi4 2020-11-18 23:49:34 +01:00
qca9531_alfa-network_r36a.dts ath79: calculate Eth MACs from WLAN on ALFA Network R36A 2020-11-18 23:49:34 +01:00
qca9531_alfa-network_r36a.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_comfast_cf-e5.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_comfast_cf-e130n-v2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_comfast_cf-e313ac.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_comfast_cf-e314n-v2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_comfast_cf-e560ac.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_comfast_cf-ew72.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_comfast_cf-wr752ac-v1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_compex_wpj531-16m.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9531_dlink_dch-g020-a1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_engenius_ews511ap.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +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: remove model name from LED labels 2020-10-02 13:51:39 +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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_glinet_gl-ar750.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_glinet_gl-e750.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_glinet_gl-x750.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_qxwlan_e600g-v2-8m.dts ath79: add support for Qxwlan E600G v2 / E600GAC v2 2020-11-12 17:18:26 +01:00
qca9531_qxwlan_e600g-v2-16m.dts ath79: add support for Qxwlan E600G v2 / E600GAC v2 2020-11-12 17:18:26 +01:00
qca9531_qxwlan_e600g.dtsi ath79: add support for Qxwlan E600G v2 / E600GAC v2 2020-11-12 17:18:26 +01:00
qca9531_qxwlan_e600gac-v2-8m.dts ath79: add support for Qxwlan E600G v2 / E600GAC v2 2020-11-12 17:18:26 +01:00
qca9531_qxwlan_e600gac-v2-16m.dts ath79: add support for Qxwlan E600G v2 / E600GAC v2 2020-11-12 17:18:26 +01:00
qca9531_telco_t1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_tplink_archer-d50-v1.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9531_tplink_tl-mr3420-v3.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_tplink_tl-mr6400-v1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_tplink_tl-wr810n-v1.dts ath79: remove USB port definition for TP-Link TL-WR810N v1 2021-01-15 19:00:15 +01:00
qca9531_tplink_tl-wr902ac-v1.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9531_wallys_dr531.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9531_yuncore_a770.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9533_comfast_cf-e110n-v2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9533_dlink_dap-13xx.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: keep DTSI files for D-Link SoC-specific 2021-01-04 01:09:32 +01:00
qca9533_dlink_dap-3320-a1.dts ath79: keep DTSI files for D-Link SoC-specific 2021-01-04 01:09:32 +01:00
qca9533_mikrotik_routerboard-16m.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9533_mikrotik_routerboard-wapr-2nd.dts ath79: add support for MikroTik RouterBOARD wAPR-2nD (wAP R) 2020-12-22 19:11:50 +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: Add support for OpenMesh OM2P v4 2020-12-28 19:37:24 +01: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: Add support for Plasma Cloud PA300 2020-12-22 19:11:50 +01:00
qca9533_plasmacloud_pa300e.dts ath79: Add support for Plasma Cloud PA300E 2020-12-22 19:11:50 +01: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: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9533_tplink_cpe220-v3.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9533_tplink_cpexxx.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9533_tplink_tl-wa850re-v2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: remove model name from LED labels 2020-10-02 13:51:39 +02: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9533_tplink_tl-wr842n-v3.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9533_ubnt_aircube-isp.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9550_airtight_c-75.dts treewide: use more descriptive names for concatenated partitions 2020-12-27 20:33:45 +01:00
qca9556_avm_fritz450e.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9556_avm_fritz1750e.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9556_avm_fritz-repeater.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9556_avm_fritzdvbc.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9556_mikrotik_routerboard-wap-g-5hact2hnd.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9557_8dev_rambutan.dts ath79: qca955x: remove redundant phy-mode 2020-12-17 12:05:26 +01:00
qca9557_buffalo_bhr-4grv2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9557_dlink_dap-2660-a1.dts ath79: keep DTSI files for D-Link SoC-specific 2021-01-04 01:09:32 +01:00
qca9557_engenius_eap1200h.dts ath79: add support for Senao Engenius EAP1200H 2021-01-23 12:53:22 +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 kernel: mtdsplit_uimage: replace "openwrt, okli" parser 2021-01-22 21:03:11 +01: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: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9557_iodata_wn-ac-dgr.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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 kernel: mtdsplit_uimage: replace "openwrt, okli" parser 2021-01-22 21:03:11 +01:00
qca9558_comfast_cf-wr650ac-v1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_comfast_cf-wr650ac-v2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_comfast_cf-wr650ac.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9558_devolo_dvl1xxx.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_devolo_dvl1200e.dts ath79: move device specific nodes to DTS files for Devolo 1xxx 2020-11-24 14:40:55 +01: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: move device specific nodes to DTS files for Devolo 1xxx 2020-11-24 14:40:55 +01: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: keep DTSI files for D-Link SoC-specific 2021-01-04 01:09:32 +01:00
qca9558_dlink_dap-2695-a1.dts ath79: qca955x: remove redundant phy-mode 2020-12-17 12:05:26 +01:00
qca9558_domywifi_dw33d.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_librerouter_librerouter-v1.dts ath79: qca955x: remove redundant phy-mode 2020-12-17 12:05:26 +01:00
qca9558_mikrotik_routerboard-92x.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9558_mikrotik_routerboard-921gs-5hpacd-15s.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9558_mikrotik_routerboard-922uags-5hpacd.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9558_netgear_ex6400.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9558_netgear_ex7300.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9558_netgear_ex7300.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_ocedo_koala.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_ocedo_ursus.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_openmesh_mr900-v1.dts ath79: make OpenMesh MR900 DTSI more general 2021-01-19 21:41:25 +01:00
qca9558_openmesh_mr900-v2.dts ath79: make OpenMesh MR900 DTSI more general 2021-01-19 21:41:25 +01: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_mr.dtsi ath79: make OpenMesh MR900 DTSI more general 2021-01-19 21:41:25 +01:00
qca9558_openmesh_om5p-ac-v2.dts ath79: qca955x: remove redundant phy-mode 2020-12-17 12:05:26 +01: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_sitecom_wlr-8100.dts ath79: fix Sitecom WLR-8100 lan port leds 2020-12-22 19:11:50 +01:00
qca9558_tplink_archer-c5-v1.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9558_tplink_archer-c7-v1.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9558_tplink_archer-c7-v2.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9558_tplink_archer-c.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_tplink_archer-d7-v1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_tplink_archer-d7.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9558_tplink_archer-d7b-v1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_tplink_re350k-v1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_tplink_tl-wdr4900-v2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_tplink_tl-wdr7500-v3.dts ath79: add support for TP-Link TL-WDR7500 v3 2020-12-04 18:21:08 +01:00
qca9558_tplink_tl-wr941n-v7-cn.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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 ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9558_ubnt_powerbeam-5ac-500.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9561_tplink_archer-c5x.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9561_tplink_archer-c6x.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9561_tplink_archer-c25-v1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9561_tplink_archer-c58-v1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9561_tplink_archer-c59-v1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9561_tplink_archer-c59-v2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9561_tplink_archer-c60-v1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9561_tplink_archer-c60-v2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9561_tplink_archer-c60-v3.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9561_tplink_eap225-wall-v2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9561_xiaomi_mi-router-4q.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_compex_wpj563.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_dlink_dir-859-a1.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_elecom_wrc-300ghbk2-i.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9563_elecom_wrc-1750ghbk2-i.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9563_elecom_wrc-ghbk2-i.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_nec_wg800hp.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_nec_wg1200cr.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_netgear_wndr4300-v2.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9563_netgear_wndr4500-v3.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9563_netgear_wndr.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_phicomm_k2t.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_rosinson_wr818.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_tplink_archer-a7-v5.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9563_tplink_archer-c2-v3.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_tplink_archer-c6-v2-us.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_tplink_archer-c6-v2.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_tplink_archer-c7-v4.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_tplink_archer-c7-v5.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9563_tplink_archer-x6-v2.dtsi ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9563_tplink_archer-x7-v5.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_tplink_eap2x5-1port.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_tplink_eap225-outdoor-v1.dts ath79: support for TP-Link EAP225-Outdoor v1 2020-11-23 22:53:15 +01:00
qca9563_tplink_eap225-v3.dts ath79: support for TP-Link EAP225 v3 2020-11-23 22:53:15 +01:00
qca9563_tplink_eap245-v1.dts ath79: support for TP-Link EAP245 v1 2020-11-23 22:53:15 +01:00
qca9563_tplink_eap245-v3.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_tplink_re450-v2.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9563_tplink_re450-v3.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9563_tplink_re450.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_tplink_tl-wpa8630-v1.dts ath79: move dts-v1 statement to ath79.dtsi 2020-09-25 23:26:34 +02:00
qca9563_tplink_tl-wpa8630.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_tplink_tl-wpa8630p-v2-int.dts ath79: add support for TP-Link TL-WPA8630P (EU) v2.1 2020-10-04 15:44:05 +02:00
qca9563_tplink_tl-wpa8630p-v2.0-eu.dts ath79: rename TP-Link TL-WPA8630P v2 (EU) to v2.0 (EU) 2020-10-04 15:44:05 +02:00
qca9563_tplink_tl-wpa8630p-v2.1-eu.dts ath79: add support for TP-Link TL-WPA8630P (EU) v2.1 2020-10-04 15:44:05 +02:00
qca9563_tplink_tl-wpa8630p-v2.dtsi ath79: add support for TP-Link TL-WPA8630P (EU) v2.1 2020-10-04 15:44:05 +02:00
qca9563_tplink_tl-wr1043n-v5.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00
qca9563_tplink_tl-wr1043n.dtsi ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9563_tplink_tl-wr1043nd-v4.dts ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +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: add correct phy-mode for QCA9563 boards 2020-03-15 00:08:14 +01: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: rename EEPROM to art 2019-11-27 22:54:36 +01:00
qca9563_ubnt_unifiac.dtsi ath79: rename UniFi AC kernel1 partition 2021-01-18 17:33:00 +01:00
qca9563_yuncore_a782.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9563_yuncore_xd4200.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
qca9563_yuncore_xd4200.dtsi ath79: drop num-cs for SPI controller 2020-12-04 15:50:24 +01: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: remove model name from LED labels 2020-10-02 13:51:39 +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: remove model name from LED labels 2020-10-02 13:51:39 +02:00
tp9343_tplink_tl-wr940n-v4.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +02:00
tp9343_tplink_tl-wr940n-v6.dts ath79: remove model name from LED labels 2020-10-02 13:51:39 +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: drop num-cs for SPI controller 2020-12-04 15:50:24 +01:00