eb0a524972
Fix the YAML files indentation for files in dts/bindings/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
22 lines
287 B
YAML
22 lines
287 B
YAML
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: TI Stellaris GPIO node
|
|
|
|
compatible: "ti,stellaris-gpio"
|
|
|
|
include: [gpio-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|