~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  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
  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-1166dhp
 29               - buffalo,wzr-1166dhp2
 30               - buffalo,wzr-1750dhp
 31               - linksys,ea6300-v1
 32               - linksys,ea6500-v2
 33               - luxul,xap-1510-v1
 34               - luxul,xwc-1000
 35               - netgear,r6250-v1
 36               - netgear,r6300-v2
 37               - smartrg,sr400ac
 38               - brcm,bcm94708
 39           - const: brcm,bcm4708
 40 
 41       - description: BCM47081 based boards
 42         items:
 43           - enum:
 44               - asus,rt-n18u
 45               - buffalo,wzr-600dhp2
 46               - buffalo,wzr-900dhp
 47               - luxul,xap-1410-v1
 48               - luxul,xwr-1200-v1
 49               - tplink,archer-c5-v2
 50           - const: brcm,bcm47081
 51           - const: brcm,bcm4708
 52 
 53       - description: BCM4709 based boards
 54         items:
 55           - enum:
 56               - asus,rt-ac3200
 57               - asus,rt-ac87u
 58               - buffalo,wxr-1900dhp
 59               - linksys,ea9200
 60               - netgear,r7000
 61               - netgear,r8000
 62               - tplink,archer-c9-v1
 63               - brcm,bcm94709
 64           - const: brcm,bcm4709
 65           - const: brcm,bcm4708
 66 
 67       - description: BCM47094 based boards
 68         items:
 69           - enum:
 70               - asus,rt-ac3100
 71               - asus,rt-ac5300
 72               - asus,rt-ac88u
 73               - dlink,dir-885l
 74               - dlink,dir-890l
 75               - linksys,panamera
 76               - luxul,abr-4500-v1
 77               - luxul,xap-1610-v1
 78               - luxul,xbr-4500-v1
 79               - luxul,xwc-2000-v1
 80               - luxul,xwr-3100-v1
 81               - luxul,xwr-3150-v1
 82               - netgear,r8500
 83               - phicomm,k3
 84           - const: brcm,bcm47094
 85           - const: brcm,bcm4708
 86 
 87       - description: BCM53012 based boards
 88         items:
 89           - enum:
 90               - brcm,bcm953012er
 91               - brcm,bcm953012hr
 92               - brcm,bcm953012k
 93           - const: brcm,bcm53012
 94           - const: brcm,bcm4708
 95 
 96       - description: BCM53015 based boards
 97         items:
 98           - enum:
 99               - meraki,mr26
100           - const: brcm,bcm53015
101           - const: brcm,bcm4708
102 
103       - description: BCM53016 based boards
104         items:
105           - enum:
106               - dlink,dwl-8610ap
107               - meraki,mr32
108           - const: brcm,bcm53016
109           - const: brcm,bcm4708
110 
111 additionalProperties: true
112 
113 ...

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php