Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d82daaa authored by Gregory CLEMENT's avatar Gregory CLEMENT Committed by Thomas Petazzoni
Browse files

arm: mvebu: SATA support: board-level DT data for Armada 370/XP boards



Add the SATA device tree bindings for
- Armada XP evaluation board (DB-78460-BP)
- Armada 370 evaluation board (DB-88F6710-BP-DDR3)

Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarLior Amsalem <alior@marvell.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 5872c6fe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,5 +34,9 @@
			clock-frequency = <200000000>;
			status = "okay";
		};
		sata@d00a0000 {
			nr-ports = <2>;
			status = "okay";
		};
	};
};
+4 −0
Original line number Diff line number Diff line
@@ -46,5 +46,9 @@
			clock-frequency = <250000000>;
			status = "okay";
		};
		sata@d00a0000 {
			nr-ports = <2>;
			status = "okay";
		};
	};
};