zephyr/dts/bindings/spi/spi-controller.yaml
Ulf Magnusson 527343dfce dts: bindings: Replace 'child-bus:'/'parent-bus:' with 'bus:'/'on-bus:'
'child-bus:'/'parent-bus:' have been deprecated.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-12-19 11:02:28 +01:00

26 lines
501 B
YAML

# Copyright (c) 2018, I-SENSE group of ICCS
# SPDX-License-Identifier: Apache-2.0
# Common fields for SPI controllers
include: base.yaml
bus: spi
properties:
clock-frequency:
type: int
required: false
description: Clock frequency the SPI peripheral is being driven at
"#address-cells":
required: true
const: 1
"#size-cells":
required: true
const: 0
label:
required: true
cs-gpios:
type: phandle-array
required: false