xref: /freebsd/sys/contrib/device-tree/Bindings/mfd/atmel,at91sam9260-gpbr.yaml (revision ae5de77ed78ae54d86cead5604869212e8008e6b)
12846c905SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
22846c905SEmmanuel Vadot%YAML 1.2
32846c905SEmmanuel Vadot---
42846c905SEmmanuel Vadot$id: http://devicetree.org/schemas/mfd/atmel,at91sam9260-gpbr.yaml#
52846c905SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
62846c905SEmmanuel Vadot
72846c905SEmmanuel Vadottitle: Microchip AT91 General Purpose Backup Registers
82846c905SEmmanuel Vadot
92846c905SEmmanuel Vadotmaintainers:
102846c905SEmmanuel Vadot  - Nicolas Ferre <nicolas.ferre@microchip.com>
112846c905SEmmanuel Vadot
122846c905SEmmanuel Vadotdescription:
132846c905SEmmanuel Vadot  The system controller embeds 256 bits of General Purpose Backup
142846c905SEmmanuel Vadot  registers organized as 8 32-bit registers.
152846c905SEmmanuel Vadot
162846c905SEmmanuel Vadotproperties:
172846c905SEmmanuel Vadot  compatible:
182846c905SEmmanuel Vadot    oneOf:
192846c905SEmmanuel Vadot      - items:
202846c905SEmmanuel Vadot          - enum:
212846c905SEmmanuel Vadot              - atmel,at91sam9260-gpbr
22*ae5de77eSEmmanuel Vadot              - microchip,sama7d65-gpbr
232846c905SEmmanuel Vadot          - const: syscon
242846c905SEmmanuel Vadot      - items:
252846c905SEmmanuel Vadot          - enum:
262846c905SEmmanuel Vadot              - microchip,sam9x60-gpbr
272846c905SEmmanuel Vadot              - microchip,sam9x7-gpbr
282846c905SEmmanuel Vadot          - const: atmel,at91sam9260-gpbr
292846c905SEmmanuel Vadot          - const: syscon
302846c905SEmmanuel Vadot
312846c905SEmmanuel Vadot  reg:
322846c905SEmmanuel Vadot    maxItems: 1
332846c905SEmmanuel Vadot
342846c905SEmmanuel Vadotrequired:
352846c905SEmmanuel Vadot  - compatible
362846c905SEmmanuel Vadot  - reg
372846c905SEmmanuel Vadot
382846c905SEmmanuel VadotadditionalProperties: false
392846c905SEmmanuel Vadot
402846c905SEmmanuel Vadotexamples:
412846c905SEmmanuel Vadot  - |
422846c905SEmmanuel Vadot    syscon@fffffd50 {
432846c905SEmmanuel Vadot        compatible = "atmel,at91sam9260-gpbr", "syscon";
442846c905SEmmanuel Vadot        reg = <0xfffffd50 0x10>;
452846c905SEmmanuel Vadot    };
46