dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema
Add new Raspberry Pi 4 to DT schema. Signed-off-by: Stefan Wahren <wahrenst@gmx.net> Acked-by: Eric Anholt <eric@anholt.net> Reviewed-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
ab06837dd2
commit
091d3aecc5
|
@ -15,6 +15,12 @@ properties:
|
||||||
const: '/'
|
const: '/'
|
||||||
compatible:
|
compatible:
|
||||||
oneOf:
|
oneOf:
|
||||||
|
- description: BCM2711 based Boards
|
||||||
|
items:
|
||||||
|
- enum:
|
||||||
|
- raspberrypi,4-model-b
|
||||||
|
- const: brcm,bcm2711
|
||||||
|
|
||||||
- description: BCM2835 based Boards
|
- description: BCM2835 based Boards
|
||||||
items:
|
items:
|
||||||
- enum:
|
- enum:
|
||||||
|
|
Loading…
Reference in New Issue