Skip to content

boards: nordic: devicetree file cleanup #89017

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

Merged
merged 6 commits into from
Apr 28, 2025

Conversation

nordicjm
Copy link
Collaborator

Makes files compliant with zephyr devicetree guidelines

This configuration is for a system that has been removed

Signed-off-by: Jamie McCrae <[email protected]>
This configuration is for a system that has been removed

Signed-off-by: Jamie McCrae <[email protected]>
This configuration is for a system that has been removed

Signed-off-by: Jamie McCrae <[email protected]>
This configuration is for a system that has been removed

Signed-off-by: Jamie McCrae <[email protected]>
@@ -37,17 +37,20 @@

leds {
compatible = "gpio-leds";

/* Lightwell RGB */
led0: led_0 {
gpios = <&sx1509b 7 GPIO_ACTIVE_LOW>;
label = "Red LED";
//vin-supply = <&vdd_pwr>;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these go?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(//vin-supply . . . piece).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems added by a 5 year old commit to signify that the power from the LEDs is coming from vdd_pwr as part of the sx1509b I/O expander, assuming just as a comment to indicate, but no explicit reason to keep it

greg-leach
greg-leach previously approved these changes Apr 24, 2025
Fixes issues to make files compliant with the Zephyr devicetree
guidelines

Signed-off-by: Jamie McCrae <[email protected]>
Removes the scratch area from the network core for this board
target, this was not used anyhow but gets rid of a configuration
that would use a non-optimal swap mode

Signed-off-by: Jamie McCrae <[email protected]>
@kartben kartben merged commit 90de22f into zephyrproject-rtos:main Apr 28, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants