Back to home page

OSCL-LXR

 
 

    


0001 Device tree binding documentation for am816x USB PHY
0002 =========================
0003 
0004 Required properties:
0005 - compatible : should be "ti,dm816x-usb-phy"
0006 - reg : offset and length of the PHY register set.
0007 - reg-names : name for the phy registers
0008 - clocks : phandle to the clock
0009 - clock-names : name of the clock
0010 - syscon: phandle for the syscon node to access misc registers
0011 - #phy-cells : from the generic PHY bindings, must be 1
0012 - syscon: phandle for the syscon node to access misc registers
0013 
0014 Example:
0015 
0016 usb_phy0: usb-phy@20 {
0017         compatible = "ti,dm8168-usb-phy";
0018         reg = <0x20 0x8>;
0019         reg-names = "phy";
0020         clocks = <&main_fapll 6>;
0021         clock-names = "refclk";
0022         #phy-cells = <0>;
0023         syscon = <&scm_conf>;
0024 };