forked from zephyrproject-rtos/zephyr
-
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.
dts: arm: rpi_pico: Adding spi configurations to rp2040
Add spi0 and spi1 configuration to rp2040. spi0 and spi1 are declared as compatible with "raspberrypi,pico-spi" and "arm,pl022". "raspberrypi,pico-spi" is just inherited from "arm,pl022" and "reset-device" spi0 and spi1 declare as compatible with "raspberrypi,pico-spi" and "arm,pl022". "raspberrypi,pico-spi" is just inheriting "arm,pl022" and "reset-device" for declaring the 'reset' property, with no additional property and implementation. Add also pinctrl macros to dt-bindings header. Signed-off-by: TOKITA Hiroshi <[email protected]>
- Loading branch information
1 parent
da32e26
commit 8a8e893
Showing
3 changed files
with
56 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
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,5 @@ | ||
description: Raspberry Pi Pico SPI | ||
|
||
compatible: "raspberrypi,pico-spi" | ||
|
||
include: ["arm,pl022.yaml", "reset-device.yaml"] |
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