2018-02-02 19:30:20 +08:00
|
|
|
#
|
|
|
|
# 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"
|
2018-10-05 06:38:51 +08:00
|
|
|
|
|
|
|
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
|
2018-02-02 19:30:20 +08:00
|
|
|
...
|