-
Notifications
You must be signed in to change notification settings - Fork 8k
boards: silabs: Add xg24 radio boards #97218
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
boards: silabs: Add xg24 radio boards #97218
Conversation
Introduce xg24 directory to be able to share configuration between rb4187c and new boards. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
Add missing PWM node, remove unused defconfig, add Commander runner support. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
Add support for xG24-RB4186C, a 10 dBm radio board using the EFR32MG24 SoC. Pinout is mostly identical to RB4187C, so share devicetree definitions between them. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
The following west manifest projects have changed revision in this Pull Request:
Additional metadata changed:
⛔ DNM label due to: 1 project with metadata changes and 19 blob changes Note: This message is automatically posted and updated by the Manifest GitHub Action. |
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.
LGTM.
d6ef120
51a9ab2
to
d6ef120
Compare
Add devicetree and soc entries for xgm24 modules. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
Add support for xGM240-RB4316A and xGM240-RB4317A radio boards for xGM240 modules. The two boards share pinout configuration, but have different radio and power configurations. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
Button 0 and LED 0 share a GPIO pin on xgm240 boards. Remove the `led0` alias in a board overlay to make the button sample work out of the box. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
be36dec
d6ef120
to
be36dec
Compare
|
Removed "DNM (manifest)" after verifying that the changes (in particular to binary blobs) are in compliance with Zephyr policy. |
Introduce xg24 directory to be able to share configuration between rb4187c and new boards. Add missing PWM node, remove unused defconfig, add Commander runner support.
Add support for xG24-RB4186C, a 10 dBm radio board using the EFR32MG24 SoC. Pinout is mostly identical to RB4187C, so share devicetree definitions between them.
Add devicetree and soc entries for xgm24 modules. Add support for xGM240-RB4316A and xGM240-RB4317A radio boards for xGM240 modules. The two boards share pinout configuration, but have different radio and power configurations.