linux/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt
Varshini Rajendran c53cfd0332 dt-bindings: mfd: atmel-gpbr: Add microchip,sam9x7-gpbr
Add microchip,sam9x7-gpbr to DT bindings documentation.

Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230728102529.266030-1-varshini.rajendran@microchip.com
Signed-off-by: Lee Jones <lee@kernel.org>
2023-08-18 21:48:05 +01:00

19 lines
510 B
Plaintext

* Device tree bindings for Atmel GPBR (General Purpose Backup Registers)
The GPBR are a set of battery-backed registers.
Required properties:
- compatible: Should be one of the following:
"atmel,at91sam9260-gpbr", "syscon"
"microchip,sam9x60-gpbr", "syscon"
"microchip,sam9x7-gpbr", "microchip,sam9x60-gpbr", "syscon"
- reg: contains offset/length value of the GPBR memory
region.
Example:
gpbr: gpbr@fffffd50 {
compatible = "atmel,at91sam9260-gpbr", "syscon";
reg = <0xfffffd50 0x10>;
};