aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-22 17:26:18 -0400
committerJason Cooper <jason@lakedaemon.net>2014-04-26 10:39:51 -0400
commit2958316dd46fb37aeab229e94aa1837115074b39 (patch)
tree4d1f0bc70457d749f541d8498a61ae1b84334d03
parent5c697664858945b7a67e74e9c196a8f705c9e88f (diff)
ARM: orion5x: add node labels in Orion5x SoC Device Tree file
In order to ease identification of devices, it is useful to have Device Tree labels on all devices. This commit adds such labels to the Orion5x SoC Device Tree file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Link: https://lkml.kernel.org/r/1398202002-28530-15-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r--arch/arm/boot/dts/orion5x.dtsi22
1 files changed, 11 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/orion5x.dtsi b/arch/arm/boot/dts/orion5x.dtsi
index 31d46e6dbf51..aef5d17fe396 100644
--- a/arch/arm/boot/dts/orion5x.dtsi
+++ b/arch/arm/boot/dts/orion5x.dtsi
@@ -41,7 +41,7 @@
41 interrupts = <6>, <7>, <8>, <9>; 41 interrupts = <6>, <7>, <8>, <9>;
42 }; 42 };
43 43
44 spi@10600 { 44 spi: spi@10600 {
45 compatible = "marvell,orion-spi"; 45 compatible = "marvell,orion-spi";
46 #address-cells = <1>; 46 #address-cells = <1>;
47 #size-cells = <0>; 47 #size-cells = <0>;
@@ -50,7 +50,7 @@
50 status = "disabled"; 50 status = "disabled";
51 }; 51 };
52 52
53 i2c@11000 { 53 i2c: i2c@11000 {
54 compatible = "marvell,mv64xxx-i2c"; 54 compatible = "marvell,mv64xxx-i2c";
55 reg = <0x11000 0x20>; 55 reg = <0x11000 0x20>;
56 #address-cells = <1>; 56 #address-cells = <1>;
@@ -60,7 +60,7 @@
60 status = "disabled"; 60 status = "disabled";
61 }; 61 };
62 62
63 serial@12000 { 63 uart0: serial@12000 {
64 compatible = "ns16550a"; 64 compatible = "ns16550a";
65 reg = <0x12000 0x100>; 65 reg = <0x12000 0x100>;
66 reg-shift = <2>; 66 reg-shift = <2>;
@@ -69,7 +69,7 @@
69 status = "disabled"; 69 status = "disabled";
70 }; 70 };
71 71
72 serial@12100 { 72 uart1: serial@12100 {
73 compatible = "ns16550a"; 73 compatible = "ns16550a";
74 reg = <0x12100 0x100>; 74 reg = <0x12100 0x100>;
75 reg-shift = <2>; 75 reg-shift = <2>;
@@ -85,20 +85,20 @@
85 reg = <0x20200 0x08>; 85 reg = <0x20200 0x08>;
86 }; 86 };
87 87
88 wdt@20300 { 88 wdt: wdt@20300 {
89 compatible = "marvell,orion-wdt"; 89 compatible = "marvell,orion-wdt";
90 reg = <0x20300 0x28>; 90 reg = <0x20300 0x28>;
91 status = "okay"; 91 status = "okay";
92 }; 92 };
93 93
94 ehci@50000 { 94 ehci0: ehci@50000 {
95 compatible = "marvell,orion-ehci"; 95 compatible = "marvell,orion-ehci";
96 reg = <0x50000 0x1000>; 96 reg = <0x50000 0x1000>;
97 interrupts = <17>; 97 interrupts = <17>;
98 status = "disabled"; 98 status = "disabled";
99 }; 99 };
100 100
101 xor@60900 { 101 xor: xor@60900 {
102 compatible = "marvell,orion-xor"; 102 compatible = "marvell,orion-xor";
103 reg = <0x60900 0x100 103 reg = <0x60900 0x100
104 0x60b00 0x100>; 104 0x60b00 0x100>;
@@ -125,7 +125,7 @@
125 marvell,tx-checksum-limit = <1600>; 125 marvell,tx-checksum-limit = <1600>;
126 status = "disabled"; 126 status = "disabled";
127 127
128 ethernet-port@0 { 128 ethport: ethernet-port@0 {
129 compatible = "marvell,orion-eth-port"; 129 compatible = "marvell,orion-eth-port";
130 reg = <0>; 130 reg = <0>;
131 /* overwrite MAC address in bootloader */ 131 /* overwrite MAC address in bootloader */
@@ -145,14 +145,14 @@
145 /* add phy nodes in board file */ 145 /* add phy nodes in board file */
146 }; 146 };
147 147
148 sata@80000 { 148 sata: sata@80000 {
149 compatible = "marvell,orion-sata"; 149 compatible = "marvell,orion-sata";
150 reg = <0x80000 0x5000>; 150 reg = <0x80000 0x5000>;
151 interrupts = <29>; 151 interrupts = <29>;
152 status = "disabled"; 152 status = "disabled";
153 }; 153 };
154 154
155 ehci@a0000 { 155 ehci1: ehci@a0000 {
156 compatible = "marvell,orion-ehci"; 156 compatible = "marvell,orion-ehci";
157 reg = <0xa0000 0x1000>; 157 reg = <0xa0000 0x1000>;
158 interrupts = <12>; 158 interrupts = <12>;
@@ -160,7 +160,7 @@
160 }; 160 };
161 }; 161 };
162 162
163 crypto@90000 { 163 cesa: crypto@90000 {
164 compatible = "marvell,orion-crypto"; 164 compatible = "marvell,orion-crypto";
165 reg = <MBUS_ID(0xf0, 0x01) 0x90000 0x10000>, 165 reg = <MBUS_ID(0xf0, 0x01) 0x90000 0x10000>,
166 <MBUS_ID(0x09, 0x00) 0x0 0x800>; 166 <MBUS_ID(0x09, 0x00) 0x0 0x800>;