diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-08-04 07:10:02 -0400 |
---|---|---|
committer | Stefan Wahren <stefan.wahren@i2se.com> | 2018-08-27 13:28:13 -0400 |
commit | b33b80710a54bd19f76eff5a327167234a7ee7f8 (patch) | |
tree | 6c7a3eae7db32e9804eb7b91985536446bb35407 | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (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.txt | 8 |
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 | |||
42 | Required root node properties: | 42 | Required root node properties: |
43 | compatible = "raspberrypi,compute-module", "brcm,bcm2835"; | 43 | compatible = "raspberrypi,compute-module", "brcm,bcm2835"; |
44 | 44 | ||
45 | Raspberry Pi Compute Module 3 | ||
46 | Required root node properties: | ||
47 | compatible = "raspberrypi,3-compute-module", "brcm,bcm2837"; | ||
48 | |||
49 | Raspberry Pi Compute Module 3 Lite | ||
50 | Required root node properties: | ||
51 | compatible = "raspberrypi,3-compute-module-lite", "brcm,bcm2837"; | ||
52 | |||
45 | Raspberry Pi Zero | 53 | Raspberry Pi Zero |
46 | Required root node properties: | 54 | Required root node properties: |
47 | compatible = "raspberrypi,model-zero", "brcm,bcm2835"; | 55 | compatible = "raspberrypi,model-zero", "brcm,bcm2835"; |