diff options
author | Christian Lamparter <[email protected]> | 2022-06-18 00:00:28 +0200 |
---|---|---|
committer | Florian Fainelli <[email protected]> | 2022-06-20 15:30:32 -0700 |
commit | 2f6a83dddbe25aadda22312ed1174d5112f43103 (patch) | |
tree | b477300dfc4fb1f613de2a7b9ca808a14bbf269d | |
parent | c5eb8a89f5617474458df2cc43f2ee2fde312c92 (diff) |
dt-bindings: ARM: add bindings for the Meraki MR26
mark the Meraki MR26 and its SoC (BCM53015) as supported
in the bindings documentation file.
<https://jp.broadcom.com/products/embedded-and-networking-processors/communications/bcm5301x>
"BCM53011 and BCM53015 with dual-core Cortex-A9 CPU at 800 MHz,
256KB L2 cache, 16-bit DDR2 interface, USB3, integrated switch,
GPHYs and packet accelerator"
Signed-off-by: Christian Lamparter <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml index 8b7e87fb6c34..958df32b4899 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml @@ -87,6 +87,13 @@ properties: - const: brcm,bcm53012 - const: brcm,bcm4708 + - description: BCM53015 based boards + items: + - enum: + - meraki,mr26 + - const: brcm,bcm53015 + - const: brcm,bcm4708 + - description: BCM53016 based boards items: - enum: |