-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Conversation
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>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can these go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(//vin-supply . . . piece).
There was a problem hiding this comment.
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
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]>
Makes files compliant with zephyr devicetree guidelines