aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2014-12-18 04:45:52 -0500
committerNicolas Ferre <nicolas.ferre@atmel.com>2015-01-15 09:01:41 -0500
commitc3ef0b0cebad57f20f848e4f91a535c9305cf57f (patch)
tree3799a15139ea91ca22c4a12c1b6b6bf666ce7730
parent6ced9f4a3c2a9c9c688d653a0448db79c02171f9 (diff)
ARM: at91: sama5d4: Add SFR
The sama4d4 has Special Function Registers that allow to manage DDR, OHCI, EBI and AIC interrupt redirection. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com> [nicolas.ferre@atmel.com: reg size: 0x60] Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r--arch/arm/boot/dts/sama5d4.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
index 1b0f30c2c4a5..0a2477fe5525 100644
--- a/arch/arm/boot/dts/sama5d4.dtsi
+++ b/arch/arm/boot/dts/sama5d4.dtsi
@@ -870,6 +870,11 @@
870 status = "disabled"; 870 status = "disabled";
871 }; 871 };
872 872
873 sfr: sfr@f8028000 {
874 compatible = "atmel,sama5d4-sfr", "syscon";
875 reg = <0xf8028000 0x60>;
876 };
877
873 mmc1: mmc@fc000000 { 878 mmc1: mmc@fc000000 {
874 compatible = "atmel,hsmci"; 879 compatible = "atmel,hsmci";
875 reg = <0xfc000000 0x600>; 880 reg = <0xfc000000 0x600>;