Hardware/802.11 Wireless
< Hardware
Jump to navigation
Jump to search
This is an old revision of this page, as edited by ConsciousCode (talk | contribs) at 11:32, 28 January 2022. It may differ significantly from the current revision. |
802.11 Wireless | |
Access | |
---|---|
Broadway | None |
Starlet | Full |
Registers | |
Base | 0x0d080000 |
Length | 0x200 |
Access size | unknown/32[check] bits |
Byte order | Reversed Little Endian |
IRQs | |
Hollywood | 8[check] |
The wireless hardware on the Wii is a BCM4318-based daughterboard that connects to the Hollywood via an internal SDIO bus. Information on this device is scarce.
See http://www.gc-linux.org/wiki/Wii:WLAN for additional information.
IOS's WL driver contains a lot of code that matches up with the code in the Android broadcom.git repo, specifically bcmsdh.c and bcmsdstd.c. That driver, combined with the knowledge that the BCM4318 is connected to the Hollywood via a standard SDHC at 0x0d080000, is probably enough to get WiFi working.
Pinout
Pin | Name |
---|---|
1 | GND |
2 | Data 2 |
3 | Data 1 |
4 | GND |
5 | CLK |
6 | GND |
7 | GPIO 1 (unused) |
8 | GND |
9 | 1.8V |
10 | 1.8V |
11 | 3.3V |
12 | 3.3V |
13 | GND |
14 | GPIO 0 (unused) |
15 | GND |
16 | Data 3 |
17 | Data 0 |
18 | GND |
19 | CMD |
20 | GND |
References
↑ 1. "WiFi Module Pinout". https://bitbuilt.net/forums/index.php?threads/wifi-module-pinout.1035/.
↑ 2. cite web