openwrt/target/linux/ramips/dts
Bjørn Mork c1794d653c ramips: add support for ZyXEL WAP6805 (Altibox WiFi+)
Hardware
--------
SoC:   MediaTek MT7621ST
WiFi:  MediaTek MT7603
       Quantenna QT3840BC
Flash: 128M NAND
RAM:   64M
LED:   Dual colour red and green
BTN:   Reset
       WPS
Eth:   4 x 10/100/1000 connected to MT7621 internal switch
       MT7621 RGMII port connected to Quantenna module
GPIO:  Power/reset of Quantenna module

Quantenna module
----------------

The Quantenna QT3840BC (or QV840) is a separate SoC running
another Linux installation.  It is mounted on a wide mini-PCIe
form factor module, but is connected to the RGMII port of
the MT7621.  It loads both a second uboot stage and an os
image from the MT7621 using tftp.  The module is configured
using Quantenna specific RPC calls over IP, using 802.1q
over the RGMII link to support multiple SSIDs.

There is no support for using this module as a WiFi device
in OpenWrt. A package with basic firmware and management
tools is being prepared.

Serial ports
------------

Two serial ports with headers:

RRJ1 - 115200 8N1 - Connected to the Quantenna console
J1   -  57600 8N1 - Connected to the MT7621 console

Both share pinout with many other Zyxel/Mitrastar devices:

1 - NC (VDD)
2 - TX
3 - RX
4 - NC (no pin)
5 - GND

Dual system partitions
----------------------

The vendor firmware and boot loader use a dual partition
scheme storing a counter in the header of each partition. The
partition with the highest number will be selected for boot.

OpenWrt does not support this scheme and will always use the
first OS partition.  It will reset both counters to zero the
first time sysupgrade is run, making sure the first partition
is selected by the boot loader.

Installation from vendor firmware
---------------------------------

1. Run a DHCP server. The WAP6805 is configured as a client device
   and does not have a default static IP address. Make a note of
   which address it is assigned

2. tftp the OpenWrt initramfs-kernel.bin image to this address.
   Wait for the WAP6805 to reboot.

3. ssh to the OpenWrt initramfs system on 192.168.1.1. Make a
   backup of all mtd partitions now.  The last used OEM image is
   still present in either "Kernel" or "Kernel2" at this point,
   and can be restored later if you save a copy.

4. sysupgrade to the OpenWrt sysupgrade.bin image.

Installation from U-Boot
------------------------

This requires serial console access

1. Copy the OpenWrt initramfs-kernel.bin image as "ras.bin" to
   your tftp server directory.  Configure the server address as
   192.168.0.33/24

2. Hit ESC when the message "Hit ESC key to stop autoboot"
   appears

3. Type "ATGU" + Enter, and then "2" immediately after pressing enter.

4. Answer Y to the question "Erase Linux in Flash then burn new
   one. Are you sure?", and answer the address/filename questions.
   Defaults:
        Input device IP (192.168.0.2)
        Input server IP (192.168.0.33)
        Input Linux Kernel filename ("ras.bin")

5. Wait until after you see the message "Done!" and power cycle
   the device.  It will hang after flashing.

6. Continue with step 3 and 4 from the vendor firmware procedure.

Notes on the WAP6805 U-Boot
---------------------------
The bootloader has been modified with both ZyXELs zyloader and the
device specific dual partition scheme.  These changes appear to have
broken a few things.  The zyloader shell claims to support a number
of ZyXEL AT commands, but not all of them work.  The image selection
scheme is unreliable and inconsistent.  A limited U-Boot menu is
available - and used by the above U-Boot install procedure.  But
direct booting into an uploaded image does not work, neither with
ram nor with flash.  Flashing works, but requires a hard reset after
it is finished.

Reverting to OEM firmware
-------------------------

The OEM firmware can be restored by using mtd write from OpenWrt,
flashing it to the "Kernel" partition. E.g.

  ssh root@192.168.1.1 "mtd -r -e Kernel write - Kernel" < oem.bin

OEM firmwares for the WAP6805 are not avaible for public download,
so a backup of the original installation is required.  See above.

Alternatively, firmware for the WAP6806 (Armor X1) may be used. This
is exactly the same hardware.  But the branding features do obviously
differ.

LED controller
--------------

Hardware implementation is unknown.  The dual-color LED is controlled
by 3 GPIOs:

  4: red
  7: blinking green
 13: green

Enabling both red and green makes the LED appear yellow.

