Changes between Version 3 and Version 4 of expansion/gw16160
- Timestamp:
- 08/12/2025 10:38:22 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16160
v3 v4 64 64 - GW820x+GW16FE0 in FSA2 - SDIO_RESET# is pin23 and is GPIO2_10. To take out of reset you can add 'gpio set gpio2_10' to U-Boot scripts (ie preboot). FSA1 does not connect pin23 65 65 66 Examples: 67 * GW820x+GW16FE0 in FSA2: 68 - set GPIO in U-Boot: 69 {{{ 70 setenv preboot "$preboot; gpio set gpio2_10" 71 saveenv 72 }}} 73 66 74 == Reset 67 75 The Mosiac-X5 NRST_IN# needs to be floating (internal pu) or driven high at 3.3V to allow the card out of reset. … … 84 92 85 93 Reset Loading Options: 86 - resistor R20 can be loaded and U7 unloaded to directly connect these if used in a socket where this pin is 3.3V94 - Resistor R20 can be loaded and U7 unloaded to directly connect these if used in a socket where this pin is 3.3V 87 95 - U7 can be unloaded and the internal PU will allow the Mosiac out of reset without the ability to reset it via hardware 88 96