Skip to content

Commit

Permalink
binding: PHY: Binding doc for NS2 PCIe PHYs.
Browse files Browse the repository at this point in the history
Binding doc for NS2 PCIe PHYs.

Signed-off-by: Pramod Kumar <pramod.kumar@broadcom.com>
Signed-off-by: Jon Mason <jonmason@broadcom.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Pramod Kumar authored and David S. Miller committed Jun 11, 2016
1 parent 98bc865 commit 464e3b4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Documentation/devicetree/bindings/phy/brcm,mdio-mux-bus-pci.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
* Broadcom NS2 PCIe PHY binding document

Required bus properties:
- reg: MDIO Bus number for the MDIO interface
- #address-cells: must be 1
- #size-cells: must be 0

Required PHY properties:
- compatible: should be "brcm,ns2-pcie-phy"
- reg: MDIO Phy ID for the MDIO interface
- #phy-cells: must be 0

This is a child bus node of "brcm,mdio-mux-iproc" node.

Example:

mdio@0 {
reg = <0x0>;
#address-cells = <1>;
#size-cells = <0>;

pci_phy0: pci-phy@0 {
compatible = "brcm,ns2-pcie-phy";
reg = <0x0>;
#phy-cells = <0>;
};
};

0 comments on commit 464e3b4

Please sign in to comment.