Merge remote-tracking branch 'selinux/next'
[deliverable/linux.git] / Documentation / devicetree / bindings / arm / bcm / brcm,bcm2835.txt
CommitLineData
ec9653b8
SA
1Broadcom BCM2835 device tree bindings
2-------------------------------------------
3
4c059b0b
SW
4Raspberry Pi Model A
5Required root node properties:
6compatible = "raspberrypi,model-a", "brcm,bcm2835";
ec9653b8 7
4c059b0b
SW
8Raspberry Pi Model A+
9Required root node properties:
10compatible = "raspberrypi,model-a-plus", "brcm,bcm2835";
ec9653b8 11
4c059b0b
SW
12Raspberry Pi Model B
13Required root node properties:
14compatible = "raspberrypi,model-b", "brcm,bcm2835";
15
16Raspberry Pi Model B (no P5)
17early model B with I2C0 rather than I2C1 routed to the expansion header
18Required root node properties:
19compatible = "raspberrypi,model-b-i2c0", "brcm,bcm2835";
20
21Raspberry Pi Model B rev2
22Required root node properties:
23compatible = "raspberrypi,model-b-rev2", "brcm,bcm2835";
24
25Raspberry Pi Model B+
26Required root node properties:
27compatible = "raspberrypi,model-b-plus", "brcm,bcm2835";
28
57e5c6d9
EA
29Raspberry Pi 2 Model B
30Required root node properties:
31compatible = "raspberrypi,2-model-b", "brcm,bcm2836";
32
2f4cd8d0
EA
33Raspberry Pi 3 Model B
34Required root node properties:
35compatible = "raspberrypi,3-model-b", "brcm,bcm2837";
36
4c059b0b
SW
37Raspberry Pi Compute Module
38Required root node properties:
39compatible = "raspberrypi,compute-module", "brcm,bcm2835";
40
33fdf6fd
SW
41Raspberry Pi Zero
42Required root node properties:
43compatible = "raspberrypi,model-zero", "brcm,bcm2835";
44
4c059b0b
SW
45Generic BCM2835 board
46Required root node properties:
ec9653b8 47compatible = "brcm,bcm2835";
This page took 0.251583 seconds and 5 git commands to generate.