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/12/18 09:55] – Correct RAM size svanheulegs110tpp [2024/04/18 17:53] (current) – Add JTAG tag svanheule
Line 31: Line 31:
 {{:wiki:gs110tpp-bottom.jpg?400|}} {{:wiki:gs110tpp-bottom.jpg?400|}}
  
-==== GPIO connections ==== +==== GPIO connections and port LEDs ==== 
-  * GPIO0: connected to front panel reset button. Input, active low. +  * Internal GPIO connections: 
-  * GPIO2: connected to clock line of RTL8231. Output, used by MDIO/SMI peripheral (or bit-banged MDIO) +    * GPIO0: connected to front panel reset button. Input, active low. 
-  * GPIO3: connected to data line of RTL8231. Input/output, used by MDIO/SMI peripheral (or bit-banged MDIO) +    * GPIO2: connected to clock line of RTL8231. Output, used by MDIO/SMI peripheral (or bit-banged MDIO) 
-  * GPIO13: connected to #RESET pin of SoC (114). Output, active low, external pull-up.+    * 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 ====
Line 78: 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 85: 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 91: 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>1000base-t}}+{{tag>rtl8380m}} {{tag>802.3at}} {{tag>jtag}} {{tag>1000base-t}}
  • gs110tpp.1608285333.txt.gz
  • Last modified: 2020/12/18 09:55
  • by svanheule