keystone.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. TI Keystone Platforms Device Tree Bindings
  2. -----------------------------------------------
  3. Boards with Keystone2 based devices (TCI66xxK2H) SOC shall have the
  4. following properties.
  5. Required properties:
  6. - compatible: All TI specific devices present in Keystone SOC should be in
  7. the form "ti,keystone-*". Generic devices like gic, arch_timers, ns16550
  8. type UART should use the specified compatible for those devices.
  9. SoC families:
  10. - Keystone 2 generic SoC:
  11. compatible = "ti,keystone"
  12. SoCs:
  13. - Keystone 2 Hawking/Kepler
  14. compatible = "ti,k2hk", "ti,keystone"
  15. - Keystone 2 Lamarr
  16. compatible = "ti,k2l", "ti,keystone"
  17. - Keystone 2 Edison
  18. compatible = "ti,k2e", "ti,keystone"
  19. - K2G
  20. compatible = "ti,k2g", "ti,keystone"
  21. Boards:
  22. - Keystone 2 Hawking/Kepler EVM
  23. compatible = "ti,k2hk-evm", "ti,k2hk", "ti,keystone"
  24. - Keystone 2 Lamarr EVM
  25. compatible = "ti,k2l-evm", "ti, k2l", "ti,keystone"
  26. - Keystone 2 Edison EVM
  27. compatible = "ti,k2e-evm", "ti,k2e", "ti,keystone"
  28. - K2G EVM
  29. compatible = "ti,k2g-evm", "ti,k2g", "ti-keystone"
  30. - K2G Industrial Communication Engine EVM
  31. compatible = "ti,k2g-ice", "ti,k2g", "ti-keystone"