1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 3 * Copyright 2018 4 * Lukasz Majewski, DENX Software Engineering, lukma@denx.de 5 */ 6 7 /dts-v1/; 8 9 #include "imx6q-kp.dtsi" 10 11 / { 12 model = "Freescale i.MX6 Qwuad K+P TPC Board"; 13 compatible = "kiebackpeter,imx6q-tpc", "fsl,imx6q"; 14 15 memory@10000000 { 16 device_type = "memory"; 17 reg = <0x10000000 0x40000000>; 18 }; 19 }; 20 21 &ipu1_di0_disp0 { 22 remote-endpoint = <&lcd_display_in>; 23 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.