boards: actinius_icarus_som: rename sim-select to actinius-sim-select
This renames the `sim-select` binding to `actinius-sim-select`. Signed-off-by: Alex Tsamakos <alex@actinius.com>
This commit is contained in:
parent
e433be22d4
commit
85cde3f467
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
|
||||
sim_select: sim-select {
|
||||
compatible = "sim-select";
|
||||
compatible = "actinius-sim-select";
|
||||
sim-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
||||
sim = "esim";
|
||||
};
|
||||
|
|
|
@ -7,7 +7,7 @@ description: |
|
|||
external nano-SIM. The SIM can be selected by changing the `sim` property
|
||||
of the `sim_select` dt node to `esim` or `external`.
|
||||
|
||||
compatible: "sim-select"
|
||||
compatible: "actinius-sim-select"
|
||||
|
||||
include: base.yaml
|
||||
|
Loading…
Reference in a new issue