imx6ul-u-boot.dtsi 295 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. / {
  7. soc {
  8. u-boot,dm-spl;
  9. };
  10. };
  11. &aips1 {
  12. u-boot,dm-spl;
  13. };
  14. &gpio1 {
  15. u-boot,dm-spl;
  16. };
  17. &gpio4 {
  18. u-boot,dm-spl;
  19. };
  20. &iomuxc {
  21. u-boot,dm-spl;
  22. };
  23. &aips2 {
  24. u-boot,dm-spl;
  25. };