brcm,mdio-mux-bus-pci.txt 538 B

12345678910111213141516171819202122232425262728
  1. * Broadcom NS2 PCIe PHY binding document
  2. Required bus properties:
  3. - reg: MDIO Bus number for the MDIO interface
  4. - #address-cells: must be 1
  5. - #size-cells: must be 0
  6. Required PHY properties:
  7. - compatible: should be "brcm,ns2-pcie-phy"
  8. - reg: MDIO Phy ID for the MDIO interface
  9. - #phy-cells: must be 0
  10. This is a child bus node of "brcm,mdio-mux-iproc" node.
  11. Example:
  12. mdio@0 {
  13. reg = <0x0>;
  14. #address-cells = <1>;
  15. #size-cells = <0>;
  16. pci_phy0: pci-phy@0 {
  17. compatible = "brcm,ns2-pcie-phy";
  18. reg = <0x0>;
  19. #phy-cells = <0>;
  20. };
  21. };