0001 TI Keystone USB PHY
0002
0003 Required properties:
0004 - compatible: should be "ti,keystone-usbphy".
0005 - #address-cells, #size-cells : should be '1' if the device has sub-nodes
0006 with 'reg' property.
0007 - reg : Address and length of the usb phy control register set.
0008
0009 The main purpose of this PHY driver is to enable the USB PHY reference clock
0010 gate on the Keystone SOC for both the USB2 and USB3 PHY. Otherwise it is just
0011 an NOP PHY driver. Hence this node is referenced as both the usb2 and usb3
0012 phy node in the USB Glue layer driver node.
0013
0014 usb_phy: usb_phy@2620738 {
0015 compatible = "ti,keystone-usbphy";
0016 #address-cells = <1>;
0017 #size-cells = <1>;
0018 reg = <0x2620738 32>;
0019 };