Skip to content

Commit

Permalink
devicetree: Add USB hub definition for TPi2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CFSworks authored and svenrademakers committed Mar 27, 2024
1 parent 5fd3daf commit 9965438
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tp2bmc/board/tp2bmc/sun8i-t113s-turing-pi2-v2.5.dts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,31 @@
#endif
};

&ehci1 {
#address-cells = <1>;
#size-cells = <0>;

hub@1 {
compatible = "usb5e3,608";
reg = <1>;
#address-cells = <1>;
#size-cells = <0>;

node1@1 {
reg = <1>;
};
node2@2 {
reg = <2>;
};
node3@3 {
reg = <3>;
};
node4@4 {
reg = <4>;
};
};
};

&i2c0 {
status = "okay";

Expand Down

0 comments on commit 9965438

Please sign in to comment.