imx6qdl-u-boot.dtsi 293 B

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