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/net/ipq806x-dwmac.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 * IPQ806x DWMAC Ethernet controller
    2 
    3 The device inherits all the properties of the dwmac/stmmac devices
    4 described in the file net/stmmac.txt with the following changes.
    5 
    6 Required properties:
    7 
    8 - compatible: should be "qcom,ipq806x-gmac" along with "snps,dwmac"
    9               and any applicable more detailed version number
   10               described in net/stmmac.txt
   11 
   12 - qcom,nss-common: should contain a phandle to a syscon device mapping the
   13                    nss-common registers.
   14 
   15 - qcom,qsgmii-csr: should contain a phandle to a syscon device mapping the
   16                    qsgmii-csr registers.
   17 
   18 Example:
   19 
   20         gmac: ethernet@37000000 {
   21                 device_type = "network";
   22                 compatible = "qcom,ipq806x-gmac";
   23                 reg = <0x37000000 0x200000>;
   24                 interrupts = <GIC_SPI 220 IRQ_TYPE_LEVEL_HIGH>;
   25                 interrupt-names = "macirq";
   26 
   27                 qcom,nss-common = <&nss_common>;
   28                 qcom,qsgmii-csr = <&qsgmii_csr>;
   29 
   30                 clocks = <&gcc GMAC_CORE1_CLK>;
   31                 clock-names = "stmmaceth";
   32 
   33                 resets = <&gcc GMAC_CORE1_RESET>;
   34                 reset-names = "stmmaceth";
   35         };

Cache object: e1d88f65e3ce6ba3efcfc9f200c6d17e


[ 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.