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 Compute Module 30Required root node properties: 31compatible = "raspberrypi,compute-module", "brcm,bcm2835"; 32 33Generic BCM2835 board 34Required root node properties: 35compatible = "brcm,bcm2835"; 36