2022-03-22 08:25:39 +08:00
|
|
|
# Copyright (c) 2022 Andrei-Edward Popa
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: Test Reset Controller
|
|
|
|
|
|
|
|
compatible: "vnd,reset"
|
|
|
|
|
|
|
|
include: [base.yaml, reset-controller.yaml]
|
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg-width:
|
|
|
|
type: int
|
|
|
|
description: Register width
|
|
|
|
"#reset-cells":
|
|
|
|
const: 1
|
2022-03-22 08:25:39 +08:00
|
|
|
|
|
|
|
reset-cells:
|
|
|
|
- id
|