• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Broadcom BCM2835 device tree bindings
2-------------------------------------------
3
4Raspberry Pi Model A
5Required root node properties:
6compatible = "raspberrypi,model-a", "brcm,bcm2835";
7
8Raspberry Pi Model A+
9Required root node properties:
10compatible = "raspberrypi,model-a-plus", "brcm,bcm2835";
11
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
29Raspberry Pi 2 Model B
30Required root node properties:
31compatible = "raspberrypi,2-model-b", "brcm,bcm2836";
32
33Raspberry Pi 3 Model B
34Required root node properties:
35compatible = "raspberrypi,3-model-b", "brcm,bcm2837";
36
37Raspberry Pi 3 Model B+
38Required root node properties:
39compatible = "raspberrypi,3-model-b-plus", "brcm,bcm2837";
40
41Raspberry Pi Compute Module
42Required root node properties:
43compatible = "raspberrypi,compute-module", "brcm,bcm2835";
44
45Raspberry Pi Zero
46Required root node properties:
47compatible = "raspberrypi,model-zero", "brcm,bcm2835";
48
49Raspberry Pi Zero W
50Required root node properties:
51compatible = "raspberrypi,model-zero-w", "brcm,bcm2835";
52
53Generic BCM2835 board
54Required root node properties:
55compatible = "brcm,bcm2835";
56