blob: 4234105302dbe5441d30bc08981141fc4156e22c [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"
7 - reg : Address and length of the register set for the device. Also
8add the address of control module dev conf register until a driver for
9control module is added
10
Kishon Vijay Abraham I01658f02013-01-25 15:53:57 +053011Optional properties:
12 - ctrl-module : phandle of the control module used by PHY driver to power on
13 the PHY.
14
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +053015This is usually a subnode of ocp2scp to which it is connected.
16
17usb2phy@4a0ad080 {
18 compatible = "ti,omap-usb2";
19 reg = <0x4a0ad080 0x58>,
20 <0x4a002300 0x4>;
Kishon Vijay Abraham I01658f02013-01-25 15:53:57 +053021 ctrl-module = <&omap_control_usb>;
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +053022};