realtek: add support for D-Link DGS-1210-20
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Thu, 16 Jun 2022 09:41:02 +0000 (11:41 +0200)
committerSander Vanheule <sander@svanheule.net>
Sun, 19 Jun 2022 06:36:21 +0000 (08:36 +0200)
commit6153c530cc2ae139c6cdde68a4ba53bd2f82bf68
treef719043021b62e6d6fe1e74b17789e99119f7e22
parentacbe1d4d360d859d40cfaad499b9f7c6d2f096e2
realtek: add support for D-Link DGS-1210-20

 Hardware specification
 ----------------------

 * RTL8382M SoC, 1 MIPS 4KEc core @ 500MHz
 * 128MB DRAM
 * 32MB NOR Flash
 * 16 x 10/100/1000BASE-T ports
    - Internal PHY with 8 ports (RTL8218B)
    - External PHY with 8 ports (RTL8218B)
 * 4 x Gigabit RJ45/SFP Combo ports
    - External PHY with 4 SFP ports (RTL8214FC)
 * Power LED
 * Reset button on front panel
 * UART (115200 8N1) via unpopulated standard 0.1" pin header marked J6

 UART pinout
 -----------

  [o]ooo|J6
   | ||`------ GND
   | |`------- RX
   | `-------- TX
   `---------- Vcc (3V3)

 Boot initramfs image from U-Boot
 --------------------------------

  1. Press Escape key during `Hit Esc key to stop autoboot` prompt
  2. Press CTRL+C keys to get into real U-Boot prompt
  3. Init network with `rtk network on` command
  4. Load image with `tftpboot 0x8f000000 openwrt-realtek-rtl838x-d-link_dgs-1210-20-initramfs-kernel.bin` command
  5. Boot the image with `bootm` command

To install, upload the sysupgrade image to the OEM webpage or sysupgrade
from the system running from initramfs image.

It has been developed and tested on device with F1 revision.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
[correct initramfs image name]
Signed-off-by: Sander Vanheule <sander@svanheule.net>
package/boot/uboot-envtools/files/realtek
target/linux/realtek/dts-5.10/rtl8382_d-link_dgs-1210-20.dts [new file with mode: 0644]
target/linux/realtek/image/rtl838x.mk