Skip to content

Commit 488d1fb

Browse files
orangepi-xunlongbaiywt
authored andcommitted
opicm5-tablet: Support sata0
1 parent e0f953f commit 488d1fb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3588s-orangepi-cm5-tablet.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,12 @@
785785
status = "okay";
786786
};
787787

788+
&sata0 {
789+
pinctrl-names = "default";
790+
pinctrl-0 = <&sata_reset>;
791+
status = "disabled";
792+
};
793+
788794
//phy0
789795
&pcie2x1l2 {
790796
reset-gpios = <&gpio3 RK_PD1 GPIO_ACTIVE_HIGH>;
@@ -861,6 +867,12 @@
861867
rockchip,pins = <1 RK_PC6 RK_FUNC_GPIO &pcfg_pull_none>;
862868
};
863869
};
870+
871+
sata {
872+
sata_reset:sata-reset{
873+
rockchip,pins = <3 RK_PD1 RK_FUNC_GPIO &pcfg_pull_up>;
874+
};
875+
};
864876
};
865877

866878
&u2phy0 {

0 commit comments

Comments
 (0)