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>
19 lines
492 B
Plaintext
19 lines
492 B
Plaintext
* Marvell PXA1928 USB and HSIC PHYs
|
|
|
|
Required properties:
|
|
- compatible: "marvell,pxa1928-usb-phy" or "marvell,pxa1928-hsic-phy"
|
|
- reg: base address and length of the registers
|
|
- clocks - A single clock. From common clock binding.
|
|
- #phys-cells: should be 0. From commmon phy binding.
|
|
- resets: reference to the reset controller
|
|
|
|
Example:
|
|
|
|
usbphy: phy@7000 {
|
|
compatible = "marvell,pxa1928-usb-phy";
|
|
reg = <0x7000 0xe0>;
|
|
clocks = <&apmu_clocks PXA1928_CLK_USB>;
|
|
#phy-cells = <0>;
|
|
};
|
|
|