diff options
author | Boris Brezillon <boris.brezillon@free-electrons.com> | 2014-11-14 13:08:50 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2014-11-19 17:08:51 +0300 |
commit | 1ff3beca55a4eb552068ebda34431a19c6534be6 (patch) | |
tree | 295ef65e3efe5e4e4998a1e349aceb1a26c1215c /arch/arm/boot/dts/at91sam9rl.dtsi | |
parent | 9b5a0675072eb3b217cbbb3f8958addcbf27d740 (diff) | |
download | linux-1ff3beca55a4eb552068ebda34431a19c6534be6.tar.xz |
ARM: at91/dt: add GPBR nodes
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>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9rl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9rl.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9rl.dtsi b/arch/arm/boot/dts/at91sam9rl.dtsi index 254cbbad4576..72424371413e 100644 --- a/arch/arm/boot/dts/at91sam9rl.dtsi +++ b/arch/arm/boot/dts/at91sam9rl.dtsi @@ -1074,6 +1074,12 @@ clocks = <&clk32k>; status = "disabled"; }; + + gpbr: syscon@fffffd60 { + compatible = "atmel,at91sam9260-gpbr", "syscon"; + reg = <0xfffffd60 0x10>; + status = "disabled"; + }; }; }; |