forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: spip: add npcm4xx spip driver to support spi flash access
add npcm4xx spip driver to support spi flash access. only support single mode read/write spi command. increase main stack size to 4096 to match openbic reference platform. Signed-off-by: cpchiang <[email protected]>
- Loading branch information
cpchiang
committed
Aug 24, 2023
1 parent
88666c8
commit c11b26d
Showing
10 changed files
with
332 additions
and
146 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
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 |
---|---|---|
|
@@ -170,7 +170,7 @@ | |
&pinctrl_vin3_default>; /* VIN3 - D6 */ | ||
}; | ||
|
||
&spip { | ||
&spip1 { | ||
status = "okay"; | ||
}; | ||
|
||
|
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.