Path: blob/master/Documentation/devicetree/bindings/gpio/kontron,sl28cpld-gpio.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/gpio/kontron,sl28cpld-gpio.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: GPIO driver for the sl28cpld board management controller78maintainers:9- Michael Walle <michael@walle.cc>1011description: |12This module is part of the sl28cpld multi-function device. For more13details see ../mfd/kontron,sl28cpld.yaml.1415There are three flavors of the GPIO controller, one full featured16input/output with interrupt support (kontron,sl28cpld-gpio), one17output-only (kontron,sl28-gpo) and one input-only (kontron,sl28-gpi).1819Each controller supports 8 GPIO lines.2021properties:22compatible:23enum:24- kontron,sl28cpld-gpio25- kontron,sl28cpld-gpi26- kontron,sl28cpld-gpo2728reg:29maxItems: 13031interrupts:32maxItems: 13334"#interrupt-cells":35const: 23637interrupt-controller: true3839"#gpio-cells":40const: 24142gpio-controller: true4344gpio-line-names:45minItems: 146maxItems: 84748required:49- compatible50- "#gpio-cells"51- gpio-controller5253additionalProperties: false545556