]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt
Merge remote-tracking branch 'kgdb/kgdb-next'
[karo-tx-linux.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 Compute Module
30 Required root node properties:
31 compatible = "raspberrypi,compute-module", "brcm,bcm2835";
32
33 Generic BCM2835 board
34 Required root node properties:
35 compatible = "brcm,bcm2835";