Browse Source

dt-bindings: bcm: Add Raspberry Pi CM3 and CM3L

This adds the root properties for Raspberry Pi Compute Module 3 and
Compute Module 3 Lite.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Stefan Wahren 7 years ago
parent
commit
b33b80710a
1 changed files with 8 additions and 0 deletions
  1. 8 0
      Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt

+ 8 - 0
Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt

@@ -42,6 +42,14 @@ Raspberry Pi Compute Module
 Required root node properties:
 compatible = "raspberrypi,compute-module", "brcm,bcm2835";
 
+Raspberry Pi Compute Module 3
+Required root node properties:
+compatible = "raspberrypi,3-compute-module", "brcm,bcm2837";
+
+Raspberry Pi Compute Module 3 Lite
+Required root node properties:
+compatible = "raspberrypi,3-compute-module-lite", "brcm,bcm2837";
+
 Raspberry Pi Zero
 Required root node properties:
 compatible = "raspberrypi,model-zero", "brcm,bcm2835";