yamllint: indentation: fix files in boards/

Fix the YAML files indentation for files in boards/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2023-01-03 19:04:01 +00:00 committed by Carles Cufí
commit 3e7e44b70d
37 changed files with 133 additions and 133 deletions

View file

@ -11,17 +11,17 @@ compatible: "qorvo,rfsw8001"
include: base.yaml
properties:
rf1-gpios:
type: phandle-array
required: true
description: Pin used to control the RF1 switch
rf1-gpios:
type: phandle-array
required: true
description: Pin used to control the RF1 switch
rf2-gpios:
type: phandle-array
required: true
description: Pin used to control the RF2 switch
rf2-gpios:
type: phandle-array
required: true
description: Pin used to control the RF2 switch
rf3-gpios:
type: phandle-array
required: true
description: Pin used to control the RF3 switch
rf3-gpios:
type: phandle-array
required: true
description: Pin used to control the RF3 switch

View file

@ -12,15 +12,15 @@ compatible: "actinius-charger-enable"
include: base.yaml
properties:
gpios:
type: phandle-array
required: true
description: Pin used to enable/disable the charger
gpios:
type: phandle-array
required: true
description: Pin used to enable/disable the charger
charger:
type: string
required: true
enum:
- "auto"
- "disabled"
description: Charger enable choice (auto or disabled)
charger:
type: string
required: true
enum:
- "auto"
- "disabled"
description: Charger enable choice (auto or disabled)

View file

@ -12,15 +12,15 @@ compatible: "actinius-sim-select"
include: base.yaml
properties:
sim-gpios:
type: phandle-array
required: true
description: Pin used to select the SIM
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)
sim:
type: string
required: true
enum:
- "esim"
- "external"
description: SIM choice (eSIM or external nano-SIM)

View file

@ -12,15 +12,15 @@ compatible: "actinius-sim-select"
include: base.yaml
properties:
sim-gpios:
type: phandle-array
required: true
description: Pin used to select the SIM
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)
sim:
type: string
required: true
enum:
- "esim"
- "external"
description: SIM choice (eSIM or external nano-SIM)

View file

@ -12,15 +12,15 @@ compatible: "actinius-sim-select"
include: base.yaml
properties:
sim-gpios:
type: phandle-array
required: true
description: Pin used to select the SIM
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)
sim:
type: string
required: true
enum:
- "esim"
- "external"
description: SIM choice (eSIM or external nano-SIM)

View file

@ -8,14 +8,14 @@ compatible: "arm,daplink-qspi-mux"
include: base.yaml
properties:
interrupts:
required: true
description: |
IRQ line connected to the level-detect non-interrupt DAPLink shield
fitted signal
interrupts:
required: true
description: |
IRQ line connected to the level-detect non-interrupt DAPLink shield
fitted signal
mux-gpios:
type: phandle-array
required: true
description: |
GPIO for controlling the DAPLink QSPI bus multiplexer
mux-gpios:
type: phandle-array
required: true
description: |
GPIO for controlling the DAPLink QSPI bus multiplexer

View file

@ -12,7 +12,7 @@ toolchain:
testing:
default: true
only_tags:
- arm
- kernel
- tfm
- userspace
- arm
- kernel
- tfm
- userspace

View file

@ -8,11 +8,11 @@ compatible: "nordic,nrf9160dk-optional-routing"
include: base.yaml
properties:
status:
required: true
status:
required: true
control-gpios:
type: phandle-array
required: true
description: |
GPIO to use to control the analog switch.
control-gpios:
type: phandle-array
required: true
description: |
GPIO to use to control the analog switch.

View file

@ -7,5 +7,5 @@ compatible: "sc,hrmem"
include: base.yaml
properties:
reg:
required: true
reg:
required: true

View file

@ -11,7 +11,7 @@ compatible: "nxp,flexio"
include: [base.yaml, pinctrl-device.yaml]
properties:
pinctrl-0:
required: true
pinctrl-names:
required: true
pinctrl-0:
required: true
pinctrl-names:
required: true

