Commit 36dd6066 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Arnd Bergmann

ARM: dts: uniphier: change the external bus address mapping

In UniPhier SoCs before ProXstream2 and PH1-LD6b, two address spaces
 0x00000000 - 0x0fffffff
 0x40000000 - 0x4fffffff
are both mapped to the external bus (also called system bus),
so either was OK.

In the newest two SoCs, the former (0x00000000 - 0x0fffffff) is
assigned for the serial NOR interface.

For the consistency, use the latter for all the SoCs.

Also, fix the range properties to reflect the real address mapping,
where the support card is located at the offset address 0x01f00000
of CS1 of the external bus.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent b1ee27d4
...@@ -74,12 +74,11 @@ aliases { ...@@ -74,12 +74,11 @@ aliases {
}; };
&extbus { &extbus {
ranges = <0 0x00000000 0x0f000000 0x01000000 ranges = <1 0x00000000 0x42000000 0x02000000>;
1 0x00000000 0x00000000 0x08000000>;
}; };
&support_card { &support_card {
ranges = <0x00000000 1 0x03f00000 0x00100000>; ranges = <0x00000000 1 0x01f00000 0x00100000>;
}; };
&ethsc { &ethsc {
......
...@@ -76,12 +76,11 @@ aliases { ...@@ -76,12 +76,11 @@ aliases {
}; };
&extbus { &extbus {
ranges = <0 0x00000000 0x0f000000 0x01000000 ranges = <1 0x00000000 0x42000000 0x02000000>;
1 0x00000000 0x00000000 0x08000000>;
}; };
&support_card { &support_card {
ranges = <0x00000000 1 0x03f00000 0x00100000>; ranges = <0x00000000 1 0x01f00000 0x00100000>;
}; };
&ethsc { &ethsc {
......
...@@ -76,12 +76,11 @@ aliases { ...@@ -76,12 +76,11 @@ aliases {
}; };
&extbus { &extbus {
ranges = <0 0x00000000 0x0f000000 0x01000000 ranges = <1 0x00000000 0x42000000 0x02000000>;
1 0x00000000 0x00000000 0x08000000>;
}; };
&support_card { &support_card {
ranges = <0x00000000 1 0x03f00000 0x00100000>; ranges = <0x00000000 1 0x01f00000 0x00100000>;
}; };
&ethsc { &ethsc {
......
...@@ -75,12 +75,11 @@ aliases { ...@@ -75,12 +75,11 @@ aliases {
}; };
&extbus { &extbus {
ranges = <0 0x00000000 0x0f000000 0x01000000 ranges = <1 0x00000000 0x42000000 0x02000000>;
1 0x00000000 0x00000000 0x08000000>;
}; };
&support_card { &support_card {
ranges = <0x00000000 1 0x03f00000 0x00100000>; ranges = <0x00000000 1 0x01f00000 0x00100000>;
}; };
&ethsc { &ethsc {
......
...@@ -74,12 +74,11 @@ aliases { ...@@ -74,12 +74,11 @@ aliases {
}; };
&extbus { &extbus {
ranges = <0 0x00000000 0x0f000000 0x01000000 ranges = <1 0x00000000 0x42000000 0x02000000>;
1 0x00000000 0x00000000 0x08000000>;
}; };
&support_card { &support_card {
ranges = <0x00000000 1 0x03f00000 0x00100000>; ranges = <0x00000000 1 0x01f00000 0x00100000>;
}; };
&ethsc { &ethsc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment