blob: fc1580d2065638f771c469a86ba410856a6beb41 [file] [log] [blame]
# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
description: |
The Icarus boards provide the user with 2 options regarding SIM usage for
LTE-M/NB-IoT communication. Either using the on-board eSIM or using an
external nano-SIM. The SIM can be selected by changing the `sim` property
of the `sim_select` dt node to `esim` or `external`.
compatible: "actinius-sim-select"
include: base.yaml
properties:
sim-gpios:
type: phandle-array
required: true
description: Pin used to select the SIM
sim:
type: string
required: true
enum:
- "esim"
- "external"
description: SIM choice (eSIM or external nano-SIM)