imx6dl-wandboard-revd1.dts 416 B

12345678910111213141516171819
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright 2013 Freescale Semiconductor, Inc.
  4. *
  5. * Author: Fabio Estevam <[email protected]>
  6. */
  7. /dts-v1/;
  8. #include "imx6dl.dtsi"
  9. #include "imx6qdl-wandboard-revd1.dtsi"
  10. / {
  11. model = "Wandboard i.MX6 Dual Lite Board revD1";
  12. compatible = "wand,imx6dl-wandboard", "fsl,imx6dl";
  13. memory@10000000 {
  14. device_type = "memory";
  15. reg = <0x10000000 0x40000000>;
  16. };
  17. };