ARM: STi: DT: STiH416: Add DT node for the stih415/6 usb2 phy
This usb picophy is found on stih415/6 SoC. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
This commit is contained in:
parent
401a52694e
commit
7701677e31
|
@ -316,5 +316,13 @@
|
|||
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
usb2_phy: phy@0 {
|
||||
compatible = "st,stih416-usb-phy";
|
||||
#phy-cells = <0>;
|
||||
st,syscfg = <&syscfg_rear>;
|
||||
clocks = <&clk_sysin>;
|
||||
clock-names = "osc_phy";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue