]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: at91/dt: add GPBR nodes
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Fri, 14 Nov 2014 10:08:50 +0000 (11:08 +0100)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 19 Nov 2014 14:08:51 +0000 (15:08 +0100)
Add GPBR (General Purpose Block Backup Registers) nodes.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/boot/dts/at91sam9260.dtsi
arch/arm/boot/dts/at91sam9261.dtsi
arch/arm/boot/dts/at91sam9263.dtsi
arch/arm/boot/dts/at91sam9g45.dtsi
arch/arm/boot/dts/at91sam9rl.dtsi

index 9ea824ee84d2e3732f61633c1c8f1429a5aeeb7b..dd1313cbc3149516cd7f32e173683337e025abae 100644 (file)
                                atmel,idle-halt;
                                status = "disabled";
                        };
+
+                       gpbr: syscon@fffffd50 {
+                               compatible = "atmel,at91sam9260-gpbr", "syscon";
+                               reg = <0xfffffd50 0x10>;
+                               status = "disabled";
+                       };
                };
 
                nand0: nand@40000000 {
index 06b11fc9057f28f67a9e84ac6304b24889821cd5..cdb9ed6121091db2915cbb4fed0286a2120eadcd 100644 (file)
                                interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
                                status = "disabled";
                        };
+
+                       gpbr: syscon@fffffd50 {
+                               compatible = "atmel,at91sam9260-gpbr", "syscon";
+                               reg = <0xfffffd50 0x10>;
+                               status = "disabled";
+                       };
                };
        };
 
index 7f37b7e97e9ce4aa1f376242bc1b63b48f2e4a3d..1467750e3377d161bddff0cfcce1f35d91c9261b 100644 (file)
                                clocks = <&slow_xtal>;
                                status = "disabled";
                        };
+
+                       gpbr: syscon@fffffd60 {
+                               compatible = "atmel,at91sam9260-gpbr", "syscon";
+                               reg = <0xfffffd60 0x50>;
+                               status = "disabled";
+                       };
                };
 
                fb0: fb@0x00700000 {
index 3771088bc36ea54b56b6038f7a6c10b8d52a99c3..18453d98c2e7a03ef822286103050f673f65887a 100644 (file)
                                interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;
                                status = "disabled";
                        };
+
+                       gpbr: syscon@fffffd60 {
+                               compatible = "atmel,at91sam9260-gpbr", "syscon";
+                               reg = <0xfffffd60 0x10>;
+                               status = "disabled";
+                       };
                };
 
                fb0: fb@0x00500000 {
index 254cbbad4576674ad79c556bf3685c2ab5d6a8f6..72424371413e7404f2a87455e34c0014603adf4e 100644 (file)
                                clocks = <&clk32k>;
                                status = "disabled";
                        };
+
+                       gpbr: syscon@fffffd60 {
+                               compatible = "atmel,at91sam9260-gpbr", "syscon";
+                               reg = <0xfffffd60 0x10>;
+                               status = "disabled";
+                       };
                };
        };