23 lines
333 B
YAML
23 lines
333 B
YAML
#
|
|
# Copyright (c) 2017, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: I2C Device Base Structure
|
|
|
|
description: >
|
|
This binding gives the base structures for all i2c devices
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
parent:
|
|
bus: i2c
|
|
|
|
properties:
|
|
reg:
|
|
category: required
|
|
label:
|
|
category: required
|