Back to home page

OSCL-LXR

 
 

    


0001 * Device tree bindings for Atmel GPBR (General Purpose Backup Registers)
0002 
0003 The GPBR are a set of battery-backed registers.
0004 
0005 Required properties:
0006 - compatible:           Should be one of the following:
0007                         "atmel,at91sam9260-gpbr", "syscon"
0008                         "microchip,sam9x60-gpbr", "syscon"
0009 - reg:                  contains offset/length value of the GPBR memory
0010                         region.
0011 
0012 Example:
0013 
0014 gpbr: gpbr@fffffd50 {
0015         compatible = "atmel,at91sam9260-gpbr", "syscon";
0016         reg = <0xfffffd50 0x10>;
0017 };