Merge branch 'spi-4.20' into spi-4.21 for bcm stuff.
[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 3 Model B+
38 Required root node properties:
39 compatible = "raspberrypi,3-model-b-plus", "brcm,bcm2837";
40
41 Raspberry Pi Compute Module
42 Required root node properties:
43 compatible = "raspberrypi,compute-module", "brcm,bcm2835";
44
45 Raspberry Pi Compute Module 3
46 Required root node properties:
47 compatible = "raspberrypi,3-compute-module", "brcm,bcm2837";
48
49 Raspberry Pi Compute Module 3 Lite
50 Required root node properties:
51 compatible = "raspberrypi,3-compute-module-lite", "brcm,bcm2837";
52
53 Raspberry Pi Zero
54 Required root node properties:
55 compatible = "raspberrypi,model-zero", "brcm,bcm2835";
56
57 Raspberry Pi Zero W
58 Required root node properties:
59 compatible = "raspberrypi,model-zero-w", "brcm,bcm2835";
60
61 Generic BCM2835 board
62 Required root node properties:
63 compatible = "brcm,bcm2835";