diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2021-01-11 11:18:53 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-01-18 14:26:13 +0800 |
commit | db8c29bae60ad63b111466344f329d17f4117e76 (patch) | |
tree | f9298fbc9b35eb3bd0348120e4338a5c472eb955 /arch/arm/boot/dts/imx6qp-vicutp.dts | |
parent | e4cbd169b3a8b8fe772f1e7dc52c938188e2f55a (diff) | |
download | lwn-db8c29bae60ad63b111466344f329d17f4117e76.tar.gz lwn-db8c29bae60ad63b111466344f329d17f4117e76.zip |
ARM: dts: add Kverneland UT1, UT1Q and UT1P
VICUT1(Q,P) is the Kverneland UT1(Q,P) IsoBus universal terminal for agricultural
applications on tractors.
Co-Developed-by: David Jander <david@protonic.nl>
Signed-off-by: David Jander <david@protonic.nl>
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qp-vicutp.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6qp-vicutp.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qp-vicutp.dts b/arch/arm/boot/dts/imx6qp-vicutp.dts new file mode 100644 index 000000000000..7bad7ca6b12e --- /dev/null +++ b/arch/arm/boot/dts/imx6qp-vicutp.dts @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT +/* + * Copyright (c) 2014 Protonic Holland + */ + +/dts-v1/; +#include "imx6qp.dtsi" +#include "imx6qdl-vicut1.dtsi" + +/ { + model = "Kverneland UT1P Board"; + compatible = "kvg,vicutp", "fsl,imx6qp"; +}; |