2012-09-06 14:57:06 +00:00
|
|
|
USB PHY
|
|
|
|
|
|
|
|
OMAP USB2 PHY
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible: Should be "ti,omap-usb2"
|
2013-01-25 10:24:00 +00:00
|
|
|
- reg : Address and length of the register set for the device.
|
2012-09-06 14:57:06 +00:00
|
|
|
|
2013-01-25 10:23:57 +00:00
|
|
|
Optional properties:
|
|
|
|
- ctrl-module : phandle of the control module used by PHY driver to power on
|
|
|
|
the PHY.
|
|
|
|
|
2012-09-06 14:57:06 +00:00
|
|
|
This is usually a subnode of ocp2scp to which it is connected.
|
|
|
|
|
|
|
|
usb2phy@4a0ad080 {
|
|
|
|
compatible = "ti,omap-usb2";
|
2013-01-25 10:24:00 +00:00
|
|
|
reg = <0x4a0ad080 0x58>;
|
2013-01-25 10:23:57 +00:00
|
|
|
ctrl-module = <&omap_control_usb>;
|
2012-09-06 14:57:06 +00:00
|
|
|
};
|