axis.txt 668 B

123456789101112131415161718192021222324252627282930
  1. Axis Communications AB
  2. ARTPEC series SoC Device Tree Bindings
  3. ARTPEC-6 ARM SoC
  4. ================
  5. Required root node properties:
  6. - compatible = "axis,artpec6";
  7. ARTPEC-6 System Controller
  8. --------------------------
  9. The ARTPEC-6 has a system controller with mixed functions controlling DMA, PCIe
  10. and resets.
  11. Required properties:
  12. - compatible: "axis,artpec6-syscon", "syscon"
  13. - reg: Address and length of the register bank.
  14. Example:
  15. syscon {
  16. compatible = "axis,artpec6-syscon", "syscon";
  17. reg = <0xf8000000 0x48>;
  18. };
  19. ARTPEC-6 Development board:
  20. ---------------------------
  21. Required root node properties:
  22. - compatible = "axis,artpec6-dev-board", "axis,artpec6";