openwrtv3/target/linux/ramips/dts
Petr Štetiar 16b950c981 ramips: Add support for ZTE ZXECS EBG3130 aka BDCOM WAP2100-SK
On the bottom sticker it's branded as ZTE ZXECS EBG3130 device, but in factory
OpenWrt image it's referenced as BDCOM WAP2100-SK device.

Specifications:

- SoC: MediaTek MT7620A
- RAM: 128 MB
- Flash: 16 MB
- Ethernet: 5 FE ports
- Wireless radio: 2T2R 2.4 GHz and 1T1R 5 GHz (MT7610EN, unsupported)
- UART: 1 x UART on PCB marked as J2 (R=RX, T=TX, G=GND) with 115200 8N1 config
- LEDs: Power, FE ports 1-5, WPS, USB, RF 2.4G, RF 5G
- Other: USB port, SD card slot and 2x external antennas (non-detachable)

Flashing instructions:

A) The U-Boot has HTTP based firmware upgrade

  A1) Flashing notes

  We've identified so far two different batches of units, unfortunately
  each batch has different U-Boot bootloader flashed with different
  default environment variables, thus each batch has different IP address
  for accessing web based firmware updater.

  * First batch has web based bootloader IP address 1.1.1.1
  * Second batch has web based bootloader IP address 192.168.1.250

  In case you can't connect to either of those IPs, you can try to get
  the default IP address via two methods:

  A1.1) Serial console, then the IP address is visible during the boot

   ...
   HTTP server is starting at IP: 1.1.1.1
   raspi_read: from:40004 len:6
   HTTP server is ready!
   ...

  A1.2) Over telnet/SSH using this command:

   root@bdcom:/# grep ipaddr= /dev/mtd0
   ipaddr=1.1.1.1

  A2) Flashing with browser

  * Change IP address of PC to 1.1.1.2 with 255.255.255.0 netmask
  * Reboot the device and try to reach web based bootloader in the
    browser with the following URL http://1.1.1.1

  * Quickly select the firmware sysupgrade file and click on the
    `Update firmware` button, this all has to be done within 10 seconds,
    bootloader doesn't wait any longer

   If done correctly, the web page should show UPDATE IN PROGRESS page
   with progress indicator. Once the flashing completes (it takes roughly
   around 1 minute), the device will reboot to the OpenWrt firmware

  A3) Flashing with curl

   sudo ip addr add 1.1.1.2/24 dev eth0
   curl \
      --verbose \
      --retry 3 \
      --retry-delay 1 \
      --retry-max-time 30 \
      --connect-timeout 30 \
      --form "firmware=@openwrt-ramips-mt7620-BDCOM-WAP2100-SK-squashfs-sysupgrade.bin" \
      http://1.1.1.1

   Now power on the router.

B) The U-boot is based on Ralink SDK so we can flash the firmware using UART.

   1. Configure PC with a static IP address and setup an TFTP server.
   2. Put the firmware into the tftp directory.
   3. Connect the UART line as described on the PCB (G=GND, R=RX, T=TX)
   4. Power up the device and press 2, follow the instruction to set device and
      tftp server IP address and input the firmware file name. U-boot will then load
      the firmware and write it into the flash.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2018-11-26 12:05:44 +01:00
