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