1*ae5de77eSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2*ae5de77eSEmmanuel Vadot%YAML 1.2 3*ae5de77eSEmmanuel Vadot--- 4*ae5de77eSEmmanuel Vadot$id: http://devicetree.org/schemas/gpio/maxim,max77759-gpio.yaml# 5*ae5de77eSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*ae5de77eSEmmanuel Vadot 7*ae5de77eSEmmanuel Vadottitle: Maxim Integrated MAX77759 GPIO 8*ae5de77eSEmmanuel Vadot 9*ae5de77eSEmmanuel Vadotmaintainers: 10*ae5de77eSEmmanuel Vadot - André Draszik <andre.draszik@linaro.org> 11*ae5de77eSEmmanuel Vadot 12*ae5de77eSEmmanuel Vadotdescription: | 13*ae5de77eSEmmanuel Vadot This module is part of the MAX77759 PMIC. For additional information, see 14*ae5de77eSEmmanuel Vadot Documentation/devicetree/bindings/mfd/maxim,max77759.yaml. 15*ae5de77eSEmmanuel Vadot 16*ae5de77eSEmmanuel Vadot The MAX77759 is a PMIC integrating, amongst others, a GPIO controller 17*ae5de77eSEmmanuel Vadot including interrupt support for 2 GPIO lines. 18*ae5de77eSEmmanuel Vadot 19*ae5de77eSEmmanuel Vadotproperties: 20*ae5de77eSEmmanuel Vadot compatible: 21*ae5de77eSEmmanuel Vadot const: maxim,max77759-gpio 22*ae5de77eSEmmanuel Vadot 23*ae5de77eSEmmanuel Vadot "#gpio-cells": 24*ae5de77eSEmmanuel Vadot const: 2 25*ae5de77eSEmmanuel Vadot 26*ae5de77eSEmmanuel Vadot gpio-controller: true 27*ae5de77eSEmmanuel Vadot 28*ae5de77eSEmmanuel Vadot gpio-line-names: 29*ae5de77eSEmmanuel Vadot minItems: 1 30*ae5de77eSEmmanuel Vadot maxItems: 2 31*ae5de77eSEmmanuel Vadot 32*ae5de77eSEmmanuel Vadot "#interrupt-cells": 33*ae5de77eSEmmanuel Vadot const: 2 34*ae5de77eSEmmanuel Vadot 35*ae5de77eSEmmanuel Vadot interrupt-controller: true 36*ae5de77eSEmmanuel Vadot 37*ae5de77eSEmmanuel Vadotrequired: 38*ae5de77eSEmmanuel Vadot - compatible 39*ae5de77eSEmmanuel Vadot - "#gpio-cells" 40*ae5de77eSEmmanuel Vadot - gpio-controller 41*ae5de77eSEmmanuel Vadot - "#interrupt-cells" 42*ae5de77eSEmmanuel Vadot - interrupt-controller 43*ae5de77eSEmmanuel Vadot 44*ae5de77eSEmmanuel VadotadditionalProperties: false 45