| .. | .. |
|---|
| 1 | 1 | * Advanced Interrupt Controller (AIC) |
|---|
| 2 | 2 | |
|---|
| 3 | 3 | Required properties: |
|---|
| 4 | | -- compatible: Should be "atmel,<chip>-aic" |
|---|
| 5 | | - <chip> can be "at91rm9200", "sama5d2", "sama5d3" or "sama5d4" |
|---|
| 4 | +- compatible: Should be: |
|---|
| 5 | + - "atmel,<chip>-aic" where <chip> can be "at91rm9200", "sama5d2", |
|---|
| 6 | + "sama5d3" or "sama5d4" |
|---|
| 7 | + - "microchip,<chip>-aic" where <chip> can be "sam9x60" |
|---|
| 8 | + |
|---|
| 6 | 9 | - interrupt-controller: Identifies the node as an interrupt controller. |
|---|
| 7 | 10 | - #interrupt-cells: The number of cells to define the interrupts. It should be 3. |
|---|
| 8 | 11 | The first cell is the IRQ number (aka "Peripheral IDentifier" on datasheet). |
|---|