brintos

brintos / linux-shallow public Read only

0
0
Text · 1.7 KiB · e4ff71f Raw
66 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/arm/bcm/bcm2835.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Broadcom BCM2711/BCM2835 Platforms8 9maintainers:10  - Eric Anholt <eric@anholt.net>11  - Stefan Wahren <wahrenst@gmx.net>12 13properties:14  $nodename:15    const: '/'16  compatible:17    oneOf:18      - description: BCM2711 based Boards19        items:20          - enum:21              - raspberrypi,40022              - raspberrypi,4-compute-module23              - raspberrypi,4-model-b24          - const: brcm,bcm271125 26      - description: BCM2712 based Boards27        items:28          - enum:29              - raspberrypi,5-model-b30          - const: brcm,bcm271231 32      - description: BCM2835 based Boards33        items:34          - enum:35              - raspberrypi,model-a36              - raspberrypi,model-a-plus37              - raspberrypi,model-b38              - raspberrypi,model-b-i2c0  # Raspberry Pi Model B (no P5)39              - raspberrypi,model-b-rev240              - raspberrypi,model-b-plus41              - raspberrypi,compute-module42              - raspberrypi,model-zero43              - raspberrypi,model-zero-w44          - const: brcm,bcm283545 46      - description: BCM2836 based Boards47        items:48          - enum:49              - raspberrypi,2-model-b50          - const: brcm,bcm283651 52      - description: BCM2837 based Boards53        items:54          - enum:55              - raspberrypi,3-model-a-plus56              - raspberrypi,3-model-b57              - raspberrypi,3-model-b-plus58              - raspberrypi,3-compute-module59              - raspberrypi,3-compute-module-lite60              - raspberrypi,model-zero-2-w61          - const: brcm,bcm283762 63additionalProperties: true64 65...66