diff options
author | Lukasz Majewski <lukma@denx.de> | 2018-04-19 16:32:40 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-04-23 16:48:19 +0800 |
commit | aa949fe731d0f4385c62df9067d6b0ad6afbe5f1 (patch) | |
tree | 1fe1577b0673c724b566f2c7404a5442b8900e2d /arch/arm/boot/dts/imx6q-kp-tpc.dts | |
parent | 9b483b889da23998f973cf683f0935879a7ff294 (diff) | |
download | linux-aa949fe731d0f4385c62df9067d6b0ad6afbe5f1.tar.bz2 |
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: Lukasz Majewski <lukma@denx.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-kp-tpc.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-kp-tpc.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-kp-tpc.dts b/arch/arm/boot/dts/imx6q-kp-tpc.dts new file mode 100644 index 000000000000..302d8d06e4cc --- /dev/null +++ b/arch/arm/boot/dts/imx6q-kp-tpc.dts @@ -0,0 +1,22 @@ +// 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>; +}; |