app: Add nRF91M1 overlay for pin configuration#234
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds support material for the nRF91M1 (pre-programmed nRF9151 SiP) UART/pin configuration by documenting the mapping and introducing a devicetree overlay intended to configure UART pins for DK/external-host scenarios.
Changes:
- Document nRF91M1 UART pin mapping and usage notes (incl. DTR-to-GND requirement).
- Add a new
overlay-91m1.overlaydevicetree overlay for the nRF91M1 pin configuration. - Add a new documentation link for nRF9151 LGA pin assignments and reference the new UART docs from SM configuration docs.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| doc/uart_configuration.rst | Adds a new nRF91M1 UART/pin mapping section and operational notes. |
| doc/links.txt | Adds a link target for nRF9151 LGA pin assignments. |
| doc/app/sm_configuration.rst | Lists the new overlay and links to the UART pin details section. |
| app/overlay-91m1.overlay | Introduces a devicetree overlay intended to configure UART0/UART1 pins for nRF91M1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
trantanen
reviewed
Mar 26, 2026
de61938 to
0fc47f3
Compare
trantanen
reviewed
Mar 27, 2026
Collaborator
trantanen
left a comment
There was a problem hiding this comment.
I'm basically ready with this. Let's wait for other comments.
trantanen
reviewed
Mar 27, 2026
trantanen
reviewed
Mar 27, 2026
trantanen
reviewed
Mar 27, 2026
trantanen
reviewed
Mar 27, 2026
0fc47f3 to
cb3e63a
Compare
trantanen
approved these changes
Mar 27, 2026
divipillai
reviewed
Mar 27, 2026
Add overlay and documentation for nRF91M1 pin configuration for v2.x pre-releases. Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
b0208a6 to
e77260b
Compare
divipillai
approved these changes
Mar 30, 2026
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 overlay and documentation for nRF91M1 pin configuration for v2.x pre-releases.
Jira: SM-249