am5728.dtsi 442 B

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