diff options
author | Valentine Barshak <valentine.barshak@cogentembedded.com> | 2014-01-14 12:05:40 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-03 20:16:59 -0500 |
commit | b8532c699a163702bfcadaaa4c23c4ff71b67eec (patch) | |
tree | 2ef9d4df3175c470a361d4e0a264e979680f38f8 | |
parent | 65f05c38749f393f775c360b9b247fa4d63b72de (diff) |
ARM: shmobile: r8a7791: Add SATA nodes to r8a7791.dtsi
This adds SATA[01] device nodes to r8a7791.dtsi.
Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7791.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791.dtsi b/arch/arm/boot/dts/r8a7791.dtsi index 94e3cc17448c..d5cc3626dd60 100644 --- a/arch/arm/boot/dts/r8a7791.dtsi +++ b/arch/arm/boot/dts/r8a7791.dtsi | |||
@@ -366,6 +366,24 @@ | |||
366 | status = "disabled"; | 366 | status = "disabled"; |
367 | }; | 367 | }; |
368 | 368 | ||
369 | sata0: sata@ee300000 { | ||
370 | compatible = "renesas,sata-r8a7791"; | ||
371 | reg = <0 0xee300000 0 0x2000>; | ||
372 | interrupt-parent = <&gic>; | ||
373 | interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>; | ||
374 | clocks = <&mstp8_clks R8A7791_CLK_SATA0>; | ||
375 | status = "disabled"; | ||
376 | }; | ||
377 | |||
378 | sata1: sata@ee500000 { | ||
379 | compatible = "renesas,sata-r8a7791"; | ||
380 | reg = <0 0xee500000 0 0x2000>; | ||
381 | interrupt-parent = <&gic>; | ||
382 | interrupts = <0 106 IRQ_TYPE_LEVEL_HIGH>; | ||
383 | clocks = <&mstp8_clks R8A7791_CLK_SATA1>; | ||
384 | status = "disabled"; | ||
385 | }; | ||
386 | |||
369 | clocks { | 387 | clocks { |
370 | #address-cells = <2>; | 388 | #address-cells = <2>; |
371 | #size-cells = <2>; | 389 | #size-cells = <2>; |