24 lines
518 B
YAML
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
|