Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/bcm/brcm,bcm4708.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Broadcom BCM4708 device tree bindings
0008 
0009 description:
0010   Broadcom BCM4708/47081/4709/47094/53012 Wi-Fi/network SoCs based
0011   on the iProc architecture (Northstar).
0012 
0013 maintainers:
0014   - Florian Fainelli <f.fainelli@gmail.com>
0015   - Hauke Mehrtens <hauke@hauke-m.de>
0016   - Rafal Milecki <zajec5@gmail.com>
0017 
0018 properties:
0019   $nodename:
0020     const: '/'
0021   compatible:
0022     oneOf:
0023       - description: BCM4708 based boards
0024         items:
0025           - enum:
0026               - asus,rt-ac56u
0027               - asus,rt-ac68u
0028               - buffalo,wzr-1750dhp
0029               - linksys,ea6300-v1
0030               - linksys,ea6500-v2
0031               - luxul,xap-1510v1
0032               - luxul,xwc-1000
0033               - netgear,r6250v1
0034               - netgear,r6300v2
0035               - smartrg,sr400ac
0036               - brcm,bcm94708
0037           - const: brcm,bcm4708
0038 
0039       - description: BCM47081 based boards
0040         items:
0041           - enum:
0042               - asus,rt-n18u
0043               - buffalo,wzr-600dhp2
0044               - buffalo,wzr-900dhp
0045               - luxul,xap-1410v1
0046               - luxul,xwr-1200v1
0047               - tplink,archer-c5-v2
0048           - const: brcm,bcm47081
0049           - const: brcm,bcm4708
0050 
0051       - description: BCM4709 based boards
0052         items:
0053           - enum:
0054               - asus,rt-ac87u
0055               - buffalo,wxr-1900dhp
0056               - linksys,ea9200
0057               - netgear,r7000
0058               - netgear,r8000
0059               - tplink,archer-c9-v1
0060               - brcm,bcm94709
0061           - const: brcm,bcm4709
0062           - const: brcm,bcm4708
0063 
0064       - description: BCM47094 based boards
0065         items:
0066           - enum:
0067               - asus,rt-ac88u
0068               - dlink,dir-885l
0069               - linksys,panamera
0070               - luxul,abr-4500-v1
0071               - luxul,xap-1610-v1
0072               - luxul,xbr-4500-v1
0073               - luxul,xwc-2000-v1
0074               - luxul,xwr-3100v1
0075               - luxul,xwr-3150-v1
0076               - netgear,r8500
0077               - phicomm,k3
0078           - const: brcm,bcm47094
0079           - const: brcm,bcm4708
0080 
0081       - description: BCM53012 based boards
0082         items:
0083           - enum:
0084               - brcm,bcm953012er
0085               - brcm,bcm953012hr
0086               - brcm,bcm953012k
0087           - const: brcm,bcm53012
0088           - const: brcm,bcm4708
0089 
0090       - description: BCM53015 based boards
0091         items:
0092           - enum:
0093               - meraki,mr26
0094           - const: brcm,bcm53015
0095           - const: brcm,bcm4708
0096 
0097       - description: BCM53016 based boards
0098         items:
0099           - enum:
0100               - meraki,mr32
0101           - const: brcm,bcm53016
0102           - const: brcm,bcm4708
0103 
0104 additionalProperties: true
0105 
0106 ...