mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
1755cf6582
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>
21 lines
331 B
YAML
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"
|
|
...
|