Back to home page

OSCL-LXR

 
 

    


0001 Mediatek/Ralink USB PHY
0002 
0003 Required properties:
0004  - compatible: "ralink,rt3352-usbphy"
0005                "mediatek,mt7620-usbphy"
0006                "mediatek,mt7628-usbphy"
0007  - reg: required for "mediatek,mt7628-usbphy", unused otherwise
0008  - #phy-cells: should be 0
0009  - ralink,sysctl: a phandle to a ralink syscon register region
0010  - resets: the two reset controllers for host and device
0011  - reset-names: the names of the 2 reset controllers
0012 
0013 Example:
0014 
0015 usbphy: phy {
0016         compatible = "mediatek,mt7628-usbphy";
0017         reg = <0x10120000 0x1000>;
0018         #phy-cells = <0>;
0019 
0020         ralink,sysctl = <&sysc>;
0021         resets = <&rstctrl 22 &rstctrl 25>;
0022         reset-names = "host", "device";
0023 };