1*833e5d42SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2*833e5d42SEmmanuel Vadot%YAML 1.2 3*833e5d42SEmmanuel Vadot--- 4*833e5d42SEmmanuel Vadot$id: http://devicetree.org/schemas/gpio/apple,smc-gpio.yaml# 5*833e5d42SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*833e5d42SEmmanuel Vadot 7*833e5d42SEmmanuel Vadottitle: Apple Mac System Management Controller GPIO 8*833e5d42SEmmanuel Vadot 9*833e5d42SEmmanuel Vadotmaintainers: 10*833e5d42SEmmanuel Vadot - Sven Peter <sven@kernel.org> 11*833e5d42SEmmanuel Vadot 12*833e5d42SEmmanuel Vadotdescription: 13*833e5d42SEmmanuel Vadot Apple Mac System Management Controller GPIO block. 14*833e5d42SEmmanuel Vadot 15*833e5d42SEmmanuel Vadotproperties: 16*833e5d42SEmmanuel Vadot compatible: 17*833e5d42SEmmanuel Vadot const: apple,smc-gpio 18*833e5d42SEmmanuel Vadot 19*833e5d42SEmmanuel Vadot gpio-controller: true 20*833e5d42SEmmanuel Vadot 21*833e5d42SEmmanuel Vadot '#gpio-cells': 22*833e5d42SEmmanuel Vadot const: 2 23*833e5d42SEmmanuel Vadot 24*833e5d42SEmmanuel Vadotrequired: 25*833e5d42SEmmanuel Vadot - compatible 26*833e5d42SEmmanuel Vadot - gpio-controller 27*833e5d42SEmmanuel Vadot - '#gpio-cells' 28*833e5d42SEmmanuel Vadot 29*833e5d42SEmmanuel VadotadditionalProperties: false 30