Pawel Moll | a33b0da | 2014-07-22 18:32:59 +0100 | [diff] [blame] | 1 | * ARM CCN (Cache Coherent Network) |
| 2 | |
| 3 | Required properties: |
| 4 | |
| 5 | - compatible: (standard compatible string) should be one of: |
Velibor Markovski | 6a7f6cf | 2017-06-15 23:39:12 -0700 | [diff] [blame] | 6 | "arm,ccn-502" |
Pawel Moll | a33b0da | 2014-07-22 18:32:59 +0100 | [diff] [blame] | 7 | "arm,ccn-504" |
| 8 | "arm,ccn-508" |
| 9 | |
| 10 | - reg: (standard registers property) physical address and size |
| 11 | (16MB) of the configuration registers block |
| 12 | |
| 13 | - interrupts: (standard interrupt property) single interrupt |
| 14 | generated by the control block |
| 15 | |
| 16 | Example: |
| 17 | |
| 18 | ccn@0x2000000000 { |
| 19 | compatible = "arm,ccn-504"; |
| 20 | reg = <0x20 0x00000000 0 0x1000000>; |
| 21 | interrupts = <0 181 4>; |
| 22 | }; |