Skip to content

Commit

Permalink
samples: net: cellular_modem: add mg100 support
Browse files Browse the repository at this point in the history
Add support for mg100 gateway.

Signed-off-by: Ryan Erickson <[email protected]>
  • Loading branch information
rerickson1 authored and dleach02 committed Mar 13, 2024
1 parent ebd74fe commit 2ca67b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/net/cellular_modem/boards/mg100.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_MODEM_HL7800=n
CONFIG_UART_ASYNC_API=y
6 changes: 6 additions & 0 deletions samples/net/cellular_modem/boards/mg100.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/ {
aliases {
modem-uart = &uart1;
modem = &hl7800;
};
};

0 comments on commit 2ca67b5

Please sign in to comment.