sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / ccn.txt
blobb100d3847d8812c5ff5c27d0d379096d128df528
1 * ARM CCN (Cache Coherent Network)
3 Required properties:
5 - compatible: (standard compatible string) should be one of:
6         "arm,ccn-504"
7         "arm,ccn-508"
9 - reg: (standard registers property) physical address and size
10         (16MB) of the configuration registers block
12 - interrupts: (standard interrupt property) single interrupt
13         generated by the control block
15 Example:
17         ccn@0x2000000000 {
18                 compatible = "arm,ccn-504";
19                 reg = <0x20 0x00000000 0 0x1000000>;
20                 interrupts = <0 181 4>;
21         };