Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/gpio/apple,smc-gpio.yaml
96339 views
1
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
%YAML 1.2
3
---
4
$id: http://devicetree.org/schemas/gpio/apple,smc-gpio.yaml#
5
$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7
title: Apple Mac System Management Controller GPIO
8
9
maintainers:
10
- Sven Peter <sven@kernel.org>
11
12
description:
13
Apple Mac System Management Controller GPIO block.
14
15
properties:
16
compatible:
17
const: apple,smc-gpio
18
19
gpio-controller: true
20
21
'#gpio-cells':
22
const: 2
23
24
required:
25
- compatible
26
- gpio-controller
27
- '#gpio-cells'
28
29
additionalProperties: false
30
31