Path: blob/master/Documentation/devicetree/bindings/gpio/delta,tn48m-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/delta,tn48m-gpio.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Delta Networks TN48M CPLD GPIO controller78maintainers:9- Robert Marko <robert.marko@sartura.hr>1011description: |12This module is part of the Delta TN48M multi-function device. For more13details see ../mfd/delta,tn48m-cpld.yaml.1415Delta TN48M has an onboard Lattice CPLD that is used as an GPIO expander.16It provides 12 pins in total, they are input-only or ouput-only type.1718properties:19compatible:20enum:21- delta,tn48m-gpo22- delta,tn48m-gpi2324reg:25maxItems: 12627"#gpio-cells":28const: 22930gpio-controller: true3132required:33- compatible34- reg35- "#gpio-cells"36- gpio-controller3738additionalProperties: false394041