-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add Power Management support to TI cc23x0 SoC #91401
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
Open
bogdanovs
wants to merge
10
commits into
zephyrproject-rtos:main
Choose a base branch
from
bogdanovs:sbogdanov/upstream-cc23x0-pm-base
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add Power Management support to TI cc23x0 SoC #91401
bogdanovs
wants to merge
10
commits into
zephyrproject-rtos:main
from
bogdanovs:sbogdanov/upstream-cc23x0-pm-base
+466
−16
Conversation
This file contains hidden or 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
c1c1969
to
956ad83
Compare
This was referenced Jun 13, 2025
956ad83
to
f6397be
Compare
Add support for RTC as timer for cc23x0 SoC. Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com>
Add choice menu where could be selected between RTC or SYSTIM for system timer. Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com>
In case RTC is used for system timer, it should not be used as counter device. Dependency restricts counter driver to work only with SYSTIM. Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com>
Add conditonal definition for RTC and SYSTIM with different values for both of them respecting clock speed and ticks per minute. Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com>
External 32.768 kHz crystal oscillator (LFXT) connected across the X32P input and X32N output pins. Signed-off-by: Julien Panis <jpanis@baylibre.com>
Enable external 32 kHz crystal oscillator. Signed-off-by: Julien Panis <jpanis@baylibre.com>
Add power management capabilities for cc23x0: - runtime-idle - standby - soft-off Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com>
In power management, add conditions to handle the case where RTC is used as main timer. Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com>
In power management, add support to take into account the alarms set in RTC. Alarm from RTC is processed like any other from SYSTIM. This prevents from missing interrupts. Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com>
Add support for PM to cc23x0 SoC. Signed-off-by: Stoyan Bogdanov <sbogdanov@baylibre.com> Signed-off-by: Julien Panis <jpanis@baylibre.com>
f6397be
to
b7b48d6
Compare
|
This was referenced Jun 26, 2025
Hello @andyross @nordic-krch @vaishnavachath Would you mind reviewing this PR please when you are available ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Clock Control
area: Counter
area: Timer
Timer
platform: TI SimpleLink
Texas Instruments SimpleLink MCU
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This series adds Power Management support to TI cc23x0 SoC.
Datasheet: https://www.ti.com/lit/ds/symlink/cc2340r5.pdf