zephyr/dts/bindings/i2c/i2c-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

23 lines
415 B
YAML

# Copyright (c) 2017 I-SENSE group of ICCS
# SPDX-License-Identifier: Apache-2.0
# Common fields for I2C controllers
include: base.yaml
bus: i2c
properties:
"#address-cells":
required: true
const: 1
"#size-cells":
required: true
const: 0
clock-frequency :
type: int
required: false
description: Initial clock frequency in Hz
label:
required: true