atmel-gpbr.txt 374 B

123456789101112131415
  1. * Device tree bindings for Atmel GPBR (General Purpose Backup Registers)
  2. The GPBR are a set of battery-backed registers.
  3. Required properties:
  4. - compatible: "atmel,at91sam9260-gpbr", "syscon"
  5. - reg: contains offset/length value of the GPBR memory
  6. region.
  7. Example:
  8. gpbr: gpbr@fffffd50 {
  9. compatible = "atmel,at91sam9260-gpbr", "syscon";
  10. reg = <0xfffffd50 0x10>;
  11. };