4 A comphy controller can be found on Marvell Armada 7k/8k on the CP110. It
5 provides a number of shared PHYs used by various interfaces (network, sata,
10 - compatible: should be "marvell,comphy-cp110"
11 - reg: should contain the comphy register location and length.
12 - marvell,system-controller: should contain a phandle to the
13 system controller node.
14 - #address-cells: should be 1.
15 - #size-cells: should be 0.
17 A sub-node is required for each comphy lane provided by the comphy.
19 Required properties (child nodes):
21 - reg: comphy lane number.
22 - #phy-cells : from the generic phy bindings, must be 1. Defines the
23 input port to use for a given comphy lane.
27 cpm_comphy: phy@120000 {
28 compatible = "marvell,comphy-cp110";
29 reg = <0x120000 0x6000>;
30 marvell,system-controller = <&cpm_syscon0>;