diff options
Diffstat (limited to 'target/linux/ramips/dts/rt5350.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt5350.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi index 6f30f2d..8733d4f 100644 --- a/target/linux/ramips/dts/rt5350.dtsi +++ b/target/linux/ramips/dts/rt5350.dtsi @@ -267,12 +267,19 @@ #reset-cells = <1>; }; + clkctrl: clkctrl { + compatible = "ralink,rt2880-clock"; + #clock-cells = <1>; + }; + usbphy: usbphy { compatible = "ralink,rt3352-usbphy"; #phy-cells = <1>; resets = <&rstctrl 22 &rstctrl 25>; reset-names = "host", "device"; + clocks = <&clkctrl 18>; + clock-names = "host"; }; ethernet: ethernet@10100000 { |