zephyr/dts/bindings/gpio/semtech,sx1509b-gpio.yaml
Erwan Gouriou 1755cf6582 dts/bindings: Add 'generation' directive on for 'compatible' property
Add 'generation: define' directive to 'compatible' property.
When existing for a type of device, move compatible property
description in device base structure (eg: i2c.yaml)

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2018-09-14 08:02:53 -05:00

21 lines
331 B
YAML

#
# Copyright (c) 2018, Aapo Vienamo
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: Semtech SX1509B I2C GPIO
id: semtech,sx1509b
version: 0.1
description: >
This is a representation of the SX1509B GPIO node
inherits:
!include i2c-device.yaml
properties:
compatible:
constraint: "semtech,sx1509b"
...