1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/target/linux/realtek/dts
Hauke Mehrtens e6ba970b6e realtek: Add ZyXEL GS1900-8
The ZyXEL GS1900-8 is a 8 port switch without any PoE functionality or
SFP ports, but otherwise similar to the other GS1900 switches.

Specifications
--------------
* Device:    ZyXEL GS1900-8 v1.2
* SoC:       Realtek RTL8380M 500 MHz MIPS 4KEc
* Flash:     Macronix MX25L12835F 16 MiB
* RAM:       Nanya NT5TU128M8GE-AC 128 MiB DDR2 SDRAM
* Ethernet:  8x 10/100/1000 Mbit
* LEDs:      1 PWR LED (green, not configurable)
             1 SYS LED (green, configurable)
             8 ethernet port status LEDs (green, SoC controlled)
* Buttons:   1 on-off glide switch at the back (not configurable)
             1 reset button at the right side, behind the air-vent
               (not configurable)
             1 reset button on front panel (configurable)
* Power      12V 1A barrel connector
* UART:      1 serial header (JP2) with populated standard pin connector on
             the left side of the PCB, towards the back. Pins are labelled:
             + VCC (3.3V)
             + TX (really RX)
             + RX (really TX)
             + GND
             the labelling is done from the usb2serial connector's point of
             view, so RX/ TX are mixed up.

Serial connection parameters for both devices: 115200 8N1.

Installation
------------
Instructions are identical to those for the GS1900-10HP and GS1900-8HP.

* Configure your client with a static 192.168.1.x IP (e.g. 192.168.1.10).
* Set up a TFTP server on your client and make it serve the initramfs
  image.
* Connect serial, power up the switch, interrupt U-boot by hitting the
  space bar, and enable the network:
  > rtk network on
* Since the GS1900-10HP is a dual-partition device, you want to keep the
  OEM firmware on the backup partition for the time being. OpenWrt can
  only boot off the first partition anyway (hardcoded in the DTS). To
  make sure we are manipulating the first partition, issue the following
  commands:
  > setsys bootpartition 0
  > savesys
* Download the image onto the device and boot from it:
  > tftpboot 0x84f00000 192.168.1.10:openwrt-realtek-generic-zyxel_gs1900-8-initramfs-kernel.bin
  > bootm
* Once OpenWrt has booted, scp the sysupgrade image to /tmp and flash it:
  > sysupgrade /tmp/openwrt-realtek-generic-zyxel_gs1900-8-squashfs-sysupgrade.bin

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2021-03-14 15:07:30 +01:00
..
rtl838x.dtsi realtek: add support for the RTL8390 and RTL9300 SoC IRQs 2021-01-26 15:06:50 +01:00
rtl930x.dtsi realtek: add dtsi for RTL930X SoCs 2021-01-26 15:06:50 +01:00
rtl8380_netgear_gigabit.dtsi realtek: refactor the Netgear GS110TPP v1 device tree 2021-02-12 08:52:41 +01:00
rtl8380_netgear_gs108t-v3.dts realtek: add support for Netgear GS108T v3 2021-02-12 08:52:41 +01:00
rtl8380_netgear_gs110tpp-v1.dts realtek: refactor the Netgear GS110TPP v1 device tree 2021-02-12 08:52:41 +01:00
rtl8380_zyxel_gs1900-8.dts realtek: Add ZyXEL GS1900-8 2021-03-14 15:07:30 +01:00
rtl8380_zyxel_gs1900-8hp-v1.dts realtek: add support for ZyXEL GS1900-8HP v1 and v2 2021-01-08 20:48:22 +01:00
rtl8380_zyxel_gs1900-8hp-v2.dts realtek: add support for ZyXEL GS1900-8HP v1 and v2 2021-01-08 20:48:22 +01:00
rtl8380_zyxel_gs1900-10hp.dts realtek: introduce shared DTSI for GS1900 series 2021-01-08 20:39:02 +01:00
rtl8380_zyxel_gs1900.dtsi realtek: use vendor-specific magic for ZyXEL 2021-01-24 18:12:34 +01:00
rtl8382_allnet_all-sg8208m.dts kernel: mtdsplit_uimage: replace "allnet, uimage" parser 2021-01-22 21:03:11 +01:00
rtl8382_d-link_dgs-1210-10p.dts realtek: move memory node to device DTS 2021-01-07 19:51:50 +01:00
rtl8382_d-link_dgs-1210-16.dts
rtl8382_d-link_dgs-1210-28.dts
rtl8382_d-link_dgs-1210.dtsi realtek: move memory node to device DTS 2021-01-07 19:51:50 +01:00