0001 * Amlogic Meson GXL and GXM USB2 PHY binding
0002
0003 Required properties:
0004 - compatible: Should be "amlogic,meson-gxl-usb2-phy"
0005 - reg: The base address and length of the registers
0006 - #phys-cells: must be 0 (see phy-bindings.txt in this directory)
0007
0008 Optional properties:
0009 - clocks: a phandle to the clock of this PHY
0010 - clock-names: must be "phy"
0011 - resets: a phandle to the reset line of this PHY
0012 - reset-names: must be "phy"
0013 - phy-supply: see phy-bindings.txt in this directory
0014
0015
0016 Example:
0017 usb2_phy0: phy@78000 {
0018 compatible = "amlogic,meson-gxl-usb2-phy";
0019 #phy-cells = <0>;
0020 reg = <0x0 0x78000 0x0 0x20>;
0021 };