Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
22 lines
603 B
Plaintext
22 lines
603 B
Plaintext
* Amlogic Meson GXL and GXM USB2 PHY binding
|
|
|
|
Required properties:
|
|
- compatible: Should be "amlogic,meson-gxl-usb2-phy"
|
|
- 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,meson-gxl-usb2-phy";
|
|
#phy-cells = <0>;
|
|
reg = <0x0 0x78000 0x0 0x20>;
|
|
};
|