Commit 239cf177 authored by Matthew Hagan's avatar Matthew Hagan Committed by Florian Fainelli

dt-bindings: arm: bcm: add NSP devices to SoCs

Currently only the SoC names are added. This patch expands these to add
the devices.
Signed-off-by: default avatarMatthew Hagan <mnhagan88@gmail.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent e5a8339e
...@@ -22,16 +22,55 @@ properties: ...@@ -22,16 +22,55 @@ properties:
$nodename: $nodename:
const: '/' const: '/'
compatible: compatible:
items: oneOf:
- enum: - description: BCM58522 based boards
- brcm,bcm58522 items:
- brcm,bcm58525 - enum:
- brcm,bcm58535 - brcm,bcm958522er
- brcm,bcm58622 - const: brcm,bcm58522
- brcm,bcm58623 - const: brcm,nsp
- brcm,bcm58625
- brcm,bcm88312 - description: BCM58525 based boards
- const: brcm,nsp 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
- const: brcm,bcm58625
- const: brcm,nsp
- description: BCM88312 based boards
items:
- enum:
- brcm,bcm988312hr
- const: brcm,bcm88312
- const: brcm,nsp
additionalProperties: true additionalProperties: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment