Skip to content

Commit 4716053

Browse files
Roger QuadrosTero Kristo
authored andcommitted
arm64: dts: ti: k3-j721e-main.dtsi: Add USB to SERDES MUX
The USB controllers can be connected to one of the 2 SERDESes using a MUX. Add a MUX controller node fot that. Signed-off-by: Roger Quadros <[email protected]> Signed-off-by: Sekhar Nori <[email protected]> Signed-off-by: Tero Kristo <[email protected]>
1 parent b766e3b commit 4716053

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm64/boot/dts/ti/k3-j721e-main.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@
4444
<MUX_IDLE_AS_IS>, <SERDES3_LANE1_USB3_0>,
4545
<SERDES4_LANE0_EDP_LANE0>, <SERDES4_LANE1_EDP_LANE1>, <SERDES4_LANE2_EDP_LANE2>, <SERDES4_LANE3_EDP_LANE3>;
4646
};
47+
48+
usb_serdes_mux: mux-controller@4000 {
49+
compatible = "mmio-mux";
50+
#mux-control-cells = <1>;
51+
mux-reg-masks = <0x4000 0x8000000>, /* USB0 to SERDES0/3 mux */
52+
<0x4010 0x8000000>; /* USB1 to SERDES1/2 mux */
53+
};
4754
};
4855

4956
gic500: interrupt-controller@1800000 {

0 commit comments

Comments
 (0)