imx6q-dfi-fs700-m60.dts 460 B

1234567891011121314151617181920212223
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * Copyright 2013 Sascha Hauer <[email protected]>
  4. */
  5. #ifndef __DTS_V1__
  6. #define __DTS_V1__
  7. /dts-v1/;
  8. #endif
  9. #include "imx6q.dtsi"
  10. #include "imx6qdl-dfi-fs700-m60.dtsi"
  11. / {
  12. model = "DFI FS700-M60-6QD i.MX6qd Q7 Board";
  13. compatible = "dfi,fs700-m60-6qd", "dfi,fs700e-m60", "fsl,imx6q";
  14. /* Will be filled by the bootloader */
  15. memory@10000000 {
  16. device_type = "memory";
  17. reg = <0x10000000 0>;
  18. };
  19. };