This commit adds supports for the nRF52840 based BLE Cell board from Contextual Electronics. This board contains support for BG95 Modem, BQ52895 charger, SD card etc and can be used as a PI Hat. In this commit, this board supports UART, I2C, SPI, Modem. Support for charger, SD card and other things will be added later. Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
# ABC board configuration
|
|
|
|
# Copyright (c) 2020 Analog Life LLC
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_CONTEXTELEC_ABC
|
|
bool "nRF52840 based Advanced BLE Cell"
|
|
depends on SOC_NRF52840_QIAA
|