ccn.txt 482 B

12345678910111213141516171819202122
  1. * ARM CCN (Cache Coherent Network)
  2. Required properties:
  3. - compatible: (standard compatible string) should be one of:
  4. "arm,ccn-504"
  5. "arm,ccn-508"
  6. - reg: (standard registers property) physical address and size
  7. (16MB) of the configuration registers block
  8. - interrupts: (standard interrupt property) single interrupt
  9. generated by the control block
  10. Example:
  11. ccn@0x2000000000 {
  12. compatible = "arm,ccn-504";
  13. reg = <0x20 0x00000000 0 0x1000000>;
  14. interrupts = <0 181 4>;
  15. };