Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 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-ac87u |
| 57 | - buffalo,wxr-1900dhp |
| 58 | - linksys,ea9200 |
| 59 | - netgear,r7000 |
| 60 | - netgear,r8000 |
| 61 | - tplink,archer-c9-v1 |
| 62 | - brcm,bcm94709 |
| 63 | - const: brcm,bcm4709 |
| 64 | - const: brcm,bcm4708 |
| 65 | |
| 66 | - description: BCM47094 based boards |
| 67 | items: |
| 68 | - enum: |
| 69 | - asus,rt-ac3100 |
| 70 | - asus,rt-ac88u |
| 71 | - dlink,dir-885l |
| 72 | - dlink,dir-890l |
| 73 | - linksys,panamera |
| 74 | - luxul,abr-4500-v1 |
| 75 | - luxul,xap-1610-v1 |
| 76 | - luxul,xbr-4500-v1 |
| 77 | - luxul,xwc-2000-v1 |
| 78 | - luxul,xwr-3100-v1 |
| 79 | - luxul,xwr-3150-v1 |
| 80 | - netgear,r8500 |
| 81 | - phicomm,k3 |
| 82 | - const: brcm,bcm47094 |
| 83 | - const: brcm,bcm4708 |
| 84 | |
| 85 | - description: BCM53012 based boards |
| 86 | items: |
| 87 | - enum: |
| 88 | - brcm,bcm953012er |
| 89 | - brcm,bcm953012hr |
| 90 | - brcm,bcm953012k |
| 91 | - const: brcm,bcm53012 |
| 92 | - const: brcm,bcm4708 |
| 93 | |
| 94 | - description: BCM53015 based boards |
| 95 | items: |
| 96 | - enum: |
| 97 | - meraki,mr26 |
| 98 | - const: brcm,bcm53015 |
| 99 | - const: brcm,bcm4708 |
| 100 | |
| 101 | - description: BCM53016 based boards |
| 102 | items: |
| 103 | - enum: |
| 104 | - dlink,dwl-8610ap |
| 105 | - meraki,mr32 |
| 106 | - const: brcm,bcm53016 |
| 107 | - const: brcm,bcm4708 |
| 108 | |
| 109 | additionalProperties: true |
| 110 | |
| 111 | ... |