summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2023-12-12 17:04:20 +0100
committerEugen Hristev <eugen.hristev@collabora.com>2024-01-22 06:05:25 +0200
commit42c4dcbbce92ac90df3b162f543abc777d5036bf (patch)
tree0a4cb748646a1b904d37697a0b5fd65d8b7bd879
parent3c04fcf3137d5f694d52b8f355373e4baabe5f78 (diff)
ARM: dts: at91: sama5d2: Move sfr node
Nodes are ordered by register offset. Fixes: 56246d1e8705 ("ARM: dts: at91: sama5: Add the sfr node") Signed-off-by: Alexander Dahl <ada@thorsis.com>
-rw-r--r--arch/arm/dts/sama5d2.dtsi10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/dts/sama5d2.dtsi b/arch/arm/dts/sama5d2.dtsi
index 819564fdd5b..c28a544da6f 100644
--- a/arch/arm/dts/sama5d2.dtsi
+++ b/arch/arm/dts/sama5d2.dtsi
@@ -698,6 +698,11 @@
status = "disabled";
};
+ sfr: sfr@f8030000 {
+ compatible = "atmel,sama5d2-sfr", "syscon";
+ reg = <0xf8030000 0x98>;
+ };
+
rstc@f8048000 {
compatible = "atmel,sama5d3-rstc";
reg = <0xf8048000 0x10>;
@@ -726,11 +731,6 @@
status = "disabled";
};
- sfr: sfr@f8030000 {
- compatible = "atmel,sama5d2-sfr", "syscon";
- reg = <0xf8030000 0x98>;
- };
-
sckc@f8048050 {
compatible = "atmel,at91sam9x5-sckc";
reg = <0xf8048050 0x4>;