boards: arm: frdm_k64f: add settings to use WNC-M14A2A LTE-M modem
These settings enable use of the WNC-M14A2A LTE-M modem as the default network interface instead of ethernet. They include the following settings when MODEM_WNCM14A2A is selected: - UART 2 setup - Avoid ETH_0 setup due to pin conflicts - DTS addition for WNC-M14A2A - Kconfig settings for modem driver Signed-off-by: Michael Scott <mike@foundries.io>
This commit is contained in:
parent
d917f23959
commit
01745c3844
5 changed files with 53 additions and 1 deletions
|
@ -44,6 +44,7 @@ config MODEM_WNCM14A2A
|
|||
depends on UART_INTERRUPT_DRIVEN
|
||||
select MODEM_RECEIVER
|
||||
select NET_OFFLOAD
|
||||
select UART_MCUX_2 if BOARD_FRDM_K64F
|
||||
help
|
||||
Choose this setting to enable Wistron WNC-M14A2A LTE-M modem driver.
|
||||
NOTE: Currently the pin settings only work with FRDM K64F shield.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue