summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mfd/atmel,at91sam9260-gpbr.yaml
blob: f805545aa62a1729c1b3a59d037da800f8a9dd48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/mfd/atmel,at91sam9260-gpbr.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Microchip AT91 General Purpose Backup Registers

maintainers:
  - Nicolas Ferre <nicolas.ferre@microchip.com>

description:
  The system controller embeds 256 bits of General Purpose Backup
  registers organized as 8 32-bit registers.

properties:
  compatible:
    oneOf:
      - items:
          - enum:
              - atmel,at91sam9260-gpbr
          - const: syscon
      - items:
          - enum:
              - microchip,sam9x60-gpbr
              - microchip,sam9x7-gpbr
          - const: atmel,at91sam9260-gpbr
          - const: syscon

  reg:
    maxItems: 1

required:
  - compatible
  - reg

additionalProperties: false

examples:
  - |
    syscon@fffffd50 {
        compatible = "atmel,at91sam9260-gpbr", "syscon";
        reg = <0xfffffd50 0x10>;
    };