WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / mfd / atmel-gpbr.txt
blobe8c525569f10464b8826f89b066a4f688e04f99b
1 * Device tree bindings for Atmel GPBR (General Purpose Backup Registers)
3 The GPBR are a set of battery-backed registers.
5 Required properties:
6 - compatible:           Should be one of the following:
7                         "atmel,at91sam9260-gpbr", "syscon"
8                         "microchip,sam9x60-gpbr", "syscon"
9 - reg:                  contains offset/length value of the GPBR memory
10                         region.
12 Example:
14 gpbr: gpbr@fffffd50 {
15         compatible = "atmel,at91sam9260-gpbr", "syscon";
16         reg = <0xfffffd50 0x10>;