openwrt/target/linux/ramips
Rani Hod a4eb1ea331 ramips: add support for D-Link DRA-1360
The DRA-1360 rev A is a wall-plug AC1300 repeater.
Hardware is identical (same FCC ID, black case instead of white)
to D-Link DAP-1620 rev B, which is already supported, but a
different model name, revision, and hardware ID are needed.
Thus, the bulk of the DAP-1620 device tree is extracted to a
common dtsi included by the two models' device trees.

Repeating specs and installation instructions from e4c7703:
(note that the RAM size mentioned there was incorrect, oops)

Specs:
- SoC: MT7621AT (880MHz dual-core MIPS1004Kc)
- Memory: 128 MiB RAM, 16 MiB NOR SPI
- WiFi: MT7615DN 2x2 802.11n + 2x2 802.11ac (DBDC)
- Ethernet: 1 RJ45 port 10/100/1000
- Power/status LED: red+green
- LED RSSI bargraph: 2x green, 1x red+green

Installation:
- Keep reset button pressed during plug-in
- Web Recovery Updater is at 192.168.0.50
  (pings are ignored, it listens only for http)
- Upload factory.bin, confirm flashing
  (seems to work best with Chromium-based browsers)

Revert to OEM firmware:
- tail -c+117 DRA1360A1_FW112B03.bin | \
  openssl aes-256-cbc -d -md md5 -out decrypted.bin \
  -k c471706398cb147c6619f8a04a18d53e9c17ede8
- flash decrypted.bin via D-Link Web Recovery

Signed-off-by: Rani Hod <rani.hod@gmail.com>
2023-08-27 19:13:36 +02:00
..
base-files/etc ramips: remove model name from LED labels 2020-10-02 14:51:57 +02:00
dts ramips: add support for D-Link DRA-1360 2023-08-27 19:13:36 +02:00
files/drivers ramips: do not print error log when mdio bus is disabled 2023-06-25 18:48:29 +02:00
image ramips: add support for D-Link DRA-1360 2023-08-27 19:13:36 +02:00
mt76x8 ramips: add proper system clock and reset driver support for legacy SoCs 2023-07-30 13:09:23 +02:00
mt7620 ramips: add proper system clock and reset driver support for legacy SoCs 2023-07-30 13:09:23 +02:00
mt7621 ramips: add support for D-Link DRA-1360 2023-08-27 19:13:36 +02:00
patches-5.15 kernel: bump 5.15 to 5.15.125 2023-08-09 22:06:24 +02:00
rt288x ramips: add proper system clock and reset driver support for legacy SoCs 2023-07-30 13:09:23 +02:00
rt305x ramips: add proper system clock and reset driver support for legacy SoCs 2023-07-30 13:09:23 +02:00
rt3883 ramips: add proper system clock and reset driver support for legacy SoCs 2023-07-30 13:09:23 +02:00
Makefile ramips: Switch default kernel to 5.15 2023-02-17 16:31:53 +02:00
modules.mk ramips: rename mtk-hsdma to hsdma-mt7621 2021-03-04 23:43:02 -10:00