Commit 6a5a04d5 authored by Aurelien Jarno's avatar Aurelien Jarno Committed by Heiko Stuebner

arm64: dts: rockchip: Add SATA support to ODROID-M1

Enable the Combo PHY and SATA nodes in ODROID-M1.
Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
Tested-by: default avatarDan Johansen <strit@manjaro.org>
Link: https://lore.kernel.org/r/20220930051246.391614-12-aurelien@aurel32.netSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 9984ef56
......@@ -153,6 +153,11 @@ &combphy1 {
status = "okay";
};
&combphy2 {
/* used for SATA */
status = "okay";
};
&cpu0 {
cpu-supply = <&vdd_cpu>;
};
......@@ -538,6 +543,10 @@ &saradc {
status = "okay";
};
&sata2 {
status = "okay";
};
&sdhci {
bus-width = <8>;
max-frequency = <200000000>;
......
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