mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00: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:
parent
3c04fcf313
commit
42c4dcbbce
1 changed files with 5 additions and 5 deletions
|
@ -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>;
|
||||
|
|
Loading…
Reference in a new issue