Changes between Version 49 and Version 50 of expansion/gw16167


Ignore:
Timestamp:
07/07/2026 11:54:18 PM (3 days ago)
Author:
Ryan Erb
Comment:

add sdio notes

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16167

    v49 v50  
    11851185 * Load R5 and Remove R4, R6 (SDIO Reset Control) or if you want the card to reset on it's own remove R4, R6 and add C8.
    11861186
     1187The SDIO signals on the M.2 pins would be as follows:
     1188 * M2.9: SDIO_CLK (3.3V)
     1189 * M2.11: SDIO_CMD (3.3V)
     1190 * M2.13: SDIO_DATA0 (3.3V)
     1191 * M2.15: SDIO_DATA1 (3.3V)
     1192 * M2.17: SDIO_DATA2 (3.3V)
     1193 * M2.19: SDIO_DATA3 (3.3V)
     1194 * M2.21: No Connect - SDIO_WAKE#
     1195 * M2.23: SDIO_RESET# (3.3V)
     1196 
    11871197For SPI, it is required CONFIG_MORSE_SPI be added during the driver build for SPI support.
    11881198