forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch adds support of OpenCores tiny SPI driver. http://opencores.org/project,tiny_spi Signed-off-by: Thomas Chou <[email protected]> Signed-off-by: Grant Likely <[email protected]>
- Loading branch information
Showing
5 changed files
with
465 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
OpenCores tiny SPI | ||
|
||
Required properties: | ||
- compatible : should be "opencores,tiny-spi-rtlsvn2". | ||
- gpios : should specify GPIOs used for chipselect. | ||
Optional properties: | ||
- clock-frequency : input clock frequency to the core. | ||
- baud-width: width, in bits, of the programmable divider used to scale | ||
the input clock to SCLK. | ||
|
||
The clock-frequency and baud-width properties are needed only if the divider | ||
is programmable. They are not needed if the divider is fixed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.