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:
parent
4400540d15
commit
3e7e44b70d
37 changed files with 133 additions and 133 deletions
|
@ -11,17 +11,17 @@ compatible: "qorvo,rfsw8001"
|
||||||
include: base.yaml
|
include: base.yaml
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
rf1-gpios:
|
rf1-gpios:
|
||||||
type: phandle-array
|
type: phandle-array
|
||||||
required: true
|
required: true
|
||||||
description: Pin used to control the RF1 switch
|
description: Pin used to control the RF1 switch
|
||||||
|
|
||||||
rf2-gpios:
|
rf2-gpios:
|
||||||
type: phandle-array
|
type: phandle-array
|
||||||
required: true
|
required: true
|
||||||
description: Pin used to control the RF2 switch
|
description: Pin used to control the RF2 switch
|
||||||
|
|
||||||
rf3-gpios:
|
rf3-gpios:
|
||||||
type: phandle-array
|
type: phandle-array
|
||||||
required: true
|
required: true
|
||||||
description: Pin used to control the RF3 switch
|
description: Pin used to control the RF3 switch
|
||||||
|
|
|
@ -12,15 +12,15 @@ compatible: "actinius-charger-enable"
|
||||||
include: base.yaml
|
include: base.yaml
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
gpios:
|
gpios:
|
||||||
type: phandle-array
|
type: phandle-array
|
||||||
required: true
|
required: true
|
||||||
description: Pin used to enable/disable the charger
|
description: Pin used to enable/disable the charger
|
||||||
|
|
||||||
charger:
|
charger:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
enum:
|
enum:
|
||||||
- "auto"
|
- "auto"
|
||||||
- "disabled"
|
- "disabled"
|
||||||
description: Charger enable choice (auto or disabled)
|
description: Charger enable choice (auto or disabled)
|
||||||
|
|
|
@ -12,15 +12,15 @@ compatible: "actinius-sim-select"
|
||||||
include: base.yaml
|
include: base.yaml
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
sim-gpios:
|
sim-gpios:
|
||||||
type: phandle-array
|
type: phandle-array
|
||||||
required: true
|
required: true
|
||||||
description: Pin used to select the SIM
|
description: Pin used to select the SIM
|
||||||
|
|
||||||
sim:
|
sim:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
enum:
|
enum:
|
||||||
- "esim"
|
- "esim"
|
||||||
- "external"
|
- "external"
|
||||||
description: SIM choice (eSIM or external nano-SIM)
|
description: SIM choice (eSIM or external nano-SIM)
|
||||||
|
|
|
@ -12,15 +12,15 @@ compatible: "actinius-sim-select"
|
||||||
include: base.yaml
|
include: base.yaml
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
sim-gpios:
|
sim-gpios:
|
||||||
type: phandle-array
|
type: phandle-array
|
||||||
required: true
|
required: true
|
||||||
description: Pin used to select the SIM
|
description: Pin used to select the SIM
|
||||||
|
|
||||||
sim:
|
sim:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
enum:
|
enum:
|
||||||
- "esim"
|
- "esim"
|
||||||
- "external"
|
- "external"
|
||||||
description: SIM choice (eSIM or external nano-SIM)
|
description: SIM choice (eSIM or external nano-SIM)
|
||||||
|
|
|
@ -12,15 +12,15 @@ compatible: "actinius-sim-select"
|
||||||
include: base.yaml
|
include: base.yaml
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
sim-gpios:
|
sim-gpios:
|
||||||
type: phandle-array
|
type: phandle-array
|
||||||
required: true
|
required: true
|
||||||
description: Pin used to select the SIM
|
description: Pin used to select the SIM
|
||||||
|
|
||||||
sim:
|
sim:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
enum:
|
enum:
|
||||||
- "esim"
|
- "esim"
|
||||||
- "external"
|
- "external"
|
||||||
description: SIM choice (eSIM or external nano-SIM)
|
description: SIM choice (eSIM or external nano-SIM)
|
||||||
|
|
|
@ -8,14 +8,14 @@ compatible: "arm,daplink-qspi-mux"
|
||||||
include: base.yaml
|
include: base.yaml
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
interrupts:
|
interrupts:
|
||||||
required: true
|
required: true
|
||||||
description: |
|
description: |
|
||||||
IRQ line connected to the level-detect non-interrupt DAPLink shield
|
IRQ line connected to the level-detect non-interrupt DAPLink shield
|
||||||
fitted signal
|
fitted signal
|
||||||
|
|
||||||
mux-gpios:
|
mux-gpios:
|
||||||
type: phandle-array
|
type: phandle-array
|
||||||
required: true
|
required: true
|
||||||
description: |
|
description: |
|
||||||
GPIO for controlling the DAPLink QSPI bus multiplexer
|
GPIO for controlling the DAPLink QSPI bus multiplexer
|
||||||
|
|
|
@ -12,7 +12,7 @@ toolchain:
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
only_tags:
|
only_tags:
|
||||||
- arm
|
- arm
|
||||||
- kernel
|
- kernel
|
||||||
- tfm
|
- tfm
|
||||||
- userspace
|
- userspace
|
||||||
|
|
|
@ -8,11 +8,11 @@ compatible: "nordic,nrf9160dk-optional-routing"
|
||||||
include: base.yaml
|
include: base.yaml
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
status:
|
status:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
control-gpios:
|
control-gpios:
|
||||||
type: phandle-array
|
type: phandle-array
|
||||||
required: true
|
required: true
|
||||||
description: |
|
description: |
|
||||||
GPIO to use to control the analog switch.
|
GPIO to use to control the analog switch.
|
||||||
|
|
|
@ -7,5 +7,5 @@ compatible: "sc,hrmem"
|
||||||
include: base.yaml
|
include: base.yaml
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
reg:
|
reg:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -11,7 +11,7 @@ compatible: "nxp,flexio"
|
||||||
include: [base.yaml, pinctrl-device.yaml]
|
include: [base.yaml, pinctrl-device.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
pinctrl-0:
|
pinctrl-0:
|
||||||
required: true
|
required: true
|
||||||
pinctrl-names:
|
pinctrl-names:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -10,4 +10,4 @@ ram: 128
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
only_tags:
|
only_tags:
|
||||||
- xip
|
- xip
|
||||||
|
|
|
@ -10,4 +10,4 @@ toolchain:
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
only_tags:
|
only_tags:
|
||||||
- xip
|
- xip
|
||||||
|
|
|
@ -7,5 +7,5 @@ toolchain:
|
||||||
ram: 8192
|
ram: 8192
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -7,5 +7,5 @@ toolchain:
|
||||||
ram: 8192
|
ram: 8192
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -10,5 +10,5 @@ supported:
|
||||||
- gpio
|
- gpio
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -7,5 +7,5 @@ toolchain:
|
||||||
ram: 2048
|
ram: 2048
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -11,5 +11,5 @@ supported:
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -9,5 +9,5 @@ simulation: qemu
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
only_tags:
|
only_tags:
|
||||||
- kernel
|
- kernel
|
||||||
- userspace
|
- userspace
|
||||||
|
|
|
@ -10,4 +10,4 @@ toolchain:
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
only_tags:
|
only_tags:
|
||||||
- kernel
|
- kernel
|
||||||
|
|
|
@ -9,5 +9,5 @@ toolchain:
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
only_tags:
|
only_tags:
|
||||||
- kernel
|
- kernel
|
||||||
- userspace
|
- userspace
|
||||||
|
|
|
@ -9,5 +9,5 @@ toolchain:
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
only_tags:
|
only_tags:
|
||||||
- kernel
|
- kernel
|
||||||
- userspace
|
- userspace
|
||||||
|
|
|
@ -9,5 +9,5 @@ toolchain:
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
only_tags:
|
only_tags:
|
||||||
- kernel
|
- kernel
|
||||||
- userspace
|
- userspace
|
||||||
|
|
|
@ -9,5 +9,5 @@ toolchain:
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
only_tags:
|
only_tags:
|
||||||
- kernel
|
- kernel
|
||||||
- userspace
|
- userspace
|
||||||
|
|
|
@ -9,5 +9,5 @@ toolchain:
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
only_tags:
|
only_tags:
|
||||||
- kernel
|
- kernel
|
||||||
- userspace
|
- userspace
|
||||||
|
|
|
@ -9,4 +9,4 @@ toolchain:
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
only_tags:
|
only_tags:
|
||||||
- xip
|
- xip
|
||||||
|
|
|
@ -7,5 +7,5 @@ toolchain:
|
||||||
ram: 2048
|
ram: 2048
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -7,5 +7,5 @@ toolchain:
|
||||||
ram: 256
|
ram: 256
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -7,5 +7,5 @@ toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -7,5 +7,5 @@ toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -7,5 +7,5 @@ toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -7,5 +7,5 @@ toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -10,5 +10,5 @@ supported:
|
||||||
- dai
|
- dai
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -9,5 +9,5 @@ supported:
|
||||||
- dma
|
- dma
|
||||||
testing:
|
testing:
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
|
@ -6,5 +6,5 @@ toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
testing:
|
testing:
|
||||||
only_tags:
|
only_tags:
|
||||||
- kernel
|
- kernel
|
||||||
- sof
|
- sof
|
||||||
|
|
|
@ -6,5 +6,5 @@ toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
testing:
|
testing:
|
||||||
only_tags:
|
only_tags:
|
||||||
- kernel
|
- kernel
|
||||||
- sof
|
- sof
|
||||||
|
|
|
@ -6,5 +6,5 @@ toolchain:
|
||||||
- zephyr
|
- zephyr
|
||||||
testing:
|
testing:
|
||||||
only_tags:
|
only_tags:
|
||||||
- kernel
|
- kernel
|
||||||
- sof
|
- sof
|
||||||
|
|
|
@ -9,5 +9,5 @@ toolchain:
|
||||||
testing:
|
testing:
|
||||||
default: true
|
default: true
|
||||||
ignore_tags:
|
ignore_tags:
|
||||||
- net
|
- net
|
||||||
- bluetooth
|
- bluetooth
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue