brcm,bcm2835.txt 1021 B

123456789101112131415161718192021222324252627282930313233343536
  1. Broadcom BCM2835 device tree bindings
  2. -------------------------------------------
  3. Raspberry Pi Model A
  4. Required root node properties:
  5. compatible = "raspberrypi,model-a", "brcm,bcm2835";
  6. Raspberry Pi Model A+
  7. Required root node properties:
  8. compatible = "raspberrypi,model-a-plus", "brcm,bcm2835";
  9. Raspberry Pi Model B
  10. Required root node properties:
  11. compatible = "raspberrypi,model-b", "brcm,bcm2835";
  12. Raspberry Pi Model B (no P5)
  13. early model B with I2C0 rather than I2C1 routed to the expansion header
  14. Required root node properties:
  15. compatible = "raspberrypi,model-b-i2c0", "brcm,bcm2835";
  16. Raspberry Pi Model B rev2
  17. Required root node properties:
  18. compatible = "raspberrypi,model-b-rev2", "brcm,bcm2835";
  19. Raspberry Pi Model B+
  20. Required root node properties:
  21. compatible = "raspberrypi,model-b-plus", "brcm,bcm2835";
  22. Raspberry Pi Compute Module
  23. Required root node properties:
  24. compatible = "raspberrypi,compute-module", "brcm,bcm2835";
  25. Generic BCM2835 board
  26. Required root node properties:
  27. compatible = "brcm,bcm2835";