| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/reset/atmel,at91sam9260-reset.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Atmel/Microchip System Reset Controller |
| - Claudiu Beznea <claudiu.beznea@microchip.com> |
| The system reset controller can be used to reset the CPU. In case of |
| SAMA7G5 it can also reset some devices (e.g. USB PHYs). |
| - const: atmel,sama5d3-rstc |
| - const: atmel,at91sam9g45-rstc |
| - description: base registers for system reset control |
| - description: registers for device specific reset control |
| additionalProperties: false |
| #include <dt-bindings/clock/at91.h> |
| reset-controller@fffffd00 { |
| compatible = "atmel,at91sam9260-rstc"; |
| clocks = <&pmc PMC_TYPE_CORE PMC_SLOW>; |