diff options
author | Christian Lamparter <[email protected]> | 2020-08-22 18:19:18 +0200 |
---|---|---|
committer | Florian Fainelli <[email protected]> | 2020-08-26 17:02:26 -0700 |
commit | a2e385f5374d09c76d3e081a847f30e0b91045a6 (patch) | |
tree | 3fea0e8953c058c724bd5cc25fcc55ac9b7cfe11 | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff) |
dt-bindings: ARM: add bindings for the Meraki MR32
mark the Meraki MR32 and its SoC (BCM53016) as supported
in the bindings documentation file.
A quick look on Broadcom BCM5301x series umbrella website reveals:
<https://www.broadcom.com/products/embedded-and-networking-processors/communications/bcm5301x>
"BCM53012 and BCM53016 with dual-core Cortex-A9 CPU at 1 GHz, 256KB L2 cache,
16-bit DDR2 interface, USB3 integrated switch, GPHYs and packet accelerator".
As far as I can tell, Broadcom considers the SoC to be
a version of the BCM53012.
Signed-off-by: Christian Lamparter <[email protected]>
Acked-by: Scott Branden <[email protected]>
Signed-off-by: Florian Fainelli <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml index d48313c7ae45..988e0bbb2a62 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm4708.yaml @@ -83,6 +83,8 @@ properties: - brcm,bcm953012er - brcm,bcm953012hr - brcm,bcm953012k + - meraki,mr32 - const: brcm,brcm53012 + - const: brcm,brcm53016 - const: brcm,bcm4708 ... |