1 mvebu armada 38x comphy driver
2 ------------------------------
4 This comphy controller can be found on Marvell Armada 38x. It provides a
5 number of shared PHYs used by various interfaces (network, sata, usb,
10 - compatible: should be "marvell,armada-380-comphy"
11 - reg: should contain the comphy register location and length.
12 - #address-cells: should be 1.
13 - #size-cells: should be 0.
17 - reg-names: must be "comphy" as the first name, and "conf".
18 - reg: must contain the comphy register location and length as the first
19 pair, followed by an optional configuration register address and
22 A sub-node is required for each comphy lane provided by the comphy.
24 Required properties (child nodes):
26 - reg: comphy lane number.
27 - #phy-cells : from the generic phy bindings, must be 1. Defines the
28 input port to use for a given comphy lane.
33 compatible = "marvell,armada-380-comphy";
34 reg-names = "comphy", "conf";
35 reg = <0x18300 0x100>, <0x18460 4>;