blob: f2f52fe6152909b70e8b109b697a3358c30fe074 [file]
* Amlogic Meson G12A USB2 PHY binding
Required properties:
- compatible: Should be "amlogic,amlogic-new-usb2-v2""
- reg: The base address and length of the registers
- #phys-cells: must be 0 (see phy-bindings.txt in this directory)
Optional properties:
- clocks: a phandle to the clock of this PHY
- clock-names: must be "phy"
- resets: a phandle to the reset line of this PHY
- reset-names: must be "phy"
- phy-supply: see phy-bindings.txt in this directory
Example:
usb2_phy0: phy@78000 {
compatible = "amlogic,amlogic-new-usb2-v2"";
#phy-cells = <0>;
reg = <0x0 0x78000 0x0 0x20>;
};