14000188bSSergio PradoSamsung S3C2410 and compatible SoC USB controller
24000188bSSergio Prado
34000188bSSergio PradoOHCI
44000188bSSergio Prado
54000188bSSergio PradoRequired properties:
64000188bSSergio Prado - compatible: should be "samsung,s3c2410-ohci" for USB host controller
765f50f25SWeitao Hou - reg: address and length of the controller memory mapped region
84000188bSSergio Prado - interrupts: interrupt number for the USB OHCI controller
94000188bSSergio Prado - clocks: Should reference the bus and host clocks
104000188bSSergio Prado - clock-names: Should contain two strings
114000188bSSergio Prado		"usb-bus-host" for the USB bus clock
124000188bSSergio Prado		"usb-host" for the USB host clock
134000188bSSergio Prado
144000188bSSergio PradoExample:
154000188bSSergio Prado
164000188bSSergio Pradousb0: ohci@49000000 {
174000188bSSergio Prado	compatible = "samsung,s3c2410-ohci";
184000188bSSergio Prado	reg = <0x49000000 0x100>;
194000188bSSergio Prado	interrupts = <0 0 26 3>;
204000188bSSergio Prado	clocks = <&clocks UCLK>, <&clocks HCLK_USBH>;
214000188bSSergio Prado	clock-names = "usb-bus-host", "usb-host";
224000188bSSergio Prado};
23