openwrt/target/linux/ramips/dts
Georgi Vlaev 51b653de94 ramips: add support for Wavlink WL-WN531A6
This patch adds support for Wavlink WL-WN531A6 (Quantum D6).

Specifications:
--------------

* SoC: Mediatek MT7621AT 2C2T, 880MHz
* RAM: 128MB DDR3, Nanya NT5CB64M16GP-EK
* Flash: 16MB SPI NOR flash, GigaDevice GD25Q127CSIG
* WiFi 5GHz: Mediatek MT7615N (4x4:4) on mini PCIE slot.
* WiFi 2.4GHz: Mediatek MT7603EN (2x2:2) on mini PCIE slot.
* Ethernet: MT7630, 5x 1000Base-T
* LED: Power, WAN, LAN(x4), WiFi, WPS, dual color
       "WAVLINK" LED logo on the top cover.
* Buttons: Reset, WPS, "Turbo", touch button on the top
           cover via RH6015C touch sensor.
* UART: UART1: serial console (57600 8n1) on the J4 header
               located below the top heatsink.
        UART2: J12 header, located on the right side of
               the board.
* USB: One USB3 port.
* I2C: J9 header, located below the top heatsink.

Backup the OEM Firmware:
-----------------------

There isn't any firmware released for the WL-WN531A6 on
the Wavlink web site. Reverting back to the OEM firmware is
not possible unless we have a backup of the original OEM
firmware.

The OEM firmware is stored on /dev/mtd4 ("Kernel").

  1) Plug a FAT32 formatted USB flash drive into the USB port.
  2) Navigate to "Setup->USB Storage". Under the "Available
     Network folder" you can see part of the mount point of
     the newly mounted flash drive filesystem - e.g "sda1".
     The full mount point is prefixed with "/media", so in
     this case the mount point becomes "/media/sda1".
  3) Go to http://192.168.10.1/webcmd.shtml .
  4) Type the following line in the "Command" input box:

     dd if=/dev/mtd4ro of=/media/sda1/firmware.bin

  5) Click "Apply"
  6) After few seconds, in the text area should appear this
     output:

        30080+0 records in
      30080+0 records out

  7) Type "sync" in the "Command" input box and click "Apply".
  8) At this point the OEM firmware is stored on the flash
     drive as "firmware.bin". The size of the file is 15040 KB.

Installation:
------------

* Flashing instructions (OEM web interface):
The OEM web interface accepts only files with names containing
"WN531A6". It's also impossible to flash the *-sysupgrade.bin
image, so we have to flash the *-initramfs-kernel.bin first and
use the OpenWrt's upgrade interface to write the sysupgrade
image.

  1) Rename openwrt-ramips-mt7621-wavlink_wl-wn531a6-initramfs-kernel.bin
     to WN531A6.bin.
  2) Connect your computer to the one of the LAN ports of the
     router with an Ethernet cable and open http://192.168.10.1
  3) Browse to Setup -> Firmware Upgrade interface.
  4) Upload the (renamed) OpenWrt image - WN531A6.bin.
  5) Proceed with the firmware installation and give the device
     a few minutes to finish and reboot.
  6) After reboot wait for the "WAVLINK" logo on the top cover
     to turn solid blue, and open http://192.168.1.1
  7) Use the OpenWrt's "Flash Firmware" interface to write the
     OpenWrt sysupgrade image:
     openwrt-ramips-mt7621-wavlink_wl-wn531a6-squashfs-sysupgrade.bin

* Flashing instructions (u-boot TFTP):
  1) Configure a TFTP server on your computer and set its IP
     to 192.168.10.100
  2) Rename the OpenWrt sysupgrade image to firmware.bin and
     place it in the root folder of the TFTP server.
  3) Power off the device and connect an Ethernet cable from
     one of its LAN ports your computer.
  4) Press the "Reset" button (and keep it pressed)
  5) Power on the device.
  6) After a few seconds, when the connected port LAN LED stops
     blinking fast, release the "Reset" button.
  7) Flashing OpenWrt takes less than a minute, system will
     reboot automatically.
  8) After reboot the WAVLINK logo on the top cover will indicate
     the current OpenWrt running status (wait until the logo tunrs
     solid blue).

Revert to the OEM Firmware:
--------------------------
* U-boot TFTP:
  Follow "Flashing instructions (u-boot TFTP)" and use the
  "firmware.bin" backup image.

* OpenWrt "Flash Firmware" interface:
  Upload the "firmware.bin" backup image and select "Force update"
  before continuing.

