am5718.dtsi 385 B

1234567891011121314151617181920212223242526272829
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com/
  4. */
  5. #include "dra72x.dtsi"
  6. #include "am57-pruss.dtsi"
  7. / {
  8. compatible = "ti,am5718", "ti,dra7";
  9. };
  10. /*
  11. * These modules are not present on AM5718
  12. *
  13. * ATL
  14. * VCP1, VCP2
  15. * MLB
  16. * ISS
  17. * USB3
  18. */
  19. &usb3_tm {
  20. status = "disabled";
  21. };
  22. &atl_tm {
  23. status = "disabled";
  24. };