blob: b4b86bb831b27d423966529e549616632ba669b7 [file] [log] [blame]
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +05301USB PHY
2
3OMAP USB2 PHY
4
5Required properties:
6 - compatible: Should be "ti,omap-usb2"
Kishon Vijay Abraham Ica784be2013-01-25 15:54:00 +05307 - reg : Address and length of the register set for the device.
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +05308
Kishon Vijay Abraham I01658f02013-01-25 15:53:57 +05309Optional properties:
10 - ctrl-module : phandle of the control module used by PHY driver to power on
11 the PHY.
12
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +053013This is usually a subnode of ocp2scp to which it is connected.
14
15usb2phy@4a0ad080 {
16 compatible = "ti,omap-usb2";
Kishon Vijay Abraham Ica784be2013-01-25 15:54:00 +053017 reg = <0x4a0ad080 0x58>;
Kishon Vijay Abraham I01658f02013-01-25 15:53:57 +053018 ctrl-module = <&omap_control_usb>;
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +053019};