mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
ARM: dts: at91: sama5d2: Move sfr node
Nodes are ordered by register offset.
Fixes: 56246d1e87 ("ARM: dts: at91: sama5: Add the sfr node")
Signed-off-by: Alexander Dahl <ada@thorsis.com>
This commit is contained in:
committed by
Eugen Hristev
parent
3c04fcf313
commit
42c4dcbbce
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user