yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
0daa3a78a9
commit
eb0a524972
913 changed files with 14009 additions and 14009 deletions
|
@ -8,27 +8,27 @@ compatible: "cypress,psoc6-spi"
|
|||
include: spi-controller.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
||||
reg:
|
||||
required: true
|
||||
|
||||
interrupts:
|
||||
required: true
|
||||
interrupts:
|
||||
required: true
|
||||
|
||||
peripheral-id:
|
||||
type: int
|
||||
description: peripheral ID
|
||||
required: true
|
||||
peripheral-id:
|
||||
type: int
|
||||
description: peripheral ID
|
||||
required: true
|
||||
|
||||
pinctrl-0:
|
||||
type: phandles
|
||||
description: |
|
||||
Port pin configuration for the various SPI signals that includes
|
||||
MISO, MOSI, SCK, and possibly various chip selects signals. We
|
||||
expect that the phandles will reference pinctrl nodes. These
|
||||
nodes will have a nodelabel that matches the Cypress SoC HAL defines
|
||||
and be of the form p<port>_<pin>_<periph><inst>_<signal>.
|
||||
pinctrl-0:
|
||||
type: phandles
|
||||
description: |
|
||||
Port pin configuration for the various SPI signals that includes
|
||||
MISO, MOSI, SCK, and possibly various chip selects signals. We
|
||||
expect that the phandles will reference pinctrl nodes. These
|
||||
nodes will have a nodelabel that matches the Cypress SoC HAL defines
|
||||
and be of the form p<port>_<pin>_<periph><inst>_<signal>.
|
||||
|
||||
For example the SPI on PSoC-63 Pioneer Kit would be
|
||||
pinctrl-0 = <&p12_0_spi6_mosi &p12_1_spi6_miso &p12_2_spi6_clk &p12_3_spi6_sel0>;
|
||||
For example the SPI on PSoC-63 Pioneer Kit would be
|
||||
pinctrl-0 = <&p12_0_spi6_mosi &p12_1_spi6_miso &p12_2_spi6_clk &p12_3_spi6_sel0>;
|
||||
|
||||
required: true
|
||||
required: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue