1# Copyright (c) 2022 Andrei-Edward Popa
2# SPDX-License-Identifier: Apache-2.0
3
4description: This file needs to be included by devices that need a reset controller.
5
6properties:
7  resets:
8    type: phandle-array
9    description: Reset information
10
11  reset-names:
12    type: string-array
13    description: Name of each reset
14