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/arm/bcm/brcm,bcm4908.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 OR BSD-2-Clause
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/arm/bcm/brcm,bcm4908.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: Broadcom BCM4908 device tree bindings
    8 
    9 description:
   10   Broadcom BCM4906 / BCM4908 / BCM49408 Wi-Fi/network SoCs with Brahma CPUs.
   11 
   12 maintainers:
   13   - Rafał Miłecki <rafal@milecki.pl>
   14 
   15 properties:
   16   $nodename:
   17     const: '/'
   18   compatible:
   19     oneOf:
   20       - description: BCM4906 based boards
   21         items:
   22           - enum:
   23               - netgear,r8000p
   24               - tplink,archer-c2300-v1
   25           - const: brcm,bcm4906
   26           - const: brcm,bcm4908
   27 
   28       - description: BCM4908 based boards
   29         items:
   30           - enum:
   31               - asus,gt-ac5300
   32               - netgear,raxe500
   33           - const: brcm,bcm4908
   34 
   35       - description: BCM49408 based boards
   36         items:
   37           - const: brcm,bcm49408
   38           - const: brcm,bcm4908
   39 
   40 additionalProperties: true
   41 
   42 ...

Cache object: a669c725cc9c774aeaea5efd4f702450


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