mmc: sdhci-of-arasan: Add the support for sdhci-5.1
[linux/fpc-iii.git] / Documentation / devicetree / bindings / mfd / atmel-gpbr.txt
bloba28569540683e13958d68a1c36c6f1d2ec28994e
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:           "atmel,at91sam9260-gpbr", "syscon"
7 - reg:                  contains offset/length value of the GPBR memory
8                         region.
10 Example:
12 gpbr: gpbr@fffffd50 {
13         compatible = "atmel,at91sam9260-gpbr", "syscon";
14         reg = <0xfffffd50 0x10>;