arm-boards 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. ARM Integrator/AP (Application Platform) and Integrator/CP (Compact Platform)
  2. -----------------------------------------------------------------------------
  3. ARM's oldest Linux-supported platform with connectors for different core
  4. tiles of ARMv4, ARMv5 and ARMv6 type.
  5. Required properties (in root node):
  6. compatible = "arm,integrator-ap"; /* Application Platform */
  7. compatible = "arm,integrator-cp"; /* Compact Platform */
  8. FPGA type interrupt controllers, see the versatile-fpga-irq binding doc.
  9. In the root node the Integrator/CP must have a /cpcon node pointing
  10. to the CP control registers, and the Integrator/AP must have a
  11. /syscon node pointing to the Integrator/AP system controller.
  12. ARM Versatile Application and Platform Baseboards
  13. -------------------------------------------------
  14. ARM's development hardware platform with connectors for customizable
  15. core tiles. The hardware configuration of the Versatile boards is
  16. highly customizable.
  17. Required properties (in root node):
  18. compatible = "arm,versatile-ab"; /* Application baseboard */
  19. compatible = "arm,versatile-pb"; /* Platform baseboard */
  20. Interrupt controllers:
  21. - VIC required properties:
  22. compatible = "arm,versatile-vic";
  23. interrupt-controller;
  24. #interrupt-cells = <1>;
  25. - SIC required properties:
  26. compatible = "arm,versatile-sic";
  27. interrupt-controller;
  28. #interrupt-cells = <1>;