diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-02-02 19:51:39 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-03-05 23:36:59 +0100 |
commit | 4ea5a9ef3c1285a62bc274be7638a4c894f64826 (patch) | |
tree | 29debc9e9d0cfdaa9f1a87cf14fcebd0a80f37c8 /arch/arm/boot/dts/sama5d2.dtsi | |
parent | Linux 4.11-rc1 (diff) | |
download | linux-4ea5a9ef3c1285a62bc274be7638a4c894f64826.tar.xz linux-4ea5a9ef3c1285a62bc274be7638a4c894f64826.zip |
ARM: dts: at91: sama5d2: add sfrbu
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>
Diffstat (limited to 'arch/arm/boot/dts/sama5d2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d2.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index 22332be72140..468ef9ceb2e3 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -1305,6 +1305,11 @@ status = "okay"; }; + sfrbu: sfr@fc05c000 { + compatible = "atmel,sama5d2-sfrbu", "syscon"; + reg = <0xfc05c000 0x20>; + }; + chipid@fc069000 { compatible = "atmel,sama5d2-chipid"; reg = <0xfc069000 0x8>; |