1# Copyright (c) 2022 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 The Icarus boards provide the user with 2 options regarding SIM usage for 6 LTE-M/NB-IoT communication. Either using the on-board eSIM or using an 7 external nano-SIM. The SIM can be selected by changing the `sim` property 8 of the `sim_select` dt node to `esim` or `external`. 9 10compatible: "actinius-sim-select" 11 12include: base.yaml 13 14properties: 15 sim-gpios: 16 type: phandle-array 17 required: true 18 description: Pin used to select the SIM 19 20 sim: 21 type: string 22 required: true 23 enum: 24 - "esim" 25 - "external" 26 description: SIM choice (eSIM or external nano-SIM) 27