diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2017-07-30 19:10:33 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2017-08-02 15:17:52 -0700 |
commit | 79c2a9d33a04a5ad0df4e926427f3aaf153cc4a4 (patch) | |
tree | 0b8cbb337329569a47746719bf0d3f415fe15076 /Documentation/devicetree/bindings/arm/bcm | |
parent | 4188ea2aeb6dd8f99ab77662f463e41bc464a704 (diff) |
dt-bindings: bcm: Add Raspberry Pi Zero W
This adds the root properties for the Raspberry Pi Zero W.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/bcm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt index 9c97de23919a..3e3efa046ac5 100644 --- a/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt +++ b/Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt @@ -42,6 +42,10 @@ Raspberry Pi Zero Required root node properties: compatible = "raspberrypi,model-zero", "brcm,bcm2835"; +Raspberry Pi Zero W +Required root node properties: +compatible = "raspberrypi,model-zero-w", "brcm,bcm2835"; + Generic BCM2835 board Required root node properties: compatible = "brcm,bcm2835"; |