arm-ccn.txt 495 B

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