Commit aa949fe7 authored by Lukasz Majewski's avatar Lukasz Majewski Committed by Shawn Guo

ARM: dts: tpc: Device tree description of the iMX6Q TPC board

This commit adds device tree description of Kieback & Peter GmbH
iMX6Q TPC board.
Signed-off-by: default avatarLukasz Majewski <lukma@denx.de>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 9b483b88
...@@ -469,6 +469,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ ...@@ -469,6 +469,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \
imx6q-icore-ofcap10.dtb \ imx6q-icore-ofcap10.dtb \
imx6q-icore-ofcap12.dtb \ imx6q-icore-ofcap12.dtb \
imx6q-icore-rqs.dtb \ imx6q-icore-rqs.dtb \
imx6q-kp-tpc.dtb \
imx6q-marsboard.dtb \ imx6q-marsboard.dtb \
imx6q-mccmon6.dtb \ imx6q-mccmon6.dtb \
imx6q-nitrogen6x.dtb \ imx6q-nitrogen6x.dtb \
......
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright 2018
* Lukasz Majewski, DENX Software Engineering, lukma@denx.de
*/
/dts-v1/;
#include "imx6q-kp.dtsi"
/ {
model = "Freescale i.MX6 Qwuad K+P TPC Board";
compatible = "kiebackpeter,imx6q-tpc", "fsl,imx6q";
memory@10000000 {
reg = <0x10000000 0x40000000>;
};
};
&ipu1_di0_disp0 {
remote-endpoint = <&lcd_display_in>;
};
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment