gs110tpp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
gs110tpp [2020/11/26 22:01] – [Hardware build-up] More GPIO details svanheulegs110tpp [2024/04/18 17:53] (current) – Add JTAG tag svanheule
Line 7: Line 7:
   * [[rtl838x|RTL8380M]] SoC   * [[rtl838x|RTL8380M]] SoC
   * Macronix MX25L25635F (32MB flash)   * Macronix MX25L25635F (32MB flash)
-  * Winbond W631GG8MB (256MB DDR3 SDRAM)+  * Winbond W631GG8MB (128MB DDR3 SDRAM)
   * [[rtl8214|RTL8214C]] external PHY   * [[rtl8214|RTL8214C]] external PHY
   * RTL8231 GPIO extender   * RTL8231 GPIO extender
Line 30: Line 30:
 {{:wiki:gs110tpp-top.jpg?400|}} {{:wiki:gs110tpp-top.jpg?400|}}
 {{:wiki:gs110tpp-bottom.jpg?400|}} {{:wiki:gs110tpp-bottom.jpg?400|}}
 +
 +==== GPIO connections and port LEDs ====
 +  * Internal GPIO connections:
 +    * GPIO0: connected to front panel reset button. Input, active low.
 +    * GPIO2: connected to clock line of RTL8231. Output, used by MDIO/SMI peripheral (or bit-banged MDIO)
 +    * GPIO3: connected to data line of RTL8231. Input/output, used by MDIO/SMI peripheral (or bit-banged MDIO)
 +    * GPIO13: connected to #RESET pin of SoC (114). Output, active low, external pull-up.
 +  * RTL8231 GPIO connections:
 +    * GPIO31, GPIO32, GPIO34: red, green, and blue components of the "Power" RGB LED. Output, active low.
 +  * Port LED:
 +    * Port 0-23, LED0: Green LED, link/act 1G
 +    * Port 0-23, LED1: Amber LED, link/act 100M/10M
 +  * "PoE Max" LED is controlled by the PoE MCU
 +
 +
 +
  
 ==== Pinouts ==== ==== Pinouts ====
 === GPIO === === GPIO ===
-  * TP8: GPIO2+  * TP8: GPIO1 
 +  * TP3: GPIO14 
 +  * TP4: GPIO11 
 +  * TP5: GPIO10 
 +  * TP6: GPIO12 
 +  * TP7: GPIO13
  
 === I2C === === I2C ===
Line 67: Line 88:
 | **Name** | u-boot | u-boot-env | device-info | config | log | firmware1 | firmware2 | | **Name** | u-boot | u-boot-env | device-info | config | log | firmware1 | firmware2 |
 | **Size** | 896k   | 64k        | 64k         | 1M     | 1M  | 14.5M     | 14.5M     | | **Size** | 896k   | 64k        | 64k         | 1M     | 1M  | 14.5M     | 14.5M     |
 +
 +==== Vendor board definition ====
 +<file>
 +------------------ Board Configuration ------------------
 +
 +***********************************************************
 + GS110TPP 8-Port Gigabit PoE+ Ethernet Smart Managed Pro Switch with 2 Copper Ports and Cloud Management
 +***********************************************************
 +============================
 + Board GPIO
 +============================
 +Device  Pin  Direction  Default  Current
 +------- ---- ---------- -------- --------
 +INT        IN                1       
 +INT     13   OUT        1        1       
 +EXT        IN  (IN  ) 0        0       
 +EXT        IN  (IN  ) 0        0       
 +EXT        IN  (IN  ) 0        0       
 +EXT     10   OUT (OUT ) 0        1       
 +EXT     11   IN  (IN  ) 0        0       
 +EXT     12   IN  (IN  ) 0        0       
 +EXT     13   IN  (IN  ) 0        0       
 +EXT     14   IN  (IN  ) 0        0       
 +EXT     20   OUT (OUT ) 1        1       
 +EXT     24   OUT (OUT ) 1        1       
 +EXT     25   OUT (OUT ) 1        1       
 +EXT     27   OUT (OUT ) 0        0       
 +EXT     28   OUT (OUT ) 0        0       
 +EXT     31   OUT (OUT ) 1        1       
 +EXT     32   OUT (OUT ) 0        0       
 +EXT     34   OUT (OUT ) 1        1       
 +
 +============================
 + Board Configuration
 +============================
 +====== Port ==================
 +Type        Usr  Phy     Media       Speed          Duplex   Attr
 +----------- ---- ------- ----------- -------------- -------- -------
 +1000M          (0) 8   Copper      (A) ALL        Auto          
 +1000M          (0) 9   Copper      (A) ALL        Auto          
 +1000M          (0) 10  Copper      (A) ALL        Auto          
 +1000M          (0) 11  Copper      (A) ALL        Auto          
 +1000M          (0) 12  Copper      (A) ALL        Auto          
 +1000M          (0) 13  Copper      (A) ALL        Auto          
 +1000M          (0) 14  Copper      (A) ALL        Auto          
 +1000M          (0) 15  Copper      (A) ALL        Auto          
 +1000M          (0) 16  Copper      (A) ALL        Auto          
 +1000M       10   (0) 17  Copper      (A) ALL        Auto          
 +
 +
 +====== Button ================
 +
 +------------ Reset Button
 +GPIO: INT_0 
 +Timer: 2(sec)  Action: Reboot
 +Timer: 5(sec)  Action: Restore Factory
 +
 +
 +====== Led ===================
 +System
 +  ON [CUSTOM]
 +  ON C2 [CUSTOM]
 +  OFF [CUSTOM]
 +Port
 +  ON [ASIC(P)]
 +  ON C2 [ASIC(P)]
 +  OFF [ASIC(P)]
 +  AUTO [ASIC(P)]
 +PoE Max
 +  ON [MCU]
 +  OFF [MCU]
 +  AUTO [MCU]
 +PoE Port
 +  ON [MCU]
 +  ON C2 [MCU]
 +  OFF [MCU]
 +  AUTO [MCU]
 +Cloud
 +  ON [CUSTOM]
 +  OFF [CUSTOM]
 +
 +
 +====== Reset =================
 +Type: GPIO
 +GPIO: INT_13
 +
 +
 +====== WatchDog ==============
 +Type: REG
 +
 +
 +====== PoE ===================
 +
 +
 +</file>
 +
  
 ==== Bootloader ==== ==== Bootloader ====
Line 74: Line 191:
 Some realtek-specific commands are also available: Some realtek-specific commands are also available:
   * ''rtk network on'': Configure the ethernet hardware inside the bootloader (not enabled on boot).   * ''rtk network on'': Configure the ethernet hardware inside the bootloader (not enabled on boot).
 +
 +
  
  
Line 80: Line 199:
   * GPL source drop: [[https://www.downloads.netgear.com/files/GPL/GS110TPP_V7.0.1.x_GPL_SRC.zip]]   * GPL source drop: [[https://www.downloads.netgear.com/files/GPL/GS110TPP_V7.0.1.x_GPL_SRC.zip]]
  
 +{{tag>rtl8380m}} {{tag>802.3at}} {{tag>jtag}} {{tag>1000base-t}}
  • gs110tpp.1606428100.txt.gz
  • Last modified: 2020/11/26 22:01
  • by svanheule