4 - compatible: matching the soc type, one of
5 "rockchip,rk3066a-usb-phy"
6 "rockchip,rk3188-usb-phy"
7 "rockchip,rk3288-usb-phy"
8 - rockchip,grf : phandle to the syscon managing the "general
10 - #address-cells: should be 1
11 - #size-cells: should be 0
14 Each PHY should be represented as a sub-node.
18 - #phy-cells: should be 0
19 - reg: PHY configure reg address offset in GRF
20 "0x320" - for PHY attach to OTG controller
21 "0x334" - for PHY attach to HOST0 controller
22 "0x348" - for PHY attach to HOST1 controller
25 - clocks : phandle + clock specifier for the phy clocks
26 - clock-names: string, clock name, must be "phyclk"
27 - #clock-cells: for users of the phy-pll, should be 0
32 compatible = "rockchip,rk3288-usb-phy";
33 rockchip,grf = <&grf>;