diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-07-07 03:54:33 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-07-12 09:16:57 -0400 |
commit | 94f1a03db6988c64601dc84eaf6c8ef1b956d9e7 (patch) | |
tree | e931edeab7cc6173de5aa67c8a712bec053e760d /arch/arm/boot/dts/r8a73a4.dtsi | |
parent | 5be97ca4a4f6e11c4a839ec3c08dea25589dfeb4 (diff) |
ARM: shmobile: r8a73a4: Add SCIF nodes
This describes all of the SCIF hardware of the r8a73a4.
Each node is disabled and may be enabled as necessary
by board DTS files.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a73a4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a73a4.dtsi | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi index 82c5ac825386..d8ec5058c351 100644 --- a/arch/arm/boot/dts/r8a73a4.dtsi +++ b/arch/arm/boot/dts/r8a73a4.dtsi | |||
@@ -252,6 +252,48 @@ | |||
252 | status = "disabled"; | 252 | status = "disabled"; |
253 | }; | 253 | }; |
254 | 254 | ||
255 | scifa0: serial@e6c40000 { | ||
256 | compatible = "renesas,scifa-r8a73a4", "renesas,scifa"; | ||
257 | reg = <0 0xe6c40000 0 0x100>; | ||
258 | interrupts = <0 144 IRQ_TYPE_LEVEL_HIGH>; | ||
259 | status = "disabled"; | ||
260 | }; | ||
261 | |||
262 | scifa1: serial@e6c50000 { | ||
263 | compatible = "renesas,scifa-r8a73a4", "renesas,scifa"; | ||
264 | reg = <0 0xe6c50000 0 0x100>; | ||
265 | interrupts = <0 145 IRQ_TYPE_LEVEL_HIGH>; | ||
266 | status = "disabled"; | ||
267 | }; | ||
268 | |||
269 | scifb2: serial@e6c20000 { | ||
270 | compatible = "renesas,scifb-r8a73a4", "renesas,scifb"; | ||
271 | reg = <0 0xe6c20000 0 0x100>; | ||
272 | interrupts = <0 148 IRQ_TYPE_LEVEL_HIGH>; | ||
273 | status = "disabled"; | ||
274 | }; | ||
275 | |||
276 | scifb3: serial@e6c30000 { | ||
277 | compatible = "renesas,scifb-r8a73a4", "renesas,scifb"; | ||
278 | reg = <0 0xe6c30000 0 0x100>; | ||
279 | interrupts = <0 149 IRQ_TYPE_LEVEL_HIGH>; | ||
280 | status = "disabled"; | ||
281 | }; | ||
282 | |||
283 | scifb4: serial@e6ce0000 { | ||
284 | compatible = "renesas,scifb-r8a73a4", "renesas,scifb"; | ||
285 | reg = <0 0xe6ce0000 0 0x100>; | ||
286 | interrupts = <0 150 IRQ_TYPE_LEVEL_HIGH>; | ||
287 | status = "disabled"; | ||
288 | }; | ||
289 | |||
290 | scifb5: serial@e6cf0000 { | ||
291 | compatible = "renesas,scifb-r8a73a4", "renesas,scifb"; | ||
292 | reg = <0 0xe6cf0000 0 0x100>; | ||
293 | interrupts = <0 151 IRQ_TYPE_LEVEL_HIGH>; | ||
294 | status = "disabled"; | ||
295 | }; | ||
296 | |||
255 | mmcif0: mmc@ee200000 { | 297 | mmcif0: mmc@ee200000 { |
256 | compatible = "renesas,sh-mmcif"; | 298 | compatible = "renesas,sh-mmcif"; |
257 | reg = <0 0xee200000 0 0x80>; | 299 | reg = <0 0xee200000 0 0x80>; |