18c2ecf20Sopenharmony_ci* Marvell MVEBU SATA PHY
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciPower control for the SATA phy found on Marvell MVEBU SoCs.
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciThis document extends the binding described in phy-bindings.txt
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciRequired properties :
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci - reg		   : Offset and length of the register set for the SATA device
108c2ecf20Sopenharmony_ci - compatible	   : Should be "marvell,mvebu-sata-phy"
118c2ecf20Sopenharmony_ci - clocks	   : phandle of clock and specifier that supplies the device
128c2ecf20Sopenharmony_ci - clock-names	   : Should be "sata"
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciExample:
158c2ecf20Sopenharmony_ci		sata-phy@84000 {
168c2ecf20Sopenharmony_ci			compatible = "marvell,mvebu-sata-phy";
178c2ecf20Sopenharmony_ci			reg = <0x84000 0x0334>;
188c2ecf20Sopenharmony_ci			clocks = <&gate_clk 15>;
198c2ecf20Sopenharmony_ci			clock-names = "sata";
208c2ecf20Sopenharmony_ci			#phy-cells = <0>;
218c2ecf20Sopenharmony_ci		};
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ciArmada 375 USB cluster
248c2ecf20Sopenharmony_ci----------------------
258c2ecf20Sopenharmony_ci
268c2ecf20Sopenharmony_ciArmada 375 comes with an USB2 host and device controller and an USB3
278c2ecf20Sopenharmony_cicontroller. The USB cluster control register allows to manage common
288c2ecf20Sopenharmony_cifeatures of both USB controllers.
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ciRequired properties:
318c2ecf20Sopenharmony_ci
328c2ecf20Sopenharmony_ci- compatible: "marvell,armada-375-usb-cluster"
338c2ecf20Sopenharmony_ci- reg: Should contain usb cluster register location and length.
348c2ecf20Sopenharmony_ci- #phy-cells : from the generic phy bindings, must be 1. Possible
358c2ecf20Sopenharmony_civalues are 1 (USB2), 2 (USB3).
368c2ecf20Sopenharmony_ci
378c2ecf20Sopenharmony_ciExample:
388c2ecf20Sopenharmony_ci		usbcluster: usb-cluster@18400 {
398c2ecf20Sopenharmony_ci			compatible = "marvell,armada-375-usb-cluster";
408c2ecf20Sopenharmony_ci			reg = <0x18400 0x4>;
418c2ecf20Sopenharmony_ci			#phy-cells = <1>
428c2ecf20Sopenharmony_ci		};
43