ARM: dts: at91: sama5d2: add sfrbu
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 2 Feb 2017 18:51:39 +0000 (19:51 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sun, 5 Mar 2017 22:36:59 +0000 (23:36 +0100)
SFRBU, the Special Function Registers Backup manage specific aspects of the
integrated memory, bridge implementations, processor and other
functionality not controlled elsewhere.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Documentation/devicetree/bindings/arm/atmel-at91.txt
arch/arm/boot/dts/sama5d2.dtsi

index 29737b9..799af90 100644 (file)
@@ -217,7 +217,8 @@ memory, bridge implementations, processor and other functionality not controlled
 elsewhere.
 
 required properties:
-- compatible: Should be "atmel,<chip>-sfr", "syscon".
+- compatible: Should be "atmel,<chip>-sfr", "syscon" or
+       "atmel,<chip>-sfrbu", "syscon"
   <chip> can be "sama5d3", "sama5d4" or "sama5d2".
 - reg: Should contain registers location and length
 
index 22332be..468ef9c 100644 (file)
                                status = "okay";
                        };
 
+                       sfrbu: sfr@fc05c000 {
+                               compatible = "atmel,sama5d2-sfrbu", "syscon";
+                               reg = <0xfc05c000 0x20>;
+                       };
+
                        chipid@fc069000 {
                                compatible = "atmel,sama5d2-chipid";
                                reg = <0xfc069000 0x8>;