Skip to content
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

Add PWM support to TI cc23x0 SoC #84530

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bogdanovs
Copy link
Contributor

@bogdanovs bogdanovs commented Jan 24, 2025

This series adds PWM support to TI cc23x0 SoC.

Datasheet: https://www.ti.com/lit/ds/symlink/cc2340r5.pdf

@zephyrbot zephyrbot added platform: TI SimpleLink Texas Instruments SimpleLink MCU area: PWM Pulse Width Modulation area: UART Universal Asynchronous Receiver-Transmitter area: Timer Timer area: GPIO area: Pinctrl area: Flash labels Jan 24, 2025
@bogdanovs bogdanovs marked this pull request as draft January 24, 2025 17:21
@zephyrbot
Copy link
Collaborator

zephyrbot commented Jan 24, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

Add PWM support for LGPT0, LGPT1, LGPT2 and LGPT3 for cc23x0 SoC.

Signed-off-by: Stoyan Bogdanov <[email protected]>
Add all available PWM channes as subnodes to respecite LGPT.

Signed-off-by: Stoyan Bogdanov <[email protected]>
For each available LGPT PWM channel is selected one PWM
capable pin.

Signed-off-by: Stoyan Bogdanov <[email protected]>
Add default pwm leds:
 - pwm_led0 - red led on the board
 - pwm_led1 - green led on the board

Signed-off-by: Stoyan Bogdanov <[email protected]>
@bogdanovs bogdanovs force-pushed the baylibre/upstream-cc23x0-pwm branch from 22cc550 to 1a70144 Compare February 4, 2025 17:22
@bogdanovs bogdanovs marked this pull request as ready for review February 4, 2025 17:22
@zephyrbot zephyrbot removed the manifest label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Flash area: GPIO area: Pinctrl area: PWM Pulse Width Modulation area: Timer Timer area: UART Universal Asynchronous Receiver-Transmitter platform: TI SimpleLink Texas Instruments SimpleLink MCU
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants