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/at91sam9260.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/at91sam9260.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9260.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9260.dtsi b/arch/arm/boot/dts/at91sam9260.dtsi index 9ea824ee84d2..dd1313cbc314 100644 --- a/arch/arm/boot/dts/at91sam9260.dtsi +++ b/arch/arm/boot/dts/at91sam9260.dtsi @@ -974,6 +974,12 @@ atmel,idle-halt; status = "disabled"; }; + + gpbr: syscon@fffffd50 { + compatible = "atmel,at91sam9260-gpbr", "syscon"; + reg = <0xfffffd50 0x10>; + status = "disabled"; + }; }; nand0: nand@40000000 { |