omap4-u-boot.dtsi 550 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * U-Boot additions
  4. *
  5. * (C) Copyright 2020 Tero Kristo <t-kristo@ti.com>
  6. */
  7. &l4_cfg {
  8. segment@0 {
  9. /* SCM Core */
  10. target-module@2000 {
  11. compatible = "simple-bus";
  12. };
  13. /* USB HS */
  14. target-module@64000 {
  15. compatible = "simple-bus";
  16. };
  17. };
  18. };
  19. &l4_per {
  20. segment@0 {
  21. /* UART3 */
  22. target-module@20000 {
  23. compatible = "simple-bus";
  24. };
  25. /* I2C1 */
  26. target-module@70000 {
  27. compatible = "simple-bus";
  28. };
  29. /* MMC1 */
  30. target-module@9c000 {
  31. compatible = "simple-bus";
  32. };
  33. };
  34. };