Notes:
-----
* The MAC address shown on the label at the back of the device
is assigned to the 2.4G WiFi adapter.

  MAC addresses assigned by the OEM firmware:
  2.4G: *:XX (label): factory@0x0004
    5G: *:XX + 1    : factory@0x8004
   WAN: *:XX - 1    : factory@0xe006
   LAN: *:XX - 2    : factory@0xe000

* The I2C bus and UART2 are fully functional. The headers are
not populated.

Signed-off-by: Georgi Vlaev <georgi.vlaev@konsulko.com>
2020-08-28 00:25:33 +02:00
..
mt7620a_aigale_ai-br100.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_alfa-network_ac1200rm.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_alfa-network_r36m-e4g.dts ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
mt7620a_alfa-network_tube-e4g.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_asus_rp-n53.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_asus_rt-ac5x.dtsi ramips: increase SPI frequency for ASUS RT-AC51U/RT-AC54U 2020-05-18 11:38:22 +02:00
mt7620a_asus_rt-ac51u.dts ramips: set WAN address in DTS for ASUS RT-AC51U/RT-AC54U 2020-05-18 21:51:06 +02:00
mt7620a_asus_rt-ac54u.dts ramips: set WAN address in DTS for ASUS RT-AC51U/RT-AC54U 2020-05-18 21:51:06 +02:00
mt7620a_bdcom_wap2100-sk.dts ramips/mt7620: fix portmap based on board.d port assignment 2020-08-07 13:01:18 +02:00
mt7620a_buffalo_whr-300hp2.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_buffalo_whr-600d.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_buffalo_whr-1166d.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_cameo_810.dtsi ramips: fix WAN LED for D-Link DIR-810L/TRENDnet TEW-810DR 2020-06-11 01:51:34 +02:00
mt7620a_dlink_dch-m225.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_dlink_dir-510l.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_dlink_dir-810l.dts ramips: fix WAN LED for D-Link DIR-810L/TRENDnet TEW-810DR 2020-06-11 01:51:34 +02:00
mt7620a_dlink_dwr-118-a1.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_dlink_dwr-118-a2.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_dlink_dwr-960.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_dovado_tiny-ac.dts ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7620a_edimax_br-6478ac-v2.dts ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7620a_edimax_ew-747x.dtsi ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7620a_edimax_ew-7476rpc.dts ramips: fix whitespace issues in DTS files 2019-10-21 14:10:47 +02:00
mt7620a_edimax_ew-7478ac.dts ramips/mt7620: Name DTS files based on scheme 2019-07-10 17:36:29 +02:00
mt7620a_edimax_ew-7478apc.dts ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7620a_engenius_esr600.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_fon_fon2601.dts ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
mt7620a_glinet_gl-mt300a.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_glinet_gl-mt300n.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_glinet_gl-mt750.dts ramips/mt7620: fix portmap based on board.d port assignment 2020-08-07 13:01:18 +02:00
mt7620a_head-weblink_hdrm200.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_hiwifi_hc5x61.dtsi ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_hiwifi_hc5661.dts ramips: mt7620: use throughput trigger on HiWiFi HC5x61 2019-12-31 18:09:47 +01:00
mt7620a_hiwifi_hc5761.dts ramips: mt7620: use throughput trigger on HiWiFi HC5x61 2019-12-31 18:09:47 +01:00
mt7620a_hiwifi_hc5861.dts ramips/mt7620: fix portmap based on board.d port assignment 2020-08-07 13:01:18 +02:00
mt7620a_hnet_c108.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_iodata_wn-ac733gr3.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_iodata_wn-ac1167gr.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_iptime_a104ns.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_iptime_a1004ns.dts ramips: replace pinctrl property names for ipTIME A1004ns 2020-04-19 13:47:23 +08:00
mt7620a_iptime.dtsi ramips: increase spi-max-frequency for ipTIME mt7620 devices 2020-04-18 12:35:54 +08:00
mt7620a_kimax_u25awf-h1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_lava_lr-25g001.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_lb-link_bl-w1200.dts ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7620a_lenovo_newifi-y1.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_lenovo_newifi-y1.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_lenovo_newifi-y1s.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_linksys_e1700.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_microduino_microwrt.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_netgear_ex3x00_ex61xx.dtsi ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7620a_netgear_ex2700_wn3000rp-v3.dtsi ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7620a_netgear_ex2700.dts ramips: create shared DTSI for Netgear EX2700 and WN3000RP v3 2019-11-08 18:17:31 +01:00
mt7620a_netgear_ex3700.dts ramips: use amber LED for boot/failsafe on Netgear EX3700/EX6130 2020-06-11 01:41:43 +02:00
mt7620a_netgear_ex6120.dts ramips: add support for Netgear EX6120 2020-06-11 01:41:43 +02:00
mt7620a_netgear_ex6130.dts ramips: use amber LED for boot/failsafe on Netgear EX3700/EX6130 2020-06-11 01:41:43 +02:00
mt7620a_netgear_wn3000rp-v3.dts ramips: create shared DTSI for Netgear EX2700 and WN3000RP v3 2019-11-08 18:17:31 +01:00
mt7620a_netis_wf2770.dts ramips: add support for netis WF2770 2020-05-17 18:41:48 +02:00
mt7620a_ohyeah_oy-0001.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_phicomm_k2g.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_phicomm_psg1208.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_phicomm_psg1218.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_phicomm_psg1218a.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_phicomm_psg1218b.dts ramips/mt7620: fix portmap based on board.d port assignment 2020-08-07 13:01:18 +02:00
mt7620a_planex_cs-qr10.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_planex_db-wrt01.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_planex_mzk-750dhp.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_planex_mzk-ex300np.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_planex_mzk-ex750np.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_ralink_mt7620a-evb.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_ralink_mt7620a-mt7530-evb.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_ralink_mt7620a-mt7610e-evb.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_ralink_mt7620a-v22sg-evb.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_sanlinking_d240.dts ramips/mt7620: fix portmap based on board.d port assignment 2020-08-07 13:01:18 +02:00
mt7620a_sercomm_na930.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_tplink_archer-c2-v1.dts ramips: increase SPI frequency for MT7620 Archer 2020-07-22 17:20:24 +02:00
mt7620a_tplink_archer-c20-v1.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_tplink_archer-c20i.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_tplink_archer-c50-v1.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_tplink_archer-mr200.dts ramips: increase SPI frequency for MT7620 Archer 2020-07-22 17:20:24 +02:00
mt7620a_tplink_archer.dtsi ramips: increase SPI frequency for MT7620 Archer 2020-07-22 17:20:24 +02:00
mt7620a_tplink_re2x0-v1.dtsi ramips: add support for TP-Link RE210 v1 2020-03-09 21:47:56 +01:00
mt7620a_tplink_re200-v1.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_tplink_re210-v1.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_trendnet_tew-810dr.dts ramips: fix WAN LED for D-Link DIR-810L/TRENDnet TEW-810DR 2020-06-11 01:51:34 +02:00
mt7620a_xiaomi_miwifi-mini.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_youku_yk1.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_yukai_bocco.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_zbtlink_zbt-ape522ii.dts ramips/mt7620: fix portmap based on board.d port assignment 2020-08-07 13:01:18 +02:00
mt7620a_zbtlink_zbt-we826-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_zbtlink_zbt-we826-32m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_zbtlink_zbt-we826-e.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_zbtlink_zbt-we826.dtsi ramips/mt7620: fix portmap based on board.d port assignment 2020-08-07 13:01:18 +02:00
mt7620a_zbtlink_zbt-we1026-5g-16m.dts ramips: update ZBT WE1026 DTS-files 2019-11-03 15:10:14 +01:00
mt7620a_zbtlink_zbt-we1026-5g.dtsi ramips: update ZBT WE1026 DTS-files 2019-11-03 15:10:14 +01:00
mt7620a_zbtlink_zbt-we1026-h-32m.dts ramips: add support for ZBT WE1026-H 2019-11-03 15:10:22 +01:00
mt7620a_zbtlink_zbt-we1026-h.dtsi treewide: remove dts-v1 identifier from DTSI files 2019-12-08 16:44:06 +01:00
mt7620a_zbtlink_zbt-we1026.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620a_zte_q7.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620a_zyxel_keenetic-viva.dts ramips: remove leading zeros from MAC address location 2020-05-18 21:51:06 +02:00
mt7620a.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620n_asus_rt-n12p.dts ramips/mt7620: fix portmap based on board.d port assignment 2020-08-07 13:01:18 +02:00
mt7620n_asus_rt-n14u.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_buffalo_wmr-300.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_comfast_cf-wr800n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620n_dlink_dwr-116-a1.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_dlink_dwr-921-c1.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620n_dlink_dwr-922-e2.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7620n_elecom_wrh-300cr.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_kimax_u35wf.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620n_kingston_mlw221.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_kingston_mlwg2.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_netgear_jwnr2010-v5.dts ramips: add support for Netgear JWNR2010 v5 2020-08-06 16:56:07 +02:00
mt7620n_netgear_n300.dtsi ramips: add support for Netgear JWNR2010 v5 2020-08-06 16:56:07 +02:00
mt7620n_nexx_wt3020-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620n_nexx_wt3020-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620n_nexx_wt3020.dtsi ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_ravpower_wd03.dts ramips: drop non-existant ralink,port-map for Ravpower WD03 2020-05-17 18:34:40 +02:00
mt7620n_vonets_var11n-300.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_wrtnode_wrtnode.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_zbtlink_zbt-cpe102.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_zbtlink_zbt-wa05.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_zbtlink_zbt-we2026.dts ramips/mt7620: fix portmap based on board.d port assignment 2020-08-07 13:01:18 +02:00
mt7620n_zbtlink_zbt-wr8305rt.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_zyxel_keenetic-omni-ii.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n_zyxel_keenetic-omni.dts ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +02:00
mt7620n.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7621_adslr_g7.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_afoundry_ew1200.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_alfa-network_quad-e4g.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_asiarf_ap7621-001.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_asiarf_ap7621-nv1.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_asiarf_ap7621.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_asus_rt-ac57u.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_asus_rt-ac65p.dts ramips: fix LED labels for Asus RT-AC65P 2020-08-17 15:00:43 +02:00
mt7621_asus_rt-ac85p.dts ramips: fix LED labels for Asus RT-AC65P 2020-08-17 15:00:43 +02:00
mt7621_asus_rt-acx5p.dtsi ramips: fix LED labels for Asus RT-AC65P 2020-08-17 15:00:43 +02:00
mt7621_buffalo_wsr-600dhp.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_buffalo_wsr-1166dhp.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_buffalo_wsr-2533dhpl.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_d-team_newifi-d2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_d-team_pbr-m1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_dlink_dir-8xx-a1.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_dlink_dir-860l-b1.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_dlink_dir-867-a1.dts ramips: add support for D-Link DIR-867/DIR-882 A1 2020-07-16 18:40:20 +02:00
mt7621_dlink_dir-878-a1.dts ramips: add support for D-Link DIR-867/DIR-882 A1 2020-07-16 18:40:20 +02:00
mt7621_dlink_dir-882-a1.dts ramips: add support for D-Link DIR-867/DIR-882 A1 2020-07-16 18:40:20 +02:00
mt7621_dlink_dir-1960-a1.dts ramips: add support for D-Link DIR-1960 A1 2020-07-27 12:37:07 +02:00
mt7621_dlink_dir-xx60-a1.dtsi ramips: add support for D-Link DIR-1960 A1 2020-07-27 12:37:07 +02:00
mt7621_edimax_ra21s.dts ramips: mt7621: convert GPIO dts refs 2020-04-04 14:13:05 +08:00
mt7621_edimax_re23s.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_edimax_rg21s.dts ramips: mt7621: convert GPIO dts refs 2020-04-04 14:13:05 +08:00
mt7621_edimax_rx21s.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_elecom_wrc-1167ghbk2-s.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_elecom_wrc-1750gs.dts ramips: provide common definition for ELECOM WRC GS devices 2020-07-16 13:39:44 +02:00
mt7621_elecom_wrc-1750gsv.dts ramips: provide common definition for ELECOM WRC GS devices 2020-07-16 13:39:44 +02:00
mt7621_elecom_wrc-1900gst.dts ramips: provide common definition for ELECOM WRC GS devices 2020-07-16 13:39:44 +02:00
mt7621_elecom_wrc-2533gst2.dts ramips: provide common definition for ELECOM WRC GS devices 2020-07-16 13:39:44 +02:00
mt7621_elecom_wrc-2533gst.dts ramips: provide common definition for ELECOM WRC GS devices 2020-07-16 13:39:44 +02:00
mt7621_elecom_wrc-gs.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_firefly_firewrt.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_gehua_ghl-r-001.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_gnubee_gb-pc1.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_gnubee_gb-pc2.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_hiwifi_hc5962.dts ramips: use all reserved space for HiWiFi HC5962 2020-04-18 11:52:12 +08:00
mt7621_iodata_wn-ax1167gr2.dts ramips: add support for I-O DATA WN-AX1167GR2 2020-02-05 17:03:34 +01:00
mt7621_iodata_wn-ax1167gr.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_iodata_wn-ax2033gr.dts ramips: add support for I-O DATA WN-AX2033GR 2020-04-12 00:43:09 +02:00
mt7621_iodata_wn-dx1167r.dts ramips: add support for I-O DATA WN-DX1167R 2020-02-05 17:03:27 +01:00
mt7621_iodata_wn-gx300gr.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_iodata_wn-xx-xr.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_iodata_wnpr2600g.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_iptime_a6ns-m.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_iptime_a8004t.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_jcg_jhr-ac876m.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_lenovo_newifi-d1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_linksys_ea7xxx.dtsi ramips: add support for Linksys EA7300 v1 2020-07-16 13:39:44 +02:00
mt7621_linksys_ea7300-v1.dts ramips: add support for Linksys EA7300 v1 2020-07-16 13:39:44 +02:00
mt7621_linksys_ea7500-v2.dts ramips: add support for Linksys EA7300 v1 2020-07-16 13:39:44 +02:00
mt7621_linksys_re6500.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_mediatek_ap-mt7621a-v60.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_mediatek_mt7621-eval-board.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_mikrotik_routerboard-7xx.dtsi ramips: add support for MikroTik RouterBOARD 760iGS (hEX S) 2020-08-13 12:47:45 +02:00
mt7621_mikrotik_routerboard-750gr3.dts ramips: add support for MikroTik RouterBOARD 760iGS (hEX S) 2020-08-13 12:47:45 +02:00
mt7621_mikrotik_routerboard-760igs.dts ramips: add support for MikroTik RouterBOARD 760iGS (hEX S) 2020-08-13 12:47:45 +02:00
mt7621_mikrotik_routerboard-m11g.dts ramips/mt7621: create common DTSI for Mikrotik devices 2020-08-13 12:47:45 +02:00
mt7621_mikrotik_routerboard-m33g.dts ramips/mt7621: create common DTSI for Mikrotik devices 2020-08-13 12:47:45 +02:00
mt7621_mikrotik.dtsi ramips/mt7621: create common DTSI for Mikrotik devices 2020-08-13 12:47:45 +02:00
mt7621_mqmaker_witi.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_mtc_wr1201.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_netgear_ex6150.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_netgear_r6220.dts ramips: reorganize NETGEAR sercomm boards 2019-11-24 23:17:20 +01:00
mt7621_netgear_r6260.dts Revert "ramips: fix NETGEAR R6260 EEPROM offset" 2020-01-30 12:39:27 +01:00
mt7621_netgear_r6350.dts Revert "ramips: fix NETGEAR R6260 EEPROM offset" 2020-01-30 12:39:27 +01:00
mt7621_netgear_r6700-v2.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_netgear_r6800.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_netgear_r6850.dts Revert "ramips: fix NETGEAR R6260 EEPROM offset" 2020-01-30 12:39:27 +01:00
mt7621_netgear_sercomm_ayx.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_netgear_sercomm_bzv.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_netgear_sercomm_chj.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_netgear_wac104.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_netgear_wac124.dts ramips: add support for NETGEAR WAC124 2020-06-27 00:33:29 +02:00
mt7621_netgear_wndr3700-v5.dts ramips: reorganize NETGEAR sercomm boards 2019-11-24 23:17:20 +01:00
mt7621_netis_wf2881.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_phicomm_k2p.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_planex_vr500.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_samknows_whitebox-v8.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_storylink_sap-g3200u3.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_telco-electronics_x1.dts ramips: mt7621 remove unused pinctrl groups in dts 2020-04-04 14:52:12 +08:00
mt7621_thunder_timecloud.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_totolink_a7000r.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_tplink_re350-v1.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_tplink_re500-v1.dts ramips: add support for TP-Link RE500 v1 2020-07-07 00:40:04 +02:00
mt7621_tplink_re650-v1.dts ramips: use WiFi LED DT triggers for TP-Link RE650 v1 2020-07-07 11:57:48 +02:00
mt7621_tplink_rexx0-v1.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_ubnt_edgerouter-x-sfp.dts ramips: enable SFP port for Ubiquiti ER-X-SFP 2020-04-25 23:48:45 +02:00
mt7621_ubnt_edgerouter-x.dts ramips: mt7621: tidy up names for Ubiquiti devices 2020-04-12 13:25:42 +02:00
mt7621_ubnt_edgerouter-x.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_ubnt_unifi-nanohd.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_unielec_u7621-06-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_unielec_u7621-06-64m.dts ramips: remove redundant includes in DTS files 2020-02-22 19:26:17 +01:00
mt7621_unielec_u7621-06.dtsi ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_wavlink_wl-wn531a6.dts ramips: add support for Wavlink WL-WN531A6 2020-08-28 00:25:33 +02:00
mt7621_wevo_11acnas.dts ramips: mt7621: convert GPIO dts refs 2020-04-04 14:13:05 +08:00
mt7621_wevo_w2914ns-v2.dts ramips: mt7621: convert GPIO dts refs 2020-04-04 14:13:05 +08:00
mt7621_wevo_w2914ns-v2.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_winstars_ws-wn583a6.dts ramips: add support for Winstars WS-WN583A6 2020-07-25 21:04:11 +02:00
mt7621_xiaomi_mi-router-ac2100.dts ramips: Add support for Xiaomi Mi Router(Black,R2100) 2020-07-08 16:07:05 +02:00
mt7621_xiaomi_mir3g-v2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_xiaomi_mir3g.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_xiaomi_mir3p.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_xiaomi_redmi-router-ac2100.dts ramips: Add support for Xiaomi Mi Router(Black,R2100) 2020-07-08 16:07:05 +02:00
mt7621_xiaomi_router-ac2100.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_xiaoyu_xy-c5.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621_xzwifi_creativebox-v1.dts ramips: enable broken-flash-reset for some 32M flash boards 2020-04-12 22:27:17 +08:00
mt7621_youhua_wr1200js.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_youku_yk-l2.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_zbtlink_zbt-we1326.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_zbtlink_zbt-we3526.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_zbtlink_zbt-wg2626.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_zbtlink_zbt-wg3526-16m.dts ramips: harmonize device vendor Zbtlink 2019-09-29 00:08:20 +02:00
mt7621_zbtlink_zbt-wg3526-32m.dts ramips: harmonize device vendor Zbtlink 2019-09-29 00:08:20 +02:00
mt7621_zbtlink_zbt-wg3526.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_zio_freezio.dts ramips: mt7621: convert GPIO dts refs 2020-04-04 14:13:05 +08:00
mt7621_zyxel_wap6805.dts ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7621.dtsi ramips: move redundant console setup to mt7621 SoC DTSI 2020-07-17 12:14:32 +02:00
mt7628an_alfa-network_awusfree1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_asus_rt-n1x.dtsi ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7628an_asus_rt-n10p-v3.dts ramips: add support for Asus RT-N10P V3 / RT-N11P B1 / RT-N12 VP B1 2020-05-24 18:14:59 +02:00
mt7628an_asus_rt-n11p-b1.dts ramips: add support for Asus RT-N10P V3 / RT-N11P B1 / RT-N12 VP B1 2020-05-24 18:14:59 +02:00
mt7628an_asus_rt-n12-vp-b1.dts ramips: add support for Asus RT-N10P V3 / RT-N11P B1 / RT-N12 VP B1 2020-05-24 18:14:59 +02:00
mt7628an_buffalo_wcr-1166ds.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_cudy_wr1000.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_d-team_pbr-d1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_duzun_dm06.dts ramips/mt7628: fix portmap based on board.d port assignment 2020-08-10 12:33:38 +02:00
mt7628an_glinet_gl-mt300n-v2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_glinet_microuter-n300.dts ramips: add support for GL.iNet microuter-N300 2020-01-29 15:10:54 +01:00
mt7628an_glinet_vixmini_microuter.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_glinet_vixmini.dts ramips: add support for GL.iNet microuter-N300 2020-01-29 15:10:54 +01:00
mt7628an_hilink_hlk-7628n.dts ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7628an_hiwifi_hc5x61a.dtsi ramips: mt7628: update dts for upstream gpio-mt7621 driver 2020-04-12 22:27:18 +08:00
mt7628an_hiwifi_hc5661a.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_hiwifi_hc5761a.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_hiwifi_hc5861b.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_iptime_a3.dts ramips: mt7628: update dts for upstream gpio-mt7621 driver 2020-04-12 22:27:18 +08:00
mt7628an_iptime_a604m.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_iptime.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_jotale_js76x8-8m.dts ramips: add support for JS76x8 series DEV boards 2020-07-31 11:40:15 +02:00
mt7628an_jotale_js76x8-16m.dts ramips: add support for JS76x8 series DEV boards 2020-07-31 11:40:15 +02:00
mt7628an_jotale_js76x8-32m.dts ramips: add support for JS76x8 series DEV boards 2020-07-31 11:40:15 +02:00
mt7628an_jotale_js76x8.dtsi ramips: drop remaining m25p,chunked-io from DTS 2020-08-06 16:56:07 +02:00
mt7628an_mediatek_linkit-smart-7688.dts ramips: tidy up MAC address setup for Linkit Smart and Omega2 2020-08-06 13:33:26 +02:00
mt7628an_mediatek_mt7628an-eval-board.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_mercury_mac1200r-v2.dts ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7628an_netgear_r6xxx.dtsi ramips: consolidate Netgear devices for mt7628 2020-07-13 10:37:22 +02:00
mt7628an_netgear_r6020.dts ramips: consolidate Netgear devices for mt7628 2020-07-13 10:37:22 +02:00
mt7628an_netgear_r6080.dts ramips: consolidate Netgear devices for mt7628 2020-07-13 10:37:22 +02:00
mt7628an_netgear_r6120.dts ramips: consolidate Netgear devices for mt7628 2020-07-13 10:37:22 +02:00
mt7628an_onion_omega2.dts ramips: dts: drop memory nodes 2019-07-11 22:11:21 +08:00
mt7628an_onion_omega2.dtsi ramips: tidy up MAC address setup for Linkit Smart and Omega2 2020-08-06 13:33:26 +02:00
mt7628an_onion_omega2p.dts ramips: dts: drop memory nodes 2019-07-11 22:11:21 +08:00
mt7628an_rakwireless_rak633.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_ravpower_rp-wd009.dts ramips: limit 5GHz channels for RAVPower RP-WD009 2020-07-30 22:33:53 +02:00
mt7628an_skylab_skw92a.dts ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7628an_tama_w06.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_totolink_a3.dts ramips: mt7628: update dts for upstream gpio-mt7621 driver 2020-04-12 22:27:18 +08:00
mt7628an_totolink_lr1200.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_tplink_8m-split-uboot.dtsi ramips: move includes to DTSI for mt7628an_tplink_8m* 2020-02-22 19:33:41 +01:00
mt7628an_tplink_8m.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_tplink_archer-c20-v4.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_archer-c20-v5.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_archer-c50-v3.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_archer-c50-v4.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_re200-v2.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_re200-v3.dts ramips: add support for TP-Link RE200 v3 2020-08-03 23:34:34 +02:00
mt7628an_tplink_re200.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_tplink_re220-v2.dts ramips: add support for TP-Link RE220 v2 2020-06-30 17:23:32 +02:00
mt7628an_tplink_re305-v1.dts ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7628an_tplink_tl-mr3020-v3.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_tplink_tl-mr3420-v5.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wa801nd-v5.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wr802n-v4.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wr840n-v4.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wr840n-v5.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_tplink_tl-wr841n-v13.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wr841n-v14.dts ramips: drop remaining m25p,chunked-io from DTS 2020-08-06 16:56:07 +02:00
mt7628an_tplink_tl-wr842n-v5.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wr850n-v2.dts ramips: add support for TP-Link TL-WR850N v2 2020-08-27 16:36:18 +02:00
mt7628an_tplink_tl-wr902ac-v3.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_unielec_u7628-01-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_unielec_u7628-01.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_vocore_vocore2-lite.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_vocore_vocore2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_vocore_vocore2.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_wavlink_wl-wn570ha1.dts ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7628an_wavlink_wl-wn575a3.dts ramips: drop redundant chosen/bootargs 2020-06-25 22:33:36 +02:00
mt7628an_wavlink_wl-wn577a2.dts ramips: add support for WAVLINK WL-WN577A2 2020-06-29 01:08:01 +02:00
mt7628an_widora_neo-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_widora_neo-32m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_widora_neo.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_wiznet_wizfi630s.dts ramips: drop remaining m25p,chunked-io from DTS 2020-08-06 16:56:07 +02:00
mt7628an_wrtnode_wrtnode2.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_wrtnode_wrtnode2p.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_wrtnode_wrtnode2r.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_xiaomi_mir4a-100m.dts ramips/mt7628: fix portmap based on board.d port assignment 2020-08-10 12:33:38 +02:00
mt7628an_xiaomi_miwifi-nano.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_zbtlink_zbt-we1226.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an_zyxel_keenetic-extra-ii.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7628an.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt2880_airlink101_ar670w.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_airlink101_ar725w.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_asus_rt-n15.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_belkin_f5d8235-v1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_buffalo_wli-tx4-ag300n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_buffalo_wzr-agl300nh.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_dlink_dap-1522-a1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880_ralink_v11st-fe.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt2880.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt3050_8devices_carambola.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_allnet_all0256n-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_allnet_all0256n-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_allnet_all0256n.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt3050_alphanetworks_asl26555-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_alphanetworks_asl26555-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_alphanetworks_asl26555.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt3050_arcwireless_freestation5.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_asus_rt-g32-b1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_asus_rt-n10-plus.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_asus_wl-330n3g.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_asus_wl-330n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_dlink_dcs-930.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_dlink_dir-300-b1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_dlink_dir-600-b1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_dlink_dir-615-d.dts ramips: improve LED support for D-Link DIR-615 D series 2020-07-21 11:59:17 +02:00
rt3050_dlink_dir-620-a1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_edimax_3g-6200n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_edimax_3g-6200nl.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_huawei_d105.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_jcg_jhr-n805r.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_netcore_nw718.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_sparklan_wcr-150gn.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_teltonika_rut5xx.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_tenda_w150m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050_trendnet_tew-638apb-v2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3050.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt3052_accton_wr6202.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_alfa-network_w502u.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_argus_atp-52b.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_asiarf_awapn2403.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_asus_rt-n13u.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_aximcom_mr-102n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_aztech_hw550-3g.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_belkin_f5d8235-v2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_buffalo_whr-g300n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_dlink_dap-1350.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_engenius_esr-9753.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_fon_fonera-20n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_hauppauge_broadway.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_huawei_hg255d.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_jcg_jhr-n825r.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_jcg_jhr-n926r.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_mofinetwork_mofi3500-3gn.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_netgear_wnce2001.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_nexaira_bc2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_omnima_miniembwifi.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_petatel_psr-680w.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_planex_mzk-w300nh2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_planex_mzk-wdpr.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_poray_ip2202.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_prolink_pwh2004.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_ralink_v22rw-2x2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_sitecom_wl-351.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_skyline_sl-r7205.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_tenda_3g300m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_tenda_w306r-v2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_unbranded_wr512-3gn-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_unbranded_wr512-3gn-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_unbranded_wr512-3gn.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt3052_unbranded_xdx-rn502j.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_upvel_ur-326n4g.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_upvel_ur-336un.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_zyxel_keenetic.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3052_zyxel_nbg-419n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3352_allnet_all5002.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3352_dlink_dir-615-h1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3352_dlink_dir-620-d1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3352_zyxel_nbg-419n-v2.dts ramips: dts: fix incorrect flash reg property 2020-05-09 14:49:33 +02:00
rt3352.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt3662_asus_rt-n56u.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3662_dlink_dir-645.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3662_edimax_br-6475nd.dts ramips: remove leading zeros from MAC address location 2020-05-18 21:51:06 +02:00
rt3662_loewe_wmdr-143n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3662_omnima_hpm.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3662_samsung_cy-swr1100.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3883_belkin_f9k110x.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt3883_belkin_f9k1109v1.dts ramips: add DTS triggers to USB LEDs for F9K1109v1 2020-04-06 09:57:28 +02:00
rt3883_sitecom_wlr-6000.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3883_trendnet_tew-691gr.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3883_trendnet_tew-692gr.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt3883.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt5350_7links_px-4885-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_7links_px-4885-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_7links_px-4885.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt5350_airlive_air3gii.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_allnet_all5003.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_asiarf_awm002-evb-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_asiarf_awm002-evb-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_asiarf_awm002-evb.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt5350_belkin_f7c027.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_dlink_dcs-930l-b1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_dlink_dir-300-b7.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_dlink_dir-320-b1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_dlink_dir-610-a1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_dlink_dwr-512-b.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00
rt5350_easyacc_wizard-8800.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_hame_mpr-a1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_hame_mpr-a2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_hilink_hlk-rm04.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_hootoo_ht-tm02.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_intenso_memory2move.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_nexx_wt1520-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_nexx_wt1520-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_nexx_wt1520.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt5350_nixcore_x1-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_nixcore_x1-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_nixcore_x1.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt5350_olimex_rt5350f-olinuxino-evb.dts ramips/rt305x: Name DTS files based on scheme 2019-07-10 17:36:29 +02:00
rt5350_olimex_rt5350f-olinuxino.dts ramips/rt305x: Name DTS files based on scheme 2019-07-10 17:36:29 +02:00
rt5350_olimex_rt5350f-olinuxino.dtsi ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_omnima_miniembplug.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_planex_mzk-dp150n.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_poray_m3.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_poray_m4-4m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_poray_m4-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_poray_m4.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt5350_poray_x5.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_poray_x8.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_tenda_3g150b.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_trendnet_tew-714tru.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_unbranded_a5-v11.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_vocore_vocore-8m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_vocore_vocore-16m.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_vocore_vocore.dtsi ramips: use hex notation for *-mtd-eeprom property 2020-05-08 18:34:27 +02:00
rt5350_wansview_ncs601w.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_wiznet_wizfi630a.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_zorlik_zl5900v2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
rt5350_zyxel_keenetic-lite-b.dts ramips: add support for ZyXEL Keenetic Lite Rev.B 2020-07-08 22:52:40 +02:00
rt5350_zyxel_keenetic-start.dts ramips: fix LED DT label for Zyxel Keenetic Start 2020-05-27 18:31:46 +02:00
rt5350.dtsi ramips: replace pinctrl property names 2020-04-12 22:29:17 +08:00