diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-03 11:11:33 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-23 21:44:07 -0400 |
commit | e87aabaf24d660e3d4c68cfbd6aae0814b573375 (patch) | |
tree | be12475a8c537bfa640b226f2e54faa61d4ab243 /arch | |
parent | 87982b2d9a75e10b357e6015f27b94011fc697be (diff) |
ARM: shmobile: emev2 dtsi: Add uart* labels for easier referencing
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/emev2.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/emev2.dtsi b/arch/arm/boot/dts/emev2.dtsi index 5fe9212b6bc5..cc7bfe0ba40a 100644 --- a/arch/arm/boot/dts/emev2.dtsi +++ b/arch/arm/boot/dts/emev2.dtsi | |||
@@ -137,7 +137,7 @@ | |||
137 | clock-names = "sclk"; | 137 | clock-names = "sclk"; |
138 | }; | 138 | }; |
139 | 139 | ||
140 | serial@e1020000 { | 140 | uart0: serial@e1020000 { |
141 | compatible = "renesas,em-uart"; | 141 | compatible = "renesas,em-uart"; |
142 | reg = <0xe1020000 0x38>; | 142 | reg = <0xe1020000 0x38>; |
143 | interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>; | 143 | interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>; |
@@ -145,7 +145,7 @@ | |||
145 | clock-names = "sclk"; | 145 | clock-names = "sclk"; |
146 | }; | 146 | }; |
147 | 147 | ||
148 | serial@e1030000 { | 148 | uart1: serial@e1030000 { |
149 | compatible = "renesas,em-uart"; | 149 | compatible = "renesas,em-uart"; |
150 | reg = <0xe1030000 0x38>; | 150 | reg = <0xe1030000 0x38>; |
151 | interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>; | 151 | interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>; |
@@ -153,7 +153,7 @@ | |||
153 | clock-names = "sclk"; | 153 | clock-names = "sclk"; |
154 | }; | 154 | }; |
155 | 155 | ||
156 | serial@e1040000 { | 156 | uart2: serial@e1040000 { |
157 | compatible = "renesas,em-uart"; | 157 | compatible = "renesas,em-uart"; |
158 | reg = <0xe1040000 0x38>; | 158 | reg = <0xe1040000 0x38>; |
159 | interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>; | 159 | interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>; |
@@ -161,7 +161,7 @@ | |||
161 | clock-names = "sclk"; | 161 | clock-names = "sclk"; |
162 | }; | 162 | }; |
163 | 163 | ||
164 | serial@e1050000 { | 164 | uart3: serial@e1050000 { |
165 | compatible = "renesas,em-uart"; | 165 | compatible = "renesas,em-uart"; |
166 | reg = <0xe1050000 0x38>; | 166 | reg = <0xe1050000 0x38>; |
167 | interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>; | 167 | interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>; |