Skip to content

Commit

Permalink
arm64: dts: k3-am6: Add mux-controller DT node required for muxing SE…
Browse files Browse the repository at this point in the history
…RDES

Add mux-controller DT node as a child node of scm_conf. This is
required for muxing SERDES between USB, PCIe and ICSS2 SGMII.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
  • Loading branch information
Kishon Vijay Abraham I authored and Tero Kristo committed Jun 17, 2019
1 parent 4b4ffc6 commit 1cbe04b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/ti/k3-am65-main.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,13 @@
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x0 0x00100000 0x1c000>;

serdes_mux: mux-controller {
compatible = "mmio-mux";
#mux-control-cells = <1>;
mux-reg-masks = <0x4080 0x3>, /* SERDES0 lane select */
<0x4090 0x3>; /* SERDES1 lane select */
};
};

dwc3_0: dwc3@4000000 {
Expand Down

0 comments on commit 1cbe04b

Please sign in to comment.