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,bcm4708.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
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/arm/bcm/brcm,bcm4708.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: Broadcom BCM4708 device tree bindings
    8 
    9 description:
   10   Broadcom BCM4708/47081/4709/47094/53012 Wi-Fi/network SoCs based
   11   on the iProc architecture (Northstar).
   12 
   13 maintainers:
   14   - Florian Fainelli <f.fainelli@gmail.com>
   15   - Hauke Mehrtens <hauke@hauke-m.de>
   16   - Rafal Milecki <zajec5@gmail.com>
   17 
   18 properties:
   19   $nodename:
   20     const: '/'
   21   compatible:
   22     oneOf:
   23       - description: BCM4708 based boards
   24         items:
   25           - enum:
   26               - asus,rt-ac56u
   27               - asus,rt-ac68u
   28               - buffalo,wzr-1750dhp
   29               - linksys,ea6300-v1
   30               - linksys,ea6500-v2
   31               - luxul,xap-1510v1
   32               - luxul,xwc-1000
   33               - netgear,r6250v1
   34               - netgear,r6300v2
   35               - smartrg,sr400ac
   36               - brcm,bcm94708
   37           - const: brcm,bcm4708
   38 
   39       - description: BCM47081 based boards
   40         items:
   41           - enum:
   42               - asus,rt-n18u
   43               - buffalo,wzr-600dhp2
   44               - buffalo,wzr-900dhp
   45               - luxul,xap-1410v1
   46               - luxul,xwr-1200v1
   47               - tplink,archer-c5-v2
   48           - const: brcm,bcm47081
   49           - const: brcm,bcm4708
   50 
   51       - description: BCM4709 based boards
   52         items:
   53           - enum:
   54               - asus,rt-ac87u
   55               - buffalo,wxr-1900dhp
   56               - linksys,ea9200
   57               - netgear,r7000
   58               - netgear,r8000
   59               - tplink,archer-c9-v1
   60               - brcm,bcm94709
   61           - const: brcm,bcm4709
   62           - const: brcm,bcm4708
   63 
   64       - description: BCM47094 based boards
   65         items:
   66           - enum:
   67               - asus,rt-ac88u
   68               - dlink,dir-885l
   69               - linksys,panamera
   70               - luxul,abr-4500-v1
   71               - luxul,xap-1610-v1
   72               - luxul,xbr-4500-v1
   73               - luxul,xwc-2000-v1
   74               - luxul,xwr-3100v1
   75               - luxul,xwr-3150-v1
   76               - netgear,r8500
   77               - phicomm,k3
   78           - const: brcm,bcm47094
   79           - const: brcm,bcm4708
   80 
   81       - description: BCM53012 based boards
   82         items:
   83           - enum:
   84               - brcm,bcm953012er
   85               - brcm,bcm953012hr
   86               - brcm,bcm953012k
   87           - const: brcm,bcm53012
   88           - const: brcm,bcm4708
   89 
   90       - description: BCM53015 based boards
   91         items:
   92           - enum:
   93               - meraki,mr26
   94           - const: brcm,bcm53015
   95           - const: brcm,bcm4708
   96 
   97       - description: BCM53016 based boards
   98         items:
   99           - enum:
  100               - meraki,mr32
  101           - const: brcm,bcm53016
  102           - const: brcm,bcm4708
  103 
  104 additionalProperties: true
  105 
  106 ...

Cache object: a0bd8f9ef6d77abd61f33fd87ccef878


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