blob: db5858e32d3f86f88c9776e80b98eddb27435131 [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
Linus Walleij64100a02012-11-02 01:20:43 +010012In the root node the Integrator/CP must have a /cpcon node pointing
13to the CP control registers, and the Integrator/AP must have a
14/syscon node pointing to the Integrator/AP system controller.
15
Linus Walleij4980f9b2012-09-06 09:08:24 +010016
Grant Likely3ba72222011-07-26 03:19:06 -060017ARM Versatile Application and Platform Baseboards
18-------------------------------------------------
19ARM's development hardware platform with connectors for customizable
20core tiles. The hardware configuration of the Versatile boards is
21highly customizable.
22
23Required properties (in root node):
24 compatible = "arm,versatile-ab"; /* Application baseboard */
25 compatible = "arm,versatile-pb"; /* Platform baseboard */
26
27Interrupt controllers:
28- VIC required properties:
29 compatible = "arm,versatile-vic";
30 interrupt-controller;
31 #interrupt-cells = <1>;
32
33- SIC required properties:
34 compatible = "arm,versatile-sic";
35 interrupt-controller;
36 #interrupt-cells = <1>;