summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/bcm/brcm,nsp.yaml
blob: a43b2d4d936b368dee66a37cd6cbecdad8a1790b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# SPDX-License-Identifier: GPL-2.0
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/bcm/brcm,nsp.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Broadcom Northstar Plus

description:
  Broadcom Northstar Plus family of SoCs are used for switching control
  and management applications as well as residential router/gateway
  applications. The SoC features dual core Cortex A9 ARM CPUs, integrating
  several peripheral interfaces including multiple Gigabit Ethernet PHYs,
  DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and NAND flash,
  SATA and several other IO controllers.

maintainers:
  - Ray Jui <rjui@broadcom.com>
  - Scott Branden <sbranden@broadcom.com>

properties:
  $nodename:
    const: '/'
  compatible:
    oneOf:
      - description: BCM58522 based boards
        items:
          - enum:
              - brcm,bcm958522er
          - const: brcm,bcm58522
          - const: brcm,nsp

      - description: BCM58525 based boards
        items:
          - enum:
              - brcm,bcm958525er
              - brcm,bcm958525xmc
          - const: brcm,bcm58525
          - const: brcm,nsp

      - description: BCM58535 based boards
        items:
          - const: brcm,bcm58535
          - const: brcm,nsp

      - description: BCM58622 based boards
        items:
          - enum:
              - brcm,bcm958622hr
          - const: brcm,bcm58622
          - const: brcm,nsp

      - description: BCM58623 based boards
        items:
          - enum:
              - brcm,bcm958623hr
          - const: brcm,bcm58623
          - const: brcm,nsp

      - description: BCM58625 based boards
        items:
          - enum:
              - brcm,bcm958625hr
              - brcm,bcm958625k
              - meraki,mx64
              - meraki,mx64-a0
              - meraki,mx64w
              - meraki,mx64w-a0
              - meraki,mx65
              - meraki,mx65w
          - const: brcm,bcm58625
          - const: brcm,nsp

      - description: BCM88312 based boards
        items:
          - enum:
              - brcm,bcm988312hr
          - const: brcm,bcm88312
          - const: brcm,nsp

additionalProperties: true

...