atmel-matrix.txt 756 B

123456789101112131415161718192021222324
  1. * Device tree bindings for Atmel Bus Matrix
  2. The Bus Matrix registers are used to configure Atmel SoCs internal bus
  3. behavior (master/slave priorities, undefined burst length type, ...)
  4. Required properties:
  5. - compatible: Should be one of the following
  6. "atmel,at91sam9260-matrix", "syscon"
  7. "atmel,at91sam9261-matrix", "syscon"
  8. "atmel,at91sam9263-matrix", "syscon"
  9. "atmel,at91sam9rl-matrix", "syscon"
  10. "atmel,at91sam9g45-matrix", "syscon"
  11. "atmel,at91sam9n12-matrix", "syscon"
  12. "atmel,at91sam9x5-matrix", "syscon"
  13. "atmel,sama5d3-matrix", "syscon"
  14. - reg: Contains offset/length value of the Bus Matrix
  15. memory region.
  16. Example:
  17. matrix: matrix@ffffec00 {
  18. compatible = "atmel,sama5d3-matrix", "syscon";
  19. reg = <0xffffec00 0x200>;
  20. };