arm-boards 1.1 KB

1234567891011121314151617181920212223242526272829303132
  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. ARM Versatile Application and Platform Baseboards
  10. -------------------------------------------------
  11. ARM's development hardware platform with connectors for customizable
  12. core tiles. The hardware configuration of the Versatile boards is
  13. highly customizable.
  14. Required properties (in root node):
  15. compatible = "arm,versatile-ab"; /* Application baseboard */
  16. compatible = "arm,versatile-pb"; /* Platform baseboard */
  17. Interrupt controllers:
  18. - VIC required properties:
  19. compatible = "arm,versatile-vic";
  20. interrupt-controller;
  21. #interrupt-cells = <1>;
  22. - SIC required properties:
  23. compatible = "arm,versatile-sic";
  24. interrupt-controller;
  25. #interrupt-cells = <1>;