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.
6 Required properties (in root node):
7 compatible = "arm,integrator-ap"; /* Application Platform */
8 compatible = "arm,integrator-cp"; /* Compact Platform */
10 FPGA type interrupt controllers, see the versatile-fpga-irq binding doc.
12 In the root node the Integrator/CP must have a /cpcon node pointing
13 to the CP control registers, and the Integrator/AP must have a
14 /syscon node pointing to the Integrator/AP system controller.
17 ARM Versatile Application and Platform Baseboards
18 -------------------------------------------------
19 ARM's development hardware platform with connectors for customizable
20 core tiles. The hardware configuration of the Versatile boards is
23 Required properties (in root node):
24 compatible = "arm,versatile-ab"; /* Application baseboard */
25 compatible = "arm,versatile-pb"; /* Platform baseboard */
27 Interrupt controllers:
28 - VIC required properties:
29 compatible = "arm,versatile-vic";
31 #interrupt-cells = <1>;
33 - SIC required properties:
34 compatible = "arm,versatile-sic";
36 #interrupt-cells = <1>;