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/lpc-eth.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 * NXP LPC32xx SoC Ethernet Controller
    2 
    3 Required properties:
    4 - compatible: Should be "nxp,lpc-eth"
    5 - reg: Address and length of the register set for the device
    6 - interrupts: Should contain ethernet controller interrupt
    7 
    8 Optional properties:
    9 - phy-mode: See ethernet.txt file in the same directory. If the property is
   10   absent, "rmii" is assumed.
   11 - use-iram: Use LPC32xx internal SRAM (IRAM) for DMA buffering
   12 
   13 Optional subnodes:
   14 - mdio : specifies the mdio bus, used as a container for phy nodes according to
   15   phy.txt in the same directory
   16 
   17 
   18 Example:
   19 
   20         mac: ethernet@31060000 {
   21                 compatible = "nxp,lpc-eth";
   22                 reg = <0x31060000 0x1000>;
   23                 interrupt-parent = <&mic>;
   24                 interrupts = <29 0>;
   25 
   26                 phy-mode = "rmii";
   27                 use-iram;
   28         };

Cache object: c6491bf33cf3fdd2860abbcae396ddef


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