-
Notifications
You must be signed in to change notification settings - Fork 7.5k
All nRF drivers: migrate configuration from Kconfig to DTS #8758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
area: Devicetree
Enhancement
Changes/Updates/Additions to existing features
Meta
A collection of features, enhancements or bugs
platform: nRF
Nordic nRFx
Comments
This will be done by @Mierunski and @jarz-nordic |
CC @galak |
Serial driver in the PR: #8847 |
Has the SPI driver been migrated or will be in for v1.13? |
Hi, |
@jarz-nordic @Mierunski @anangl can you please check the table in the description and tick off what's needed? |
gamnes
added a commit
to gamnes/zephyr
that referenced
this issue
Dec 11, 2018
1. Kconfig option CLOCK_CONTROL_NRF5_IRQ_PRIORITY moved to DT 2. clock device added to all nrf5x DTSI files. status "ok". 3. Added yaml binding for Nordic DT Clock node. 4. IRQ number is taken from DT Clock alias; DT_NORDIC_NRF_CLOCK_CLOCK_IRQ. 5. IRQ Priority is taken from DT Clock alias; DT_NORDIC_NRF_CLOCK_CLOCK_IRQ_PRIORITY 6. Clock address is taken from DT Clock alias; DT_NORDIC_NRF_CLOCK_CLOCK_BASE_ADDRESS See issue zephyrproject-rtos#8758 Signed-off-by: Gaute Gamnes <[email protected]>
sensor/QDEC has already been migrated. |
All peripherals with actual DT support have been ported now, closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Devicetree
Enhancement
Changes/Updates/Additions to existing features
Meta
A collection of features, enhancements or bugs
platform: nRF
Nordic nRFx
Uh oh!
There was an error while loading. Please reload this page.
Move all possible configuration like: IRQ level or pinout, from Kconfig to DTS.
This applies to:
The text was updated successfully, but these errors were encountered: