Editing Syscon SPI
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
= Overview = | = Overview = | ||
Syscon has multiple SPI busses for communicating with different hardware peripherals: | |||
* | * Cell BE | ||
* | * RSX | ||
* Southbridge | |||
* | |||
= Cell BE SPI = | = Cell BE SPI = | ||
Line 18: | Line 17: | ||
== SPI Protocol == | == SPI Protocol == | ||
* Fixed size header | * Fixed size header | ||
* 8-bit | * 8-bit Command ID | ||
* 16-bit SPI address | * 16-bit SPI address | ||
* Register-specific data length | * Register-specific data length | ||
=== SPI Command ID === | === SPI Command ID === | ||
Line 59: | Line 57: | ||
|- | |- | ||
| 'x' indicates don't care | | 'x' indicates don't care | ||
|} | |} | ||
Line 83: | Line 64: | ||
= Southbridge SPI = | = Southbridge SPI = | ||
To be discovered... | To be discovered... | ||