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>
This commit is contained in:
Boris Brezillon
2014-11-14 11:08:50 +01:00
committed by Nicolas Ferre
parent 9b5a067507
commit 1ff3beca55
5 changed files with 30 additions and 0 deletions

View File

@@ -1206,6 +1206,12 @@
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 {