28 lines
572 B
YAML
28 lines
572 B
YAML
#
|
|
# Copyright (c) 2018, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: GPIO KEYS
|
|
|
|
description: >
|
|
This is a representation of the GPIO KEYS nodes
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "gpio-keys"
|
|
type: string-array
|
|
category: required
|
|
description: compatible strings
|
|
|
|
sub-node:
|
|
properties:
|
|
gpios:
|
|
type: compound
|
|
category: required
|
|
label:
|
|
category: required
|
|
type: string
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|