zephyr/dts/bindings/reset/raspberrypi,pico-reset.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

24 lines
518 B
YAML

# Copyright (c) 2022 Andrei-Edward Popa
# SPDX-License-Identifier: Apache-2.0
description: Raspberry Pi Pico Reset Controller
compatible: "raspberrypi,pico-reset"
include: [base.yaml, reset-controller.yaml]
properties:
reg:
required: true
reg-width:
type: int
description: The width of the reset registers in bytes. Default is 4 bytes.
active-low:
type: int
description: Set if reset is active low. Default is 0, which means active-high.
"#reset-cells":
const: 1
reset-cells:
- id