Commit 551e645f authored by Frank Wunderlich's avatar Frank Wunderlich Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Add SATA support to BPI-R2-Pro



Enable the Combphy and Sata nodes in Bananapi R2 Pro Board.

Signed-off-by: default avatarFrank Wunderlich <frank-w@public-files.de>
Link: https://lore.kernel.org/r/20220409112136.164481-3-linux@fw-web.de


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent f29ffce3
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -118,6 +118,11 @@ &combphy1 {
	status = "okay";
};

&combphy2 {
	/* used for SATA */
	status = "okay";
};

&gmac0 {
	assigned-clocks = <&cru SCLK_GMAC0_RX_TX>, <&cru SCLK_GMAC0>;
	assigned-clock-parents = <&cru SCLK_GMAC0_RGMII_SPEED>, <&cru CLK_MAC0_2TOP>;
@@ -454,6 +459,10 @@ &saradc {
	status = "okay";
};

&sata2 {
	status = "okay";
};

&sdhci {
	bus-width = <8>;
	max-frequency = <200000000>;