Merge tag 'linux-kselftest-kunit-fixes-5.11-rc3' of git://git.kernel.org/pub/scm...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / bcm / brcm,nsp.yaml
blob476bc23a7f75c098af05e74b0c27f906612c9804
1 # SPDX-License-Identifier: GPL-2.0
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/arm/bcm/brcm,nsp.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Broadcom Northstar Plus device tree bindings
9 description:
10   Broadcom Northstar Plus family of SoCs are used for switching control
11   and management applications as well as residential router/gateway
12   applications. The SoC features dual core Cortex A9 ARM CPUs, integrating
13   several peripheral interfaces including multiple Gigabit Ethernet PHYs,
14   DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and NAND flash,
15   SATA and several other IO controllers.
17 maintainers:
18   - Ray Jui <rjui@broadcom.com>
19   - Scott Branden <sbranden@broadcom.com>
21 properties:
22   $nodename:
23     const: '/'
24   compatible:
25     items:
26       - enum:
27           - brcm,bcm58522
28           - brcm,bcm58525
29           - brcm,bcm58535
30           - brcm,bcm58622
31           - brcm,bcm58623
32           - brcm,bcm58625
33           - brcm,bcm88312
34       - const: brcm,nsp
36 additionalProperties: true
38 ...