summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/armada-398.dtsi
diff options
context:
space:
mode:
authorGrzegorz Jaszczyk <jaz@semihalf.com>2016-08-04 12:14:17 +0200
committerGregory CLEMENT <gregory.clement@free-electrons.com>2016-08-08 16:36:18 +0200
commitd2dd856e8c21083560e92ded3e81a6b28cedef2b (patch)
treec1a68f5aebfc94b1479683040cb89840c45ba7d4 /arch/arm/boot/dts/armada-398.dtsi
parenteebead7853de56809ddd16aea5e5cddba286175e (diff)
ARM: dts: mvebu: armada-398: update the dtsi about missing interfaces
Beside interfaces described in the armada-39x.dtsi and armada-395.dtsi, the Armada 398 SoC family supports 2 additional SATA port (2 ports in one unit) Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-398.dtsi')
-rw-r--r--arch/arm/boot/dts/armada-398.dtsi10
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-398.dtsi b/arch/arm/boot/dts/armada-398.dtsi
index fdc25914e3a3..234a99891a29 100644
--- a/arch/arm/boot/dts/armada-398.dtsi
+++ b/arch/arm/boot/dts/armada-398.dtsi
@@ -44,7 +44,7 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#include "armada-39x.dtsi"
+#include "armada-395.dtsi"
/ {
compatible = "marvell,armada398", "marvell,armada390";
@@ -55,6 +55,14 @@
compatible = "marvell,mv88f6928-pinctrl";
reg = <0x18000 0x20>;
};
+
+ sata@e0000 {
+ compatible = "marvell,armada-380-ahci";
+ reg = <0xe0000 0x2000>;
+ interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&gateclk 30>;
+ status = "disabled";
+ };
};
};
};