32 lines
533 B
YAML
32 lines
533 B
YAML
#
|
|
# Copyright (c) 2018, Aapo Vienamo
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: Semtech SX1509B I2C GPIO
|
|
version: 0.1
|
|
|
|
description: >
|
|
This is a representation of the SX1509B GPIO node
|
|
|
|
inherits:
|
|
!include i2c-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "semtech,sx1509b"
|
|
|
|
label:
|
|
type: string
|
|
category: required
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|
|
generation: define
|
|
|
|
cell_string: GPIO
|
|
|
|
"#cells":
|
|
- pin
|
|
- flags
|
|
...
|