aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/spear600.dtsi20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/spear600.dtsi b/arch/arm/boot/dts/spear600.dtsi
index 9f60a7b6a42b..8459286def26 100644
--- a/arch/arm/boot/dts/spear600.dtsi
+++ b/arch/arm/boot/dts/spear600.dtsi
@@ -49,7 +49,7 @@
49 #interrupt-cells = <1>; 49 #interrupt-cells = <1>;
50 }; 50 };
51 51
52 clcd@fc200000 { 52 clcd: clcd@fc200000 {
53 compatible = "arm,pl110", "arm,primecell"; 53 compatible = "arm,pl110", "arm,primecell";
54 reg = <0xfc200000 0x1000>; 54 reg = <0xfc200000 0x1000>;
55 interrupt-parent = <&vic1>; 55 interrupt-parent = <&vic1>;
@@ -57,7 +57,7 @@
57 status = "disabled"; 57 status = "disabled";
58 }; 58 };
59 59
60 dma@fc400000 { 60 dmac: dma@fc400000 {
61 compatible = "arm,pl080", "arm,primecell"; 61 compatible = "arm,pl080", "arm,primecell";
62 reg = <0xfc400000 0x1000>; 62 reg = <0xfc400000 0x1000>;
63 interrupt-parent = <&vic1>; 63 interrupt-parent = <&vic1>;
@@ -97,7 +97,7 @@
97 status = "disabled"; 97 status = "disabled";
98 }; 98 };
99 99
100 ehci@e1800000 { 100 ehci_usb0: ehci@e1800000 {
101 compatible = "st,spear600-ehci", "usb-ehci"; 101 compatible = "st,spear600-ehci", "usb-ehci";
102 reg = <0xe1800000 0x1000>; 102 reg = <0xe1800000 0x1000>;
103 interrupt-parent = <&vic1>; 103 interrupt-parent = <&vic1>;
@@ -105,7 +105,7 @@
105 status = "disabled"; 105 status = "disabled";
106 }; 106 };
107 107
108 ehci@e2000000 { 108 ehci_usb1: ehci@e2000000 {
109 compatible = "st,spear600-ehci", "usb-ehci"; 109 compatible = "st,spear600-ehci", "usb-ehci";
110 reg = <0xe2000000 0x1000>; 110 reg = <0xe2000000 0x1000>;
111 interrupt-parent = <&vic1>; 111 interrupt-parent = <&vic1>;
@@ -113,7 +113,7 @@
113 status = "disabled"; 113 status = "disabled";
114 }; 114 };
115 115
116 ohci@e1900000 { 116 ohci_usb0: ohci@e1900000 {
117 compatible = "st,spear600-ohci", "usb-ohci"; 117 compatible = "st,spear600-ohci", "usb-ohci";
118 reg = <0xe1900000 0x1000>; 118 reg = <0xe1900000 0x1000>;
119 interrupt-parent = <&vic1>; 119 interrupt-parent = <&vic1>;
@@ -121,7 +121,7 @@
121 status = "disabled"; 121 status = "disabled";
122 }; 122 };
123 123
124 ohci@e2100000 { 124 ohci_usb1: ohci@e2100000 {
125 compatible = "st,spear600-ohci", "usb-ohci"; 125 compatible = "st,spear600-ohci", "usb-ohci";
126 reg = <0xe2100000 0x1000>; 126 reg = <0xe2100000 0x1000>;
127 interrupt-parent = <&vic1>; 127 interrupt-parent = <&vic1>;
@@ -135,7 +135,7 @@
135 compatible = "simple-bus"; 135 compatible = "simple-bus";
136 ranges = <0xd0000000 0xd0000000 0x30000000>; 136 ranges = <0xd0000000 0xd0000000 0x30000000>;
137 137
138 serial@d0000000 { 138 uart0: serial@d0000000 {
139 compatible = "arm,pl011", "arm,primecell"; 139 compatible = "arm,pl011", "arm,primecell";
140 reg = <0xd0000000 0x1000>; 140 reg = <0xd0000000 0x1000>;
141 interrupt-parent = <&vic0>; 141 interrupt-parent = <&vic0>;
@@ -143,7 +143,7 @@
143 status = "disabled"; 143 status = "disabled";
144 }; 144 };
145 145
146 serial@d0080000 { 146 uart1: serial@d0080000 {
147 compatible = "arm,pl011", "arm,primecell"; 147 compatible = "arm,pl011", "arm,primecell";
148 reg = <0xd0080000 0x1000>; 148 reg = <0xd0080000 0x1000>;
149 interrupt-parent = <&vic0>; 149 interrupt-parent = <&vic0>;
@@ -181,7 +181,7 @@
181 interrupts = <4>; 181 interrupts = <4>;
182 }; 182 };
183 183
184 i2c@d0200000 { 184 i2c: i2c@d0200000 {
185 #address-cells = <1>; 185 #address-cells = <1>;
186 #size-cells = <0>; 186 #size-cells = <0>;
187 compatible = "snps,designware-i2c"; 187 compatible = "snps,designware-i2c";
@@ -191,7 +191,7 @@
191 status = "disabled"; 191 status = "disabled";
192 }; 192 };
193 193
194 rtc@fc900000 { 194 rtc: rtc@fc900000 {
195 compatible = "st,spear600-rtc"; 195 compatible = "st,spear600-rtc";
196 reg = <0xfc900000 0x1000>; 196 reg = <0xfc900000 0x1000>;
197 interrupts = <10>; 197 interrupts = <10>;