-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: nrf52*: use DT to configure regulators
Migrate from the deprecated Kconfig option to configure regulators of the nRF52 SoC series to DTS description. This change aligns the sdk-nrf repository with the upstream changes that were introduced in the following commit: zephyrproject-rtos/zephyr@9097d5dac5a354c4fc0 Ref: NCSDK-29757 Signed-off-by: Kamil Piszczek <[email protected]>
- Loading branch information
Showing
12 changed files
with
24 additions
and
79 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -63,6 +63,10 @@ | |
}; | ||
}; | ||
|
||
®1 { | ||
regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; | ||
}; | ||
|
||
&uicr { | ||
gpio-as-nreset; | ||
}; | ||
|
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -25,6 +25,10 @@ | |
}; | ||
}; | ||
|
||
® { | ||
regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; | ||
}; | ||
|
||
&adc { | ||
status = "okay"; | ||
}; | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -25,6 +25,10 @@ | |
}; | ||
}; | ||
|
||
® { | ||
regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; | ||
}; | ||
|
||
&adc { | ||
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
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 |
---|---|---|
|
@@ -33,6 +33,10 @@ | |
}; | ||
}; | ||
|
||
®1 { | ||
regulator-initial-mode = <NRF5X_REG_MODE_DCDC>; | ||
}; | ||
|
||
&adc { | ||
status = "okay"; | ||
}; | ||
|