Lines Matching +full:high +full:- +full:speed
1 Samsung High Speed USB OTG controller
2 -----------------------------
5 It gives functionality of OTG-compliant USB 2.0 host and device with
6 support for USB 2.0 high-speed (480Mbps) and full-speed (12 Mbps)
12 -----
15 - compatible: "samsung,s3c6400-hsotg" should be used for all currently
17 - interrupts: specifier of interrupt signal of interrupt controller,
19 - clocks: contains an array of clock specifiers:
20 - first entry: OTG clock
21 - clock-names: contains array of clock names:
22 - first entry: must be "otg"
23 - vusb_d-supply: phandle to voltage regulator of digital section,
24 - vusb_a-supply: phandle to voltage regulator of analog section.
27 -----
30 compatible = "samsung,s3c6400-hsotg";
34 clock-names = "otg";
35 vusb_d-supply = <&vusb_reg>;
36 vusb_a-supply = <&vusbdac_reg>;