zte.txt 959 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ZTE platforms device tree bindings
  2. ---------------------------------------
  3. - ZX296702 board:
  4. Required root node properties:
  5. - compatible = "zte,zx296702-ad1", "zte,zx296702"
  6. System management required properties:
  7. - compatible = "zte,sysctrl"
  8. Low power management required properties:
  9. - compatible = "zte,zx296702-pcu"
  10. Bus matrix required properties:
  11. - compatible = "zte,zx-bus-matrix"
  12. ---------------------------------------
  13. - ZX296718 SoC:
  14. Required root node properties:
  15. - compatible = "zte,zx296718"
  16. ZX296718 EVB board:
  17. - "zte,zx296718-evb"
  18. System management required properties:
  19. - compatible = "zte,zx296718-aon-sysctrl"
  20. - compatible = "zte,zx296718-sysctrl"
  21. Example:
  22. aon_sysctrl: aon-sysctrl@116000 {
  23. compatible = "zte,zx296718-aon-sysctrl", "syscon";
  24. reg = <0x116000 0x1000>;
  25. };
  26. sysctrl: sysctrl@1463000 {
  27. compatible = "zte,zx296718-sysctrl", "syscon";
  28. reg = <0x1463000 0x1000>;
  29. };