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:
Peter Griffin 2014-11-17 17:47:00 +01:00 committed by Maxime Coquelin
parent 401a52694e
commit 7701677e31
1 changed files with 8 additions and 0 deletions

View File

@ -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";
};
};
};