blob: fc81a7d6b0f1424169f8e710770ea685d2e3c0c6 [file] [log] [blame]
Linus Walleij4980f9b2012-09-06 09:08:24 +01001ARM Integrator/AP (Application Platform) and Integrator/CP (Compact Platform)
2-----------------------------------------------------------------------------
3ARM's oldest Linux-supported platform with connectors for different core
4tiles of ARMv4, ARMv5 and ARMv6 type.
5
6Required properties (in root node):
7 compatible = "arm,integrator-ap"; /* Application Platform */
8 compatible = "arm,integrator-cp"; /* Compact Platform */
9
10FPGA type interrupt controllers, see the versatile-fpga-irq binding doc.
11
12
Grant Likely3ba72222011-07-26 03:19:06 -060013ARM Versatile Application and Platform Baseboards
14-------------------------------------------------
15ARM's development hardware platform with connectors for customizable
16core tiles. The hardware configuration of the Versatile boards is
17highly customizable.
18
19Required properties (in root node):
20 compatible = "arm,versatile-ab"; /* Application baseboard */
21 compatible = "arm,versatile-pb"; /* Platform baseboard */
22
23Interrupt controllers:
24- VIC required properties:
25 compatible = "arm,versatile-vic";
26 interrupt-controller;
27 #interrupt-cells = <1>;
28
29- SIC required properties:
30 compatible = "arm,versatile-sic";
31 interrupt-controller;
32 #interrupt-cells = <1>;