1c66ec88fSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0 2c66ec88fSEmmanuel Vadot%YAML 1.2 3c66ec88fSEmmanuel Vadot--- 4c66ec88fSEmmanuel Vadot$id: http://devicetree.org/schemas/arm/bcm/bcm2835.yaml# 5c66ec88fSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6c66ec88fSEmmanuel Vadot 7*8bab661aSEmmanuel Vadottitle: Broadcom BCM2711/BCM2835 Platforms 8c66ec88fSEmmanuel Vadot 9c66ec88fSEmmanuel Vadotmaintainers: 10c66ec88fSEmmanuel Vadot - Eric Anholt <eric@anholt.net> 11c66ec88fSEmmanuel Vadot - Stefan Wahren <wahrenst@gmx.net> 12c66ec88fSEmmanuel Vadot 13c66ec88fSEmmanuel Vadotproperties: 14c66ec88fSEmmanuel Vadot $nodename: 15c66ec88fSEmmanuel Vadot const: '/' 16c66ec88fSEmmanuel Vadot compatible: 17c66ec88fSEmmanuel Vadot oneOf: 18c66ec88fSEmmanuel Vadot - description: BCM2711 based Boards 19c66ec88fSEmmanuel Vadot items: 20c66ec88fSEmmanuel Vadot - enum: 215956d97fSEmmanuel Vadot - raspberrypi,400 228cc087a1SEmmanuel Vadot - raspberrypi,4-compute-module 23c66ec88fSEmmanuel Vadot - raspberrypi,4-model-b 24c66ec88fSEmmanuel Vadot - const: brcm,bcm2711 25c66ec88fSEmmanuel Vadot 26c66ec88fSEmmanuel Vadot - description: BCM2835 based Boards 27c66ec88fSEmmanuel Vadot items: 28c66ec88fSEmmanuel Vadot - enum: 29c66ec88fSEmmanuel Vadot - raspberrypi,model-a 30c66ec88fSEmmanuel Vadot - raspberrypi,model-a-plus 31c66ec88fSEmmanuel Vadot - raspberrypi,model-b 32c66ec88fSEmmanuel Vadot - raspberrypi,model-b-i2c0 # Raspberry Pi Model B (no P5) 33c66ec88fSEmmanuel Vadot - raspberrypi,model-b-rev2 34c66ec88fSEmmanuel Vadot - raspberrypi,model-b-plus 35c66ec88fSEmmanuel Vadot - raspberrypi,compute-module 36c66ec88fSEmmanuel Vadot - raspberrypi,model-zero 37c66ec88fSEmmanuel Vadot - raspberrypi,model-zero-w 38c66ec88fSEmmanuel Vadot - const: brcm,bcm2835 39c66ec88fSEmmanuel Vadot 40c66ec88fSEmmanuel Vadot - description: BCM2836 based Boards 41c66ec88fSEmmanuel Vadot items: 42c66ec88fSEmmanuel Vadot - enum: 43c66ec88fSEmmanuel Vadot - raspberrypi,2-model-b 44c66ec88fSEmmanuel Vadot - const: brcm,bcm2836 45c66ec88fSEmmanuel Vadot 46c66ec88fSEmmanuel Vadot - description: BCM2837 based Boards 47c66ec88fSEmmanuel Vadot items: 48c66ec88fSEmmanuel Vadot - enum: 49c66ec88fSEmmanuel Vadot - raspberrypi,3-model-a-plus 50c66ec88fSEmmanuel Vadot - raspberrypi,3-model-b 51c66ec88fSEmmanuel Vadot - raspberrypi,3-model-b-plus 52c66ec88fSEmmanuel Vadot - raspberrypi,3-compute-module 53c66ec88fSEmmanuel Vadot - raspberrypi,3-compute-module-lite 54c9ccf3a3SEmmanuel Vadot - raspberrypi,model-zero-2-w 55c66ec88fSEmmanuel Vadot - const: brcm,bcm2837 56c66ec88fSEmmanuel Vadot 576be33864SEmmanuel VadotadditionalProperties: true 586be33864SEmmanuel Vadot 59c66ec88fSEmmanuel Vadot... 60