aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/armada-xp-gp.dts
diff options
context:
space:
mode:
authorGregory CLEMENT <gregory.clement@free-electrons.com>2013-04-12 10:29:08 -0400
committerJason Cooper <jason@lakedaemon.net>2013-04-15 11:00:21 -0400
commit82a682676ce34e59369f60168a8729348aaae4d0 (patch)
tree4981ab52ed82202ccf6b2bce1e2d80dabaf2cc95 /arch/arm/boot/dts/armada-xp-gp.dts
parentb18ea4dc7746f1270bbe3a0817f9a034eec031a8 (diff)
ARM: dts: mvebu: Convert all the mvebu files to use the range property
This conversion will allow to keep 32 bits addresses for the internal registers whereas the memory of the system will be 64 bits. Later it will also ease the move of the mvebu-mbus driver to the device tree support. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-xp-gp.dts')
-rw-r--r--arch/arm/boot/dts/armada-xp-gp.dts22
1 files changed, 11 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/armada-xp-gp.dts b/arch/arm/boot/dts/armada-xp-gp.dts
index 04f28a712b98..55bcbff39469 100644
--- a/arch/arm/boot/dts/armada-xp-gp.dts
+++ b/arch/arm/boot/dts/armada-xp-gp.dts
@@ -37,24 +37,24 @@
37 }; 37 };
38 38
39 soc { 39 soc {
40 serial@d0012000 { 40 serial@12000 {
41 clock-frequency = <250000000>; 41 clock-frequency = <250000000>;
42 status = "okay"; 42 status = "okay";
43 }; 43 };
44 serial@d0012100 { 44 serial@12100 {
45 clock-frequency = <250000000>; 45 clock-frequency = <250000000>;
46 status = "okay"; 46 status = "okay";
47 }; 47 };
48 serial@d0012200 { 48 serial@12200 {
49 clock-frequency = <250000000>; 49 clock-frequency = <250000000>;
50 status = "okay"; 50 status = "okay";
51 }; 51 };
52 serial@d0012300 { 52 serial@12300 {
53 clock-frequency = <250000000>; 53 clock-frequency = <250000000>;
54 status = "okay"; 54 status = "okay";
55 }; 55 };
56 56
57 sata@d00a0000 { 57 sata@a0000 {
58 nr-ports = <2>; 58 nr-ports = <2>;
59 status = "okay"; 59 status = "okay";
60 }; 60 };
@@ -77,28 +77,28 @@
77 }; 77 };
78 }; 78 };
79 79
80 ethernet@d0070000 { 80 ethernet@70000 {
81 status = "okay"; 81 status = "okay";
82 phy = <&phy0>; 82 phy = <&phy0>;
83 phy-mode = "rgmii-id"; 83 phy-mode = "rgmii-id";
84 }; 84 };
85 ethernet@d0074000 { 85 ethernet@74000 {
86 status = "okay"; 86 status = "okay";
87 phy = <&phy1>; 87 phy = <&phy1>;
88 phy-mode = "rgmii-id"; 88 phy-mode = "rgmii-id";
89 }; 89 };
90 ethernet@d0030000 { 90 ethernet@30000 {
91 status = "okay"; 91 status = "okay";
92 phy = <&phy2>; 92 phy = <&phy2>;
93 phy-mode = "rgmii-id"; 93 phy-mode = "rgmii-id";
94 }; 94 };
95 ethernet@d0034000 { 95 ethernet@34000 {
96 status = "okay"; 96 status = "okay";
97 phy = <&phy3>; 97 phy = <&phy3>;
98 phy-mode = "rgmii-id"; 98 phy-mode = "rgmii-id";
99 }; 99 };
100 100
101 spi0: spi@d0010600 { 101 spi0: spi@10600 {
102 status = "okay"; 102 status = "okay";
103 103
104 spi-flash@0 { 104 spi-flash@0 {
@@ -110,7 +110,7 @@
110 }; 110 };
111 }; 111 };
112 112
113 devbus-bootcs@d0010400 { 113 devbus-bootcs@10400 {
114 status = "okay"; 114 status = "okay";
115 ranges = <0 0xf0000000 0x1000000>; /* @addr 0xf000000, size 0x1000000 */ 115 ranges = <0 0xf0000000 0x1000000>; /* @addr 0xf000000, size 0x1000000 */
116 116