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:
Michael Scott 2018-08-01 12:05:00 -08:00 committed by Jukka Rissanen
commit 01745c3844
5 changed files with 53 additions and 1 deletions

View file

@ -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.