..
3G-6200N.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
3G-6200NL.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
3G150B.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
3G300M.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
11ACNAS.dts ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
A5-V11.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
AC1200RM.dts ramips: move status led unset to devicetree 2018-10-07 11:34:18 +02:00
AI-BR100.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
AIR3GII.dts ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
ALL0239-3G.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ALL0256N-4M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
ALL0256N-8M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
ALL0256N.dtsi ramips: fix dtc warnings 2018-08-04 08:39:35 +02:00
ALL5002.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
ALL5003.dts ramips: drop not existing groups from pinmux 2018-08-23 22:40:59 +02:00
AP-MT7621A-V60.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
AR670W.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
AR725W.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ArcherC2-v1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ArcherC20i.dts ramips: add missing DTS frequency limit for the 5 GHz radio on Archer C20i 2018-11-06 22:25:49 +01:00
ArcherC20v1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ArcherC20v4.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ArcherC50.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ArcherC50V3.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ArcherMR200.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ASL26555-8M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
ASL26555-16M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
ASL26555.dtsi ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ATP-52B.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
AWAPN2403.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
AWM002-EVB-4M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
AWM002-EVB-8M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
AWM002-EVB.dtsi ramips: fix dtc warnings 2018-08-04 08:39:35 +02:00
AWUSFREE1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
BC2.dts ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
BDCOM-WAP2100-SK.dts ramips: Add support for ZTE ZXECS EBG3130 aka BDCOM WAP2100-SK 2018-11-26 12:05:44 +01:00
BOCCO.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
BR-6475ND.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
BR-6478AC-V2.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
BROADWAY.dts ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
C108.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
CARAMBOLA.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
CF-WR800N.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
CS-QR10.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
CY-SWR1100.dts ramips: move status led unset to devicetree 2018-10-07 11:34:18 +02:00
D105.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
D240.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DAP-1350.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DAP-1522-A1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DB-WRT01.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DCH-M225.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DCS-930.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DCS-930L-B1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DIR-300-B1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DIR-300-B7.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DIR-320-B1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DIR-600-B1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DIR-610-A1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DIR-615-D.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DIR-615-H1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DIR-620-A1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DIR-620-D1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DIR-645.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DIR-810L.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DIR-860L-B1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DUZUN-DM06.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
DWR-116-A1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DWR-118-A2.dts ramips: move status led unset to devicetree 2018-10-07 11:34:18 +02:00
DWR-512-B.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
DWR-921-C1.dts ramips: move status led unset to devicetree 2018-10-07 11:34:18 +02:00
E1700.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
elecom_wrc-gst.dtsi ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ESR-9753.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
EW1200.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
EX2700.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
EX3700.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
F5D8235_V1.dts ramips: move status led unset to devicetree 2018-10-07 11:34:18 +02:00
F5D8235_V2.dts ramips: fix ethernet for f5d8235-v2 board 2018-11-26 09:58:17 +01:00
F7C027.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
FIREWRT.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
FONERA20N.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
FREESTATION5.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
GB-PC1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
GB-PC2.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
GL-MT300A.dts treewide: fix some cosmetic glitches in dts files 2018-08-27 19:31:17 +02:00
GL-MT300N-V2.dts ramips: fix leds on GL.iNet GL-MT300N-V2 2018-11-02 21:43:15 +01:00
GL-MT300N.dts treewide: fix some cosmetic glitches in dts files 2018-08-27 19:31:17 +02:00
GL-MT750.dts treewide: fix some cosmetic glitches in dts files 2018-08-27 19:31:17 +02:00
HC5X61.dtsi ramips: fix mt7620a ND/SD pins pinmuxes 2018-09-06 21:35:53 +02:00
HC5661.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
HC5661A.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
HC5761.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
HC5861.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
HC5861B.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
HC5962.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
HG255D.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
HLKRM04.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
HPM.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
HT-TM02.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
HW550-3G.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
IP2202.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
JHR-N805R.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
JHR-N825R.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
JHR-N926R.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
K2G.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
K2P.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ki_rb.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
kn.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
kn_rc.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
kn_rf.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
kng_rc.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
LINKIT7688.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
M2M.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
M3.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
M4-4M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
M4-8M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
M4.dtsi ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MAC1200RV2.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MicroWRT.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
MINIEMBPLUG.dts ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
MINIEMBWIFI.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MIR3G.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MIWIFI-MINI.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MIWIFI-NANO.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MLW221.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MLWG2.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MOFI3500-3GN.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MPRA1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MPRA2.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MR-102N.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MT7620a.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
mt7620a.dtsi ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
MT7620a_MT7530.dts ramips: remove superfluous & confusing DT binding 2018-08-06 07:05:37 +02:00
MT7620a_MT7610e.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
MT7620a_V22SG.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
mt7620n.dtsi ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
MT7621.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
mt7621.dtsi ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
MT7628.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
mt7628an.dtsi ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
MZK-750DHP.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MZK-DP150N.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MZK-EX300NP.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MZK-EX750NP.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MZK-W300NH2.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
MZK-WDPR.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
NA930.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
NBG-419N.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
NBG-419N2.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
NCS601W.dts ramips: drop not existing groups from pinmux 2018-08-23 22:40:59 +02:00
Newifi-D1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
Newifi-D2.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
NIXCORE-8M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
NIXCORE-16M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
NIXCORE.dtsi ramips: fix whitespace and comment issues in dts 2018-08-04 08:39:35 +02:00
NW718.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
OMEGA2.dts ramips: fix Omega2 compatible string 2017-12-29 22:32:34 +01:00
OMEGA2.dtsi ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
OMEGA2P.dts ramips: fix Omega2 compatible string 2017-12-29 22:32:34 +01:00
OY-0001.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
PBR-D1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
PBR-M1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
PSG1208.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
PSG1218.dtsi ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
PSG1218A.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
PSG1218B.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
PSR-680W.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
PWH2004.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
PX-4885-4M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
PX-4885-8M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
PX-4885.dtsi ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
R6120.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
R6220.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
RB750Gr3.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
RBM11G.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
RBM33G.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
RE350.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
RE6500.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
RP-N53.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
RT-AC51U.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
RT-G32-B1.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
RT-N10-PLUS.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
RT-N12-PLUS.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
RT-N13U.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
RT-N14U.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
RT-N15.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
RT-N56U.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
rt2880.dtsi ramips: use ralink,nr-gpio instead of ralink,num-gpios 2018-08-04 08:39:35 +02:00
rt3050.dtsi ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
rt3352.dtsi ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
rt3883.dtsi ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
rt5350.dtsi ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
RT5350F-OLINUXINO-EVB.dts ramips: introduce RT5350F-OLINUXINO.dtsi 2017-09-28 09:20:36 +02:00
RT5350F-OLINUXINO.dts ramips: introduce RT5350F-OLINUXINO.dtsi 2017-09-28 09:20:36 +02:00
RT5350F-OLINUXINO.dtsi ramips: drop not existing groups from pinmux 2018-08-23 22:40:59 +02:00
RUT5XX.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
SAP-G3200U3.dts ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
SK-WB8.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
SKW92A.dts ramips: add support for Skylab SKW92A in EVB 2018-11-26 09:47:27 +01:00
SL-R7205.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
TEW-638APB-V2.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
TEW-691GR.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
TEW-692GR.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
TEW-714TRU.dts ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
Timecloud.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
TINY-AC.dts ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
TL-MR3020V3.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
TL-MR3420V5.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
TL-WA801NDV5.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
TL-WR840NV4.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
TL-WR840NV5.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
TL-WR841NV13.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
TL-WR842NV5.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
TL-WR902ACV3.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
TPLINK-8M.dtsi ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
U25AWF-H1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
U35WF.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
U7621-06-256M-16M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
U7621-06.dtsi ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
U7628-01-128M-16M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
U7628-01.dtsi ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
UBNT-ER-e50.dtsi ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
UBNT-ERX-SFP.dts ramips: add missing soc compatibles to dts 2018-01-09 22:05:46 +01:00
UBNT-ERX.dts ramips: add support for Ubiquiti EdgeRouter X-SFP 2017-06-07 06:33:33 +02:00
UR-326N4G.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
UR-336UN.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
V11STFE.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
V22RW-2X2.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
VAR11N-300.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
VOCORE-8M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
VOCORE-16M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
VOCORE.dtsi ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
VOCORE2.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
VOCORE2.dtsi ramips: backport MT7628 pinmux fixes 2017-11-22 08:21:52 +01:00
VOCORE2LITE.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
VR500.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
W06.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
W150M.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
W306R_V20.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
W502U.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
W2914NSV2.dts ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
W2914NSV2.dtsi ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WCR-1166DS.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WCR150GN.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WD03.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WE1026-5G-16M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WE1026-5G.dtsi ramips: set usb led trigger via devicetree 2018-10-07 11:34:18 +02:00
WF-2881.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WHR-300HP2.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WHR-600D.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WHR-1166D.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WHR-G300N.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WIDORA-NEO-16M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WIDORA-NEO-32M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WIDORA-NEO.dtsi ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WITI-256M.dts ramips: add support for mqmaker witi 512mb version 2018-05-07 18:54:23 +02:00
WITI-512M.dts ramips: add support for mqmaker witi 512mb version 2018-05-07 18:54:23 +02:00
WITI.dtsi ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WIZARD8800.dts ramips: drop not existing groups from pinmux 2018-08-23 22:40:59 +02:00
WIZFI630A.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WL-330N.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WL-330N3G.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WL-341V3.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WL-351.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WL-WN575A3.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WLI-TX4-AG300N.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WLR-6000.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WMDR-143N.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WMR-300.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WN-AX1167GR.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WN-GX300GR.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WN3000RPV3.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WNCE2001.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WNDR3700V5.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WR512-3GN-4M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WR512-3GN-8M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WR512-3GN.dtsi ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WR1200JS.dts ramips: move status led unset to devicetree 2018-10-07 11:34:18 +02:00
WR6202.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WRC-1167GHBK2-S.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WRC-1900GST.dts ramips: add support for ELECOM WRC-1900GST 2018-08-23 22:42:09 +02:00
WRC-2533GST.dts ramips: add support for ELECOM WRC-1900GST 2018-08-23 22:42:09 +02:00
WRH-300CR.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WRTNODE.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WRTNODE2.dtsi ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WRTNODE2P.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WRTNODE2R.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WSR-600.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WSR-1166.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WT1520-4M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WT1520-8M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WT1520.dtsi ramips: fix dtc warnings 2018-08-04 08:39:35 +02:00
WT3020-4M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WT3020-8M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
WT3020.dtsi ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
WZR-AGL300NH.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
X5.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
X8.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
XDXRN502J.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
Y1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
Y1.dtsi ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
Y1S.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
YOUKU-YK1.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ZBT-APE522II.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
ZBT-CPE102.dts ramips: move status led unset to devicetree 2018-10-07 11:34:18 +02:00
ZBT-WA05.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ZBT-WE826-16M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
ZBT-WE826-32M.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
ZBT-WE826.dtsi ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ZBT-WE1226.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ZBT-WE1326.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
ZBT-WE2026.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ZBT-WE3526.dts ramips: move partitions into partition table node 2018-08-04 08:39:35 +02:00
ZBT-WG2626.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ZBT-WG3526-16M.dts ramips: mt7621: add compatible strings 2017-07-29 09:24:32 +02:00
ZBT-WG3526-32M.dts ramips: mt7621: add compatible strings 2017-07-29 09:24:32 +02:00
ZBT-WG3526.dtsi ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ZBT-WR8305RT.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ZL5900V2.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00
ZTE-Q7.dts ramips: add support for indicating the boot state using multiple leds 2018-10-07 11:34:18 +02:00