Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
60 lines
1.6 KiB
YAML
60 lines
1.6 KiB
YAML
# SPDX-License-Identifier: GPL-2.0
|
|
%YAML 1.2
|
|
---
|
|
$id: http://devicetree.org/schemas/arm/bcm/bcm2835.yaml#
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
title: Broadcom BCM2711/BCM2835 Platforms Device Tree Bindings
|
|
|
|
maintainers:
|
|
- Eric Anholt <eric@anholt.net>
|
|
- Stefan Wahren <wahrenst@gmx.net>
|
|
|
|
properties:
|
|
$nodename:
|
|
const: '/'
|
|
compatible:
|
|
oneOf:
|
|
- description: BCM2711 based Boards
|
|
items:
|
|
- enum:
|
|
- raspberrypi,400
|
|
- raspberrypi,4-compute-module
|
|
- raspberrypi,4-model-b
|
|
- const: brcm,bcm2711
|
|
|
|
- description: BCM2835 based Boards
|
|
items:
|
|
- enum:
|
|
- raspberrypi,model-a
|
|
- raspberrypi,model-a-plus
|
|
- raspberrypi,model-b
|
|
- raspberrypi,model-b-i2c0 # Raspberry Pi Model B (no P5)
|
|
- raspberrypi,model-b-rev2
|
|
- raspberrypi,model-b-plus
|
|
- raspberrypi,compute-module
|
|
- raspberrypi,model-zero
|
|
- raspberrypi,model-zero-w
|
|
- const: brcm,bcm2835
|
|
|
|
- description: BCM2836 based Boards
|
|
items:
|
|
- enum:
|
|
- raspberrypi,2-model-b
|
|
- const: brcm,bcm2836
|
|
|
|
- description: BCM2837 based Boards
|
|
items:
|
|
- enum:
|
|
- raspberrypi,3-model-a-plus
|
|
- raspberrypi,3-model-b
|
|
- raspberrypi,3-model-b-plus
|
|
- raspberrypi,3-compute-module
|
|
- raspberrypi,3-compute-module-lite
|
|
- raspberrypi,model-zero-2-w
|
|
- const: brcm,bcm2837
|
|
|
|
additionalProperties: true
|
|
|
|
...
|