Merge branch 'pm-sleep'
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / phy / brcm,mdio-mux-bus-pci.txt
1 * Broadcom NS2 PCIe PHY binding document
2
3 Required bus properties:
4 - reg: MDIO Bus number for the MDIO interface
5 - #address-cells: must be 1
6 - #size-cells: must be 0
7
8 Required PHY properties:
9 - compatible: should be "brcm,ns2-pcie-phy"
10 - reg: MDIO Phy ID for the MDIO interface
11 - #phy-cells: must be 0
12
13 This is a child bus node of "brcm,mdio-mux-iproc" node.
14
15 Example:
16
17 mdio@0 {
18         reg = <0x0>;
19         #address-cells = <1>;
20         #size-cells = <0>;
21
22         pci_phy0: pci-phy@0 {
23                 compatible = "brcm,ns2-pcie-phy";
24                 reg = <0x0>;
25                 #phy-cells = <0>;
26         };
27 };