Skip to content

Commit e0c3f81

Browse files
Rafał Miłeckiffainelli
authored andcommitted
dt-bindings: arm: bcm: add BCM53573 SoCs family binding
BCM53573 is a family derived from Northstar with some important differences: 1. Cortex-A9 replaced by Cortex-A7 2. XHCI controller dropped 3. Two Ethernet interfaces removed 4. Two 802.11ac cores embedded Linux already contains DTS files for some on those devices so add a proper binding for it. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Reviewed-by: Rob Herring <robh@kernel.org> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20230710175944.32631-1-zajec5@gmail.com Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 2c0fd6b commit e0c3f81

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/arm/bcm/brcm,bcm53573.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: Broadcom BCM53573 SoCs family
8+
9+
description:
10+
Broadcom BCM53573 / BCM47189 Wi-Fi SoCs derived from Northstar.
11+
12+
maintainers:
13+
- Rafał Miłecki <rafal@milecki.pl>
14+
15+
properties:
16+
$nodename:
17+
const: '/'
18+
compatible:
19+
oneOf:
20+
- description: BCM53573 based boards
21+
items:
22+
- enum:
23+
- tenda,ac6-v1
24+
- tenda,w15e-v1
25+
- const: brcm,bcm53573
26+
27+
- description: BCM47189 based boards
28+
items:
29+
- enum:
30+
- brcm,bcm947189acdbmr
31+
- luxul,xap-810-v1
32+
- luxul,xap-1440-v1
33+
- tenda,ac9
34+
- const: brcm,bcm47189
35+
- const: brcm,bcm53573
36+
37+
additionalProperties: true
38+
39+
...

0 commit comments

Comments
 (0)