Difference between revisions of "Hardware/SD Host Controller"
< Hardware
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
| len = 0x200 | | len = 0x200 | ||
| bits = 32 | | bits = 32 | ||
− | | | + | | hwdirq = 7 |
| endian = revlittle | | endian = revlittle | ||
}} | }} |
Revision as of 19:49, 10 March 2009
SD Host Controller | |
Access | |
---|---|
Broadway | None |
Starlet | Full |
Registers | |
Base | 0x0d070000 |
Length | 0x200 |
Access size | 32 bits |
Byte order | Reversed Little Endian |
IRQs | |
Hollywood | 7 |
General
The SD Host controller is just a standard SD host controller. You can get a simplified specification which is detailed enough to implement everything you need to access SD cards from the SD Association. Both the BSD (e.g. OpenBSD) and the Linux kernel come with an implementation.