Merge remote-tracking branches 'asoc/fix/da7219-pops' and 'asoc/fix/qcom' into asoc...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / arm / bcm / brcm,bcm2835.txt
1 Broadcom BCM2835 device tree bindings
2 -------------------------------------------
3
4 Raspberry Pi Model A
5 Required root node properties:
6 compatible = "raspberrypi,model-a", "brcm,bcm2835";
7
8 Raspberry Pi Model A+
9 Required root node properties:
10 compatible = "raspberrypi,model-a-plus", "brcm,bcm2835";
11
12 Raspberry Pi Model B
13 Required root node properties:
14 compatible = "raspberrypi,model-b", "brcm,bcm2835";
15
16 Raspberry Pi Model B (no P5)
17 early model B with I2C0 rather than I2C1 routed to the expansion header
18 Required root node properties:
19 compatible = "raspberrypi,model-b-i2c0", "brcm,bcm2835";
20
21 Raspberry Pi Model B rev2
22 Required root node properties:
23 compatible = "raspberrypi,model-b-rev2", "brcm,bcm2835";
24
25 Raspberry Pi Model B+
26 Required root node properties:
27 compatible = "raspberrypi,model-b-plus", "brcm,bcm2835";
28
29 Raspberry Pi 2 Model B
30 Required root node properties:
31 compatible = "raspberrypi,2-model-b", "brcm,bcm2836";
32
33 Raspberry Pi 3 Model B
34 Required root node properties:
35 compatible = "raspberrypi,3-model-b", "brcm,bcm2837";
36
37 Raspberry Pi Compute Module
38 Required root node properties:
39 compatible = "raspberrypi,compute-module", "brcm,bcm2835";
40
41 Raspberry Pi Zero
42 Required root node properties:
43 compatible = "raspberrypi,model-zero", "brcm,bcm2835";
44
45 Generic BCM2835 board
46 Required root node properties:
47 compatible = "brcm,bcm2835";