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/wireless/esp,esp8089.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 Espressif ESP8089 wireless SDIO devices
    2 
    3 This node provides properties for controlling the ESP8089 wireless device.
    4 The node is expected to be specified as a child node to the SDIO controller
    5 that connects the device to the system.
    6 
    7 Required properties:
    8 
    9  - compatible : Should be "esp,esp8089".
   10 
   11 Optional properties:
   12  - esp,crystal-26M-en: Integer value for the crystal_26M_en firmware parameter
   13 
   14 Example:
   15 
   16 &mmc1 {
   17         #address-cells = <1>;
   18         #size-cells = <0>;
   19 
   20         vmmc-supply = <&reg_dldo1>;
   21         mmc-pwrseq = <&wifi_pwrseq>;
   22         bus-width = <4>;
   23         non-removable;
   24 
   25         esp8089: sdio_wifi@1 {
   26                 compatible = "esp,esp8089";
   27                 reg = <1>;
   28                 esp,crystal-26M-en = <2>;
   29         };
   30 };

Cache object: 74217341515867aa5b4edb91ad1e5702


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