0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/bcm/brcm,hr2.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Broadcom Hurricane 2 device tree bindings
0008
0009 description:
0010 Broadcom Hurricane 2 family of SoCs are used for switching control. These SoCs
0011 are based on Broadcom's iProc SoC architecture and feature a single core Cortex
0012 A9 ARM CPUs, DDR2/DDR3 memory, PCIe GEN-2, USB 2.0 and USB 3.0, serial and NAND
0013 flash and a PCIe attached integrated switching engine.
0014
0015 maintainers:
0016 - Florian Fainelli <f.fainelli@gmail.com>
0017
0018 properties:
0019 $nodename:
0020 const: '/'
0021 compatible:
0022 items:
0023 - enum:
0024 - ubnt,unifi-switch8
0025 - const: brcm,bcm53342
0026 - const: brcm,hr2
0027
0028 additionalProperties: true
0029
0030 ...