The boot loader enables hardware blinking, causing the green LED to blink
slowly on power-on, until the OpenWrt boot mode starts a faster software
blink.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
[fix alphabetic sorting for image build statement]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-07-08 16:07:05 +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: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +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: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +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: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +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: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +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: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +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: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +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: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7620a_tplink_archer.dtsi ramips: mt7620: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +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: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +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: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +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: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +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_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: tidy up ethernet node in DTS files 2020-05-17 18:28:03 +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: mt7621 remove unused pinctrl groups in dts 2020-04-04 14:52:12 +08:00
mt7621_afoundry_ew1200.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +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: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_asus_rt-ac57u.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_asus_rt-ac65p.dts ramips: add newline for ASUS RT-ACx5P DTSes 2019-11-03 00:23:35 +01:00
mt7621_asus_rt-ac85p.dts ramips: add newline for ASUS RT-ACx5P DTSes 2019-11-03 00:23:35 +01:00
mt7621_asus_rt-acx5p.dtsi ramips: simplify palmbus/{i2c,spi} in device DTS files 2020-05-08 18:43:00 +02:00
mt7621_buffalo_wsr-600dhp.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_buffalo_wsr-1166dhp.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_buffalo_wsr-2533dhpl.dts ramips: add support for Buffalo WSR-2533DHPL 2020-04-07 17:04:18 +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-860l-b1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +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: add support for Edimax Gemini RE23S 2020-07-08 13:28:17 +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: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_elecom_wrc-1167ghbk2-s.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_elecom_wrc-1900gst.dts ramips: add support for ELECOM WRC-2533GST2 2020-06-21 20:56:42 +02:00
mt7621_elecom_wrc-2533gst2.dts ramips: add support for ELECOM WRC-2533GST2 2020-06-21 20:56:42 +02:00
mt7621_elecom_wrc-2533gst.dts ramips: add support for ELECOM WRC-2533GST2 2020-06-21 20:56:42 +02:00
mt7621_elecom_wrc-gst.dtsi ramips: add support for ELECOM WRC-2533GST2 2020-06-21 20:56:42 +02:00
mt7621_firefly_firewrt.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_gehua_ghl-r-001.dts ramips: enable broken-flash-reset for some 32M flash boards 2020-04-12 22:27:17 +08:00
mt7621_gnubee_gb-pc1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_gnubee_gb-pc2.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +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: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_iodata_wnpr2600g.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_iptime_a6ns-m.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_iptime_a8004t.dts ramips: reduce spi-max-frequency for ipTIME A8004T 2020-07-06 16:25:32 +02:00
mt7621_jcg_jhr-ac876m.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_lenovo_newifi-d1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_linksys_ea7500-v2.dts ramips: add support for Linksys EA7500 v2 2020-05-17 18:44:28 +02:00
mt7621_linksys_re6500.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_mediatek_ap-mt7621a-v60.dts ramips: dts: fix incorrect flash reg property 2020-05-09 14:49:33 +02:00
mt7621_mediatek_mt7621-eval-board.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_mikrotik_routerboard-750gr3.dts ramips: drop useless label-mac-device for RouterBOARD 750Gr3 2020-06-13 13:53:27 +02:00
mt7621_mikrotik_routerboard-m11g.dts ramips: mt7621: use higher SPI clock speed on Mikrotik rbm11g and rbm33g 2020-06-03 16:49:28 +02:00
mt7621_mikrotik_routerboard-m33g.dts ramips: mt7621: use higher SPI clock speed on Mikrotik rbm11g and rbm33g 2020-06-03 16:49:28 +02:00
mt7621_mqmaker_witi.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_mtc_wr1201.dts ramips: correct MTC WR1201 LAN ports names 2020-04-04 14:56:14 +08:00
mt7621_netgear_ex6150.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08: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: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_netgear_sercomm_bzv.dtsi ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_netgear_sercomm_chj.dtsi ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_netgear_wac104.dts ramips: mt7621: add support for NETGEAR WAC104 2020-06-12 14:13: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: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_phicomm_k2p.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_planex_vr500.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_samknows_whitebox-v8.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +02:00
mt7621_storylink_sap-g3200u3.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +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: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08:00
mt7621_tplink_re350-v1.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +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: add support for TP-Link RE500 v1 2020-07-07 00:40:04 +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: dts: use generic node name for flash 2020-05-09 14:48:50 +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_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: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08: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: Add support for Xiaomi Mi Router(Black,R2100) 2020-07-08 16:07:05 +02:00
mt7621_xiaoyu_xy-c5.dts ramips: mt7621: update dts/defconfig for DSA 2020-04-04 14:40:44 +08: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: add support for ZyXEL WAP6805 (Altibox WiFi+) 2020-07-08 16:07:05 +02:00
mt7621.dtsi ramips: mt7621: backport more pcie driver fixes 2020-04-18 13:06:48 +08: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: dts: use generic node name for flash 2020-05-09 14:48:50 +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_mediatek_linkit-smart-7688.dts ramips: dts: use generic node name for flash 2020-05-09 14:48:50 +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_r6080.dts ramips: add support for Netgear R6080 2020-06-27 00:29:45 +02:00
mt7628an_netgear_r6120.dts ramips: move Netgear R6120 LED trigger to DTS 2020-06-23 21:53: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: dts: use generic node name for flash 2020-05-09 14:48:50 +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: add support for RAVPower RP-WD009 2020-06-29 12:24:01 +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.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: replace pinctrl property names 2020-04-12 22:29:17 +08:00
mt7628an_tplink_tl-wr842n-v5.dts ramips: replace pinctrl property names 2020-04-12 22:29:17 +08: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: replace pinctrl property names 2020-04-12 22:29:17 +08: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: replace pinctrl property names 2020-04-12 22:29:17 +08: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: dts: use generic node name for flash 2020-05-09 14:48:50 +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-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