zephyr/dts/bindings/gpio/zephyr,gpio-emul.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

36 lines
715 B
YAML

# Copyright 2020, Friedt Professional Engineering Services, Inc
# SPDX-License-Identifier: Apache-2.0
description: GPIO Emulator
compatible: "zephyr,gpio-emul"
include: [gpio-controller.yaml, base.yaml]
properties:
reg:
required: true
rising-edge:
description: Enables support for rising edge interrupt detection
type: boolean
falling-edge:
description: Enables support for falling edge interrupt detection
type: boolean
high-level:
description: Enables support for high level interrupt detection
type: boolean
low-level:
description: Enables support for low level interrupt detection
type: boolean
"#gpio-cells":
const: 2
gpio-cells:
- pin
- flags