28 lines
415 B
YAML
28 lines
415 B
YAML
#
|
|
# Copyright (c) 2022 SILA Embedded Solutions GmbH
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
description: TI ADS114S0x GPIO controller binding
|
|
|
|
compatible: "ti,ads114s0x-gpio"
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
on-bus: ads114s0x
|
|
|
|
properties:
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
ngpios:
|
|
type: int
|
|
required: true
|
|
const: 4
|
|
description: Number of gpios supported
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|