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/microchip,lan95xx.yaml

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 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/net/microchip,lan95xx.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: The device tree bindings for the USB Ethernet controllers
    8 
    9 maintainers:
   10   - Oleksij Rempel <o.rempel@pengutronix.de>
   11 
   12 description: |
   13   Device tree properties for hard wired SMSC95xx compatible USB Ethernet
   14   controller.
   15 
   16 allOf:
   17   - $ref: ethernet-controller.yaml#
   18 
   19 properties:
   20   compatible:
   21     items:
   22       - enum:
   23           - usb424,9500   # SMSC9500 USB Ethernet Device
   24           - usb424,9505   # SMSC9505 USB Ethernet Device
   25           - usb424,9530   # SMSC LAN9530 USB Ethernet Device
   26           - usb424,9730   # SMSC LAN9730 USB Ethernet Device
   27           - usb424,9900   # SMSC9500 USB Ethernet Device (SAL10)
   28           - usb424,9901   # SMSC9505 USB Ethernet Device (SAL10)
   29           - usb424,9902   # SMSC9500A USB Ethernet Device (SAL10)
   30           - usb424,9903   # SMSC9505A USB Ethernet Device (SAL10)
   31           - usb424,9904   # SMSC9512/9514 USB Hub & Ethernet Device (SAL10)
   32           - usb424,9905   # SMSC9500A USB Ethernet Device (HAL)
   33           - usb424,9906   # SMSC9505A USB Ethernet Device (HAL)
   34           - usb424,9907   # SMSC9500 USB Ethernet Device (Alternate ID)
   35           - usb424,9908   # SMSC9500A USB Ethernet Device (Alternate ID)
   36           - usb424,9909   # SMSC9512/9514 USB Hub & Ethernet Devic.  ID)
   37           - usb424,9e00   # SMSC9500A USB Ethernet Device
   38           - usb424,9e01   # SMSC9505A USB Ethernet Device
   39           - usb424,9e08   # SMSC LAN89530 USB Ethernet Device
   40           - usb424,ec00   # SMSC9512/9514 USB Hub & Ethernet Device
   41 
   42   reg: true
   43   local-mac-address: true
   44   mac-address: true
   45 
   46 required:
   47   - compatible
   48   - reg
   49 
   50 additionalProperties: false
   51 
   52 examples:
   53   - |
   54     usb {
   55         #address-cells = <1>;
   56         #size-cells = <0>;
   57 
   58         ethernet@1 {
   59             compatible = "usb424,9e00";
   60             reg = <1>;
   61             local-mac-address = [00 00 00 00 00 00];
   62         };
   63     };

Cache object: 0600839eda957641885b647eb26d305f


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