1# Copyright (c) 2017, Linaro Limited
2# SPDX-License-Identifier: Apache-2.0
3
4# Common fields for I2C devices
5
6include: [base.yaml, power.yaml]
7
8on-bus: i2c
9
10properties:
11  reg:
12    required: true
13    description: device address on i2c bus
14