imx6q-kp-tpc.dts 421 B

1234567891011121314151617181920212223
  1. // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2. /*
  3. * Copyright 2018
  4. * Lukasz Majewski, DENX Software Engineering, [email protected]
  5. */
  6. /dts-v1/;
  7. #include "imx6q-kp.dtsi"
  8. / {
  9. model = "Freescale i.MX6 Qwuad K+P TPC Board";
  10. compatible = "kiebackpeter,imx6q-tpc", "fsl,imx6q";
  11. memory@10000000 {
  12. device_type = "memory";
  13. reg = <0x10000000 0x40000000>;
  14. };
  15. };
  16. &ipu1_di0_disp0 {
  17. remote-endpoint = <&lcd_display_in>;
  18. };