Based on kernel version 3.9. Page generated on 2013-05-02 22:56 EST.
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 6 Required properties (in root node): 7 compatible = "arm,integrator-ap"; /* Application Platform */ 8 compatible = "arm,integrator-cp"; /* Compact Platform */ 9 10 FPGA type interrupt controllers, see the versatile-fpga-irq binding doc. 11 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. 15 16 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 21 highly customizable. 22 23 Required properties (in root node): 24 compatible = "arm,versatile-ab"; /* Application baseboard */ 25 compatible = "arm,versatile-pb"; /* Platform baseboard */ 26 27 Interrupt 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>;