1# Copyright (c) 2022 Andrei-Edward Popa
2# SPDX-License-Identifier: Apache-2.0
3
4description: Raspberry Pi Pico Reset Controller
5
6compatible: "raspberrypi,pico-reset"
7
8include: [base.yaml, reset-controller.yaml]
9
10properties:
11  reg:
12    required: true
13  reg-width:
14    type: int
15    description: The width of the reset registers in bytes. Default is 4 bytes.
16  active-low:
17    type: int
18    description: Set if reset is active low. Default is 0, which means active-high.
19  "#reset-cells":
20    const: 1
21
22reset-cells:
23- id
24