diff options
author | Valentine Barshak <valentine.barshak@cogentembedded.com> | 2014-01-14 12:05:30 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-03 20:17:00 -0500 |
commit | cde630f763b07ff5d8ff7d34969f9dd05a2a4001 (patch) | |
tree | 293a94dd3bee71356ac36649da8694a13777743d | |
parent | 760c277b23973a3db181b2ae98d9a87f6e8f843e (diff) |
ARM: shmobile: r8a7790: Add SATA nodes to r8a7790.dtsi
This adds SATA[01] device nodes to r8a7790.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/r8a7790.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 8cc68f78cd24..091492152911 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi | |||
@@ -400,6 +400,24 @@ | |||
400 | status = "disabled"; | 400 | status = "disabled"; |
401 | }; | 401 | }; |
402 | 402 | ||
403 | sata0: sata@ee300000 { | ||
404 | compatible = "renesas,sata-r8a7790"; | ||
405 | reg = <0 0xee300000 0 0x2000>; | ||
406 | interrupt-parent = <&gic>; | ||
407 | interrupts = <0 105 IRQ_TYPE_LEVEL_HIGH>; | ||
408 | clocks = <&mstp8_clks R8A7790_CLK_SATA0>; | ||
409 | status = "disabled"; | ||
410 | }; | ||
411 | |||
412 | sata1: sata@ee500000 { | ||
413 | compatible = "renesas,sata-r8a7790"; | ||
414 | reg = <0 0xee500000 0 0x2000>; | ||
415 | interrupt-parent = <&gic>; | ||
416 | interrupts = <0 106 IRQ_TYPE_LEVEL_HIGH>; | ||
417 | clocks = <&mstp8_clks R8A7790_CLK_SATA1>; | ||
418 | status = "disabled"; | ||
419 | }; | ||
420 | |||
403 | clocks { | 421 | clocks { |
404 | #address-cells = <2>; | 422 | #address-cells = <2>; |
405 | #size-cells = <2>; | 423 | #size-cells = <2>; |