Linus Walleij | 4980f9b | 2012-09-06 09:08:24 +0100 | [diff] [blame^] | 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 | |
Grant Likely | 3ba7222 | 2011-07-26 03:19:06 -0600 | [diff] [blame] | 13 | ARM Versatile Application and Platform Baseboards |
| 14 | ------------------------------------------------- |
| 15 | ARM's development hardware platform with connectors for customizable |
| 16 | core tiles. The hardware configuration of the Versatile boards is |
| 17 | highly customizable. |
| 18 | |
| 19 | Required properties (in root node): |
| 20 | compatible = "arm,versatile-ab"; /* Application baseboard */ |
| 21 | compatible = "arm,versatile-pb"; /* Platform baseboard */ |
| 22 | |
| 23 | Interrupt 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>; |