1ARM 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 12In 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 16 17ARM 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>; 37