View file

@ -10,4 +10,4 @@ ram: 128
testing:
default: true
only_tags:
- xip
- xip

View file

@ -10,4 +10,4 @@ toolchain:
testing:
default: true
only_tags:
- xip
- xip

View file

@ -7,5 +7,5 @@ toolchain:
ram: 8192
testing:
ignore_tags:
- net
- bluetooth
- net
- bluetooth

View file

@ -7,5 +7,5 @@ toolchain:
ram: 8192
testing:
ignore_tags:
- net
- bluetooth
- net
- bluetooth

View file

@ -10,5 +10,5 @@ supported:
- gpio
testing:
ignore_tags:
- net
- bluetooth
- net
- bluetooth

View file

@ -7,5 +7,5 @@ toolchain:
ram: 2048
testing:
ignore_tags:
- net
- bluetooth
- net
- bluetooth

View file

@ -11,5 +11,5 @@ supported:
testing:
default: true
ignore_tags:
- net
- bluetooth
- net
- bluetooth

View file

@ -9,5 +9,5 @@ simulation: qemu
testing:
default: true
only_tags:
- kernel
- userspace
- kernel
- userspace

View file

@ -10,4 +10,4 @@ toolchain:
testing:
default: true
only_tags:
- kernel
- kernel

View file

@ -9,5 +9,5 @@ toolchain:
testing:
default: true
only_tags:
- kernel
- userspace
- kernel
- userspace

View file

@ -9,5 +9,5 @@ toolchain:
testing:
default: true
only_tags:
- kernel
- userspace
- kernel
- userspace

View file

@ -9,5 +9,5 @@ toolchain:
testing:
default: true
only_tags:
- kernel
- userspace
- kernel
- userspace

View file

@ -9,5 +9,5 @@ toolchain:
testing:
default: true
only_tags:
- kernel
- userspace
- kernel
- userspace

View file

@ -9,5 +9,5 @@ toolchain:
testing:
default: true
only_tags:
- kernel
- userspace
- kernel
- userspace

View file

@ -9,4 +9,4 @@ toolchain:
testing:
default: true
only_tags:
- xip
- xip

View file

@ -7,5 +7,5 @@ toolchain:
ram: 2048
testing:
ignore_tags:
- net
- bluetooth
- net
- bluetooth

View file

@ -7,5 +7,5 @@ toolchain:
ram: 256
testing:
ignore_tags:
- net
- bluetooth
- net
- bluetooth

View file

@ -7,5 +7,5 @@ toolchain:
- zephyr
testing:
ignore_tags:
- net
- bluetooth
- net
- bluetooth

View file

@ -7,5 +7,5 @@ toolchain:
- zephyr
testing:
ignore_tags:
- net
- bluetooth
- net
- bluetooth

View file

@ -7,5 +7,5 @@ toolchain:
- zephyr
testing:
ignore_tags:
- net
- bluetooth
- net
- bluetooth

View file

@ -7,5 +7,5 @@ toolchain:
- zephyr
testing:
ignore_tags:
- net
- bluetooth
- net
- bluetooth

View file

@ -10,5 +10,5 @@ supported:
- dai
testing:
ignore_tags:
- net
- bluetooth
- net
- bluetooth

View file

@ -9,5 +9,5 @@ supported:
- dma
testing:
ignore_tags:
- net
- bluetooth
- net
- bluetooth

View file

@ -6,5 +6,5 @@ toolchain:
- zephyr
testing:
only_tags:
- kernel
- sof
- kernel
- sof

View file

@ -6,5 +6,5 @@ toolchain:
- zephyr
testing:
only_tags:
- kernel
- sof
- kernel
- sof

View file

@ -6,5 +6,5 @@ toolchain:
- zephyr
testing:
only_tags:
- kernel
- sof
- kernel
- sof

View file

@ -9,5 +9,5 @@ toolchain:
testing:
default: true
ignore_tags:
- net
- bluetooth
- net
- bluetooth