[nrf fromtree] boards: nordic: Add nRF93M1 DK board#4040
Open
SeppoTakalo wants to merge 1 commit into
Open
Conversation
a5d3ac0 to
308c7c2
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 5, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4040 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
308c7c2 to
0b29c17
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 21, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4040 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
0b29c17 to
ea233d0
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 21, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4040 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
ea233d0 to
da2bc1f
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 22, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4040 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
da2bc1f to
b11aa59
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 25, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4040 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
bjarki-andreasen
approved these changes
May 26, 2026
Contributor
Author
|
After internal discussion, we have decided to not target NCS 3.4 as there are too many issues pending, the upstream PR is still open and the merge window is closing. |
b11aa59 to
a58ff14
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 29, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4040 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
a58ff14 to
9860218
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 29, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4040 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
9860218 to
217769b
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Jun 1, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4040 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
maxd-nordic
approved these changes
Jun 1, 2026
jhn-nordic
approved these changes
Jun 1, 2026
217769b to
d795291
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Jun 3, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4040 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
d795291 to
ec0a54c
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Jun 3, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4040 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Add build targets for nRF93M1 DK board which includes nRF54L15 as a host MCU. Bulk of the board definitions are copied from nRF54L15DK. Main differences: * The console UART is changed to uart20 as uart30 is routed to modem * Few GPIO hogs to control the modem and UART switches * nPM1300 PMIC set up to enable various voltages on board Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no> (cherry picked from commit 503c4ca327839949463690d98f36cf8d37f5e09b)
ec0a54c to
1a6611e
Compare
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Jun 3, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#4040 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add build targets for nRF93M1 DK board which includes nRF54L15 as a host MCU.
While waiting for the PR zephyrproject-rtos/zephyr#106289 to proceed, create a fromlist PR here, so we can continue developing with NCS dependant code.
Upstream PR #: 106289