thermal: fix Mediatek thermal controller build
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / bcm / brcm,bcm2835.txt
blob11d3056dc2bd3d6155cd3594ef6a403fc9b26235
1 Broadcom BCM2835 device tree bindings
2 -------------------------------------------
4 Raspberry Pi Model A
5 Required root node properties:
6 compatible = "raspberrypi,model-a", "brcm,bcm2835";
8 Raspberry Pi Model A+
9 Required root node properties:
10 compatible = "raspberrypi,model-a-plus", "brcm,bcm2835";
12 Raspberry Pi Model B
13 Required root node properties:
14 compatible = "raspberrypi,model-b", "brcm,bcm2835";
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";
21 Raspberry Pi Model B rev2
22 Required root node properties:
23 compatible = "raspberrypi,model-b-rev2", "brcm,bcm2835";
25 Raspberry Pi Model B+
26 Required root node properties:
27 compatible = "raspberrypi,model-b-plus", "brcm,bcm2835";
29 Raspberry Pi 2 Model B
30 Required root node properties:
31 compatible = "raspberrypi,2-model-b", "brcm,bcm2836";
33 Raspberry Pi Compute Module
34 Required root node properties:
35 compatible = "raspberrypi,compute-module", "brcm,bcm2835";
37 Generic BCM2835 board
38 Required root node properties:
39 compatible = "brcm,bcm2835";