| 252 | === Card: Gateworks GW16159 M.2 E-Key 802.11ah !HaLow |
| 253 | The [wiki:expansion/gw16159 Gateworks GW16159 M.2 E-Key 802.11ah !HaLow card] uses SDIO for Sub 1GHz Wireless via the Silex SX_SDMAH module with the !MorseMicro mm6108 chip. |
| 254 | |
| 255 | Pin Details: |
| 256 | * M2.56: W_DISABLE1# routed to the RESET_N pin of the SX_SDMAH with a 200k pu to VDD_3P3 |
| 257 | * M2.54: W_DISABLE2# routed to the WAKE pin of the SX_SDMAH with a 10k pu to VDD_3P3 |
| 258 | |
| 259 | !WiFi details: |
| 260 | * 802.11ah Sub-1GHz !HaLow |
| 261 | * SDIO 0x02d0:0x4373 SDR104 |
| 262 | {{{#!bash |
| 263 | # cat /sys/bus/mmc/devices/mmc0\:0001/{vendor,device} |
| 264 | 0x325b |
| 265 | 0x0306 |
| 266 | # dmesg | grep mmc0 |
| 267 | [ 1.116682] mmc0: SDHCI controller on 30b40000.mmc [30b40000.mmc] using ADMA |
| 268 | [ 1.194224] mmc0: new high speed SDIO card at address 0001 |
| 269 | # cat /sys/kernel/debug/mmc0/ios |
| 270 | clock: 50000000 Hz |
| 271 | vdd: 21 (3.3 ~ 3.4 V) |
| 272 | bus mode: 2 (push-pull) |
| 273 | chip select: 0 (don't care) |
| 274 | power mode: 2 (on) |
| 275 | bus width: 2 (4 bits) |
| 276 | timing spec: 2 (sd high-speed) |
| 277 | signal voltage: 0 (3.30 V) |
| 278 | driver type: 0 (driver type B) |
| 279 | }}} |
| 280 | * supported by the [https://github.com/gateworks/morse_driver morse driver] |
| 281 | |