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/ralink,rt3050-esw.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 Ralink Fast Ethernet Embedded Switch
    2 ====================================
    3 
    4 The ralink fast ethernet embedded switch can be found on Ralink and Mediatek
    5 SoCs (RT3x5x, RT5350, MT76x8).
    6 
    7 Required properties:
    8 - compatible: Should be "ralink,rt3050-esw"
    9 - reg: Address and length of the register set for the device
   10 - interrupts: Should contain the embedded switches interrupt
   11 - resets: Should contain the embedded switches resets
   12 - reset-names: Should contain the reset names "esw"
   13 
   14 Optional properties:
   15 - ralink,portmap: can be used to choose if the default switch setup is
   16   llllw or wllll
   17 - ralink,led_polarity: override the active high/low settings of the leds
   18 
   19 Example:
   20 
   21 esw@10110000 {
   22         compatible = "ralink,rt3050-esw";
   23         reg = <0x10110000 8000>;
   24 
   25         resets = <&rstctrl 23>;
   26         reset-names = "esw";
   27 
   28         interrupt-parent = <&intc>;
   29         interrupts = <17>;
   30 };

Cache object: 474a259e66f356fe2b69e0a29ec7d870


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