arm64: dts: freescale: sl28: enable SATA support

With a newer bootloader SATA might be used in a mPCI slot using a mSATA
card. Enable the SATA controller on the Kontron K-Box LS-230-A which
comes with such a slot.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Michael Walle
2021-01-10 20:54:54 +01:00
committed by Shawn Guo
parent 12dffe14e3
commit 5dd74cf8f3

View File

@@ -107,3 +107,7 @@
ethernet = <&enetc_port2>;
status = "okay";
};
&sata {
status = "okay";
};