aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2018-08-04 07:10:02 -0400
committerStefan Wahren <stefan.wahren@i2se.com>2018-08-27 13:28:13 -0400
commitb33b80710a54bd19f76eff5a327167234a7ee7f8 (patch)
tree6c7a3eae7db32e9804eb7b91985536446bb35407
parent5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff)
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>
-rw-r--r--Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt
index 1e3e29a545e2..0dcc3ea5adff 100644
--- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt
+++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt
@@ -42,6 +42,14 @@ Raspberry Pi Compute Module
42Required root node properties: 42Required root node properties:
43compatible = "raspberrypi,compute-module", "brcm,bcm2835"; 43compatible = "raspberrypi,compute-module", "brcm,bcm2835";
44 44
45Raspberry Pi Compute Module 3
46Required root node properties:
47compatible = "raspberrypi,3-compute-module", "brcm,bcm2837";
48
49Raspberry Pi Compute Module 3 Lite
50Required root node properties:
51compatible = "raspberrypi,3-compute-module-lite", "brcm,bcm2837";
52
45Raspberry Pi Zero 53Raspberry Pi Zero
46Required root node properties: 54Required root node properties:
47compatible = "raspberrypi,model-zero", "brcm,bcm2835"; 55compatible = "raspberrypi,model-zero", "brcm,bcm2835";