arm-boards 662 B

123456789101112131415161718192021
  1. ARM Versatile Application and Platform Baseboards
  2. -------------------------------------------------
  3. ARM's development hardware platform with connectors for customizable
  4. core tiles. The hardware configuration of the Versatile boards is
  5. highly customizable.
  6. Required properties (in root node):
  7. compatible = "arm,versatile-ab"; /* Application baseboard */
  8. compatible = "arm,versatile-pb"; /* Platform baseboard */
  9. Interrupt controllers:
  10. - VIC required properties:
  11. compatible = "arm,versatile-vic";
  12. interrupt-controller;
  13. #interrupt-cells = <1>;
  14. - SIC required properties:
  15. compatible = "arm,versatile-sic";
  16. interrupt-controller;
  17. #interrupt-cells = <1>;