162306a36Sopenharmony_ciSamsung S3C2410 and compatible SoC USB controller
262306a36Sopenharmony_ci
362306a36Sopenharmony_ciOHCI
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciRequired properties:
662306a36Sopenharmony_ci - compatible: should be "samsung,s3c2410-ohci" for USB host controller
762306a36Sopenharmony_ci - reg: address and length of the controller memory mapped region
862306a36Sopenharmony_ci - interrupts: interrupt number for the USB OHCI controller
962306a36Sopenharmony_ci - clocks: Should reference the bus and host clocks
1062306a36Sopenharmony_ci - clock-names: Should contain two strings
1162306a36Sopenharmony_ci		"usb-bus-host" for the USB bus clock
1262306a36Sopenharmony_ci		"usb-host" for the USB host clock
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ciExample:
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ciusb0: ohci@49000000 {
1762306a36Sopenharmony_ci	compatible = "samsung,s3c2410-ohci";
1862306a36Sopenharmony_ci	reg = <0x49000000 0x100>;
1962306a36Sopenharmony_ci	interrupts = <0 0 26 3>;
2062306a36Sopenharmony_ci	clocks = <&clocks UCLK>, <&clocks HCLK_USBH>;
2162306a36Sopenharmony_ci	clock-names = "usb-bus-host", "usb-host";
2262306a36Sopenharmony_ci};
23