zephyr/dts/bindings/gpio/litex,gpio.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

30 lines
413 B
YAML

#
# Copyright (c) 2019 Antmicro <www.antmicro.com>
#
# SPDX-License-Identifier: Apache-2.0
#
description: Litex GPIO
compatible: "litex,gpio"
include: [gpio-controller.yaml, base.yaml]
properties:
port-is-output:
type: boolean
description: Indicates if the port is an output port
reg:
required: true
ngpios:
required: true
"#gpio-cells":
const: 2
gpio-cells:
- pin
- flags