18 lines
444 B
YAML
18 lines
444 B
YAML
# Copyright (c) 2018, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: GPIO KEYS parent node
|
|
|
|
compatible: "gpio-keys"
|
|
|
|
child-binding:
|
|
description: GPIO KEYS child node
|
|
properties:
|
|
gpios:
|
|
type: phandle-array
|
|
required: true
|
|
label:
|
|
required: true
|
|
type: string
|
|
description: Human readable string describing the device (used as device_get_binding() argument)
|