zephyr/dts/bindings/spi/silabs,gecko-spi-usart.yaml
Kumar Gala 50a23de5af dts: silabs,gecko-spi-usuart: Remove title as its deprecated
Move title info into description as we've deprecated the title field.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-01-15 11:37:28 -06:00

36 lines
807 B
YAML

description: GECKO USART SPI
compatible: "silabs,gecko-spi-usart"
include: spi-controller.yaml
properties:
reg:
required: true
interrupts:
required: true
peripheral-id:
type: int
required: true
description: peripheral ID
# Note: Not all SoC series support setting individual pin location. If this
# is a case all location-* properties need to have identical value.
location-rx:
type: array
required: true
description: RX pin configuration defined as <location port pin>
location-tx:
type: array
required: true
description: TX pin configuration defined as <location port pin>
location-clk:
type: array
required: true
description: CLK pin configuration defined as <location port pin>