Commit d2dd856e authored by Grzegorz Jaszczyk's avatar Grzegorz Jaszczyk Committed by Gregory CLEMENT

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: default avatarGrzegorz Jaszczyk <jaz@semihalf.com>
Acked-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent eebead78
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "armada-39x.dtsi" #include "armada-395.dtsi"
/ { / {
compatible = "marvell,armada398", "marvell,armada390"; compatible = "marvell,armada398", "marvell,armada390";
...@@ -55,6 +55,14 @@ pinctrl@18000 { ...@@ -55,6 +55,14 @@ pinctrl@18000 {
compatible = "marvell,mv88f6928-pinctrl"; compatible = "marvell,mv88f6928-pinctrl";
reg = <0x18000 0x20>; 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";
};
}; };
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment