The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/phy/brcm,mdio-mux-bus-pci.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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 };

Cache object: 9f2d018c87b087078cb34b24147d4782


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.