Skip to content

boards: Add support for PG23/PG28 Pro Kit #93285

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
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

janchri
Copy link

@janchri janchri commented Jul 17, 2025

This PR adds support for two development kits from Silicon Labs:

  • xG23-PK2504A
  • xG28-PK2506A

For the xG23-PK2504A, RTT has been configured due to issues when accessing the console via EUSART0/1. Tested manually on basic samples (hello world, blinky, and button).

This PR builds on the work carried out for xg24_ek2703a and other ports from the dev Kit folder.

Depends on: zephyrproject-rtos/hal_silabs#95

Copy link

Hello @janchri, and thank you very much for your first pull request to the Zephyr project!
Our Continuous Integration pipeline will execute a series of checks on your Pull Request commit messages and code, and you are expected to address any failures by updating the PR. Please take a look at our commit message guidelines to find out how to format your commit messages, and at our contribution workflow to understand how to update your Pull Request. If you haven't already, please make sure to review the project's Contributor Expectations and update (by amending and force-pushing the commits) your pull request if necessary.
If you are stuck or need help please join us on Discord and ask your question there. Additionally, you can escalate the review when applicable. 😊

Copy link

github-actions bot commented Jul 17, 2025

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

Name Old Revision New Revision Diff
hal_silabs janchri/hal_silabs@190a144 janchri/hal_silabs@e4e23d9 (main) janchri/[email protected]

Additional metadata changed:

Name URL Submodules West cmds module.yml Blobs
hal_silabs

DNM label due to: 1 project with metadata changes

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

@github-actions github-actions bot added manifest manifest-hal_silabs DNM (manifest) This PR should not be merged (controlled by action-manifest) labels Jul 17, 2025
drive-push-pull;
output-high;
};
group1 {
Copy link
Contributor

Choose a reason for hiding this comment

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

fix as per https://docs.zephyrproject.org/latest/contribute/style/devicetree.html there are multiple issues in all files in this PR, fix them all

Copy link
Author

@janchri janchri Jul 18, 2025

Choose a reason for hiding this comment

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

I added the missing empty line between blocks. I use tab for idents. Am I missing more? Can I somehow start the code checking action by myself? I am really suprised that this ending issue/ms problem appeard.

janchri added 3 commits July 18, 2025 17:31
add xg23_pk2504a and xg28_pk2506a Silab board

Signed-off-by: Christoph Jans <[email protected]>
Add device tree and support files for xg23 and xg28 dev Kit boards.

Signed-off-by: Christoph Jans <[email protected]>
Introducing the efm32pg23 and efm32pg28 Series 2 Silabs chips.

Signed-off-by: Christoph Jans <[email protected]>
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Clock Control area: DMA Direct Memory Access area: Pinctrl DNM (manifest) This PR should not be merged (controlled by action-manifest) manifest manifest-hal_silabs platform: Silabs Silicon Labs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants