Skip to content

Commit

Permalink
add sata support
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Mar 19, 2023
1 parent 2e291ea commit 7af8276
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rk3568-hinlink-h6xk.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,10 @@
vref-supply = <&vcca_1v8>;
};

&sata0 {
status = "okay";
};

&sdhci {
bus-width = <8>;
non-removable;
Expand Down Expand Up @@ -894,6 +898,7 @@
&usbdrd_dwc3 {
dr_mode = "otg";
extcon = <&usb2phy0>;
phys = <&u2phy0_otg>;
status = "okay";
};

Expand Down

0 comments on commit 7af8276

Please sign in to comment.