xref: /freebsd/sys/contrib/device-tree/Bindings/arm/bcm/brcm,bcm4908.yaml (revision e67e85659c0de33e617e5fbf1028c6e8b49eee53)
15def4c47SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
25def4c47SEmmanuel Vadot%YAML 1.2
35def4c47SEmmanuel Vadot---
45def4c47SEmmanuel Vadot$id: http://devicetree.org/schemas/arm/bcm/brcm,bcm4908.yaml#
55def4c47SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
65def4c47SEmmanuel Vadot
75def4c47SEmmanuel Vadottitle: Broadcom BCM4908 device tree bindings
85def4c47SEmmanuel Vadot
95def4c47SEmmanuel Vadotdescription:
105def4c47SEmmanuel Vadot  Broadcom BCM4906 / BCM4908 / BCM49408 Wi-Fi/network SoCs with Brahma CPUs.
115def4c47SEmmanuel Vadot
125def4c47SEmmanuel Vadotmaintainers:
135def4c47SEmmanuel Vadot  - Rafał Miłecki <rafal@milecki.pl>
145def4c47SEmmanuel Vadot
155def4c47SEmmanuel Vadotproperties:
165def4c47SEmmanuel Vadot  $nodename:
175def4c47SEmmanuel Vadot    const: '/'
185def4c47SEmmanuel Vadot  compatible:
195def4c47SEmmanuel Vadot    oneOf:
205def4c47SEmmanuel Vadot      - description: BCM4906 based boards
215def4c47SEmmanuel Vadot        items:
225def4c47SEmmanuel Vadot          - enum:
235def4c47SEmmanuel Vadot              - netgear,r8000p
242eb4d8dcSEmmanuel Vadot              - tplink,archer-c2300-v1
255def4c47SEmmanuel Vadot          - const: brcm,bcm4906
265def4c47SEmmanuel Vadot          - const: brcm,bcm4908
275def4c47SEmmanuel Vadot
285def4c47SEmmanuel Vadot      - description: BCM4908 based boards
295def4c47SEmmanuel Vadot        items:
305def4c47SEmmanuel Vadot          - enum:
315def4c47SEmmanuel Vadot              - asus,gt-ac5300
32*e67e8565SEmmanuel Vadot              - netgear,raxe500
335def4c47SEmmanuel Vadot          - const: brcm,bcm4908
345def4c47SEmmanuel Vadot
355def4c47SEmmanuel Vadot      - description: BCM49408 based boards
365def4c47SEmmanuel Vadot        items:
375def4c47SEmmanuel Vadot          - const: brcm,bcm49408
385def4c47SEmmanuel Vadot          - const: brcm,bcm4908
395def4c47SEmmanuel Vadot
405def4c47SEmmanuel VadotadditionalProperties: true
415def4c47SEmmanuel Vadot
425def4c47SEmmanuel Vadot...
43