mirror of https://github.com/torvalds/linux.git
43 lines
619 B
Plaintext
43 lines
619 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
|
|
/*
|
|
* Copyright 2014-2017 Lothar Waßmann <LW@KARO-electronics.de>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx6dl.dtsi"
|
|
#include "imx6qdl-tx6.dtsi"
|
|
#include "imx6qdl-tx6-lcd.dtsi"
|
|
|
|
/ {
|
|
model = "Ka-Ro electronics TX6DL Module on CoMpact TFT";
|
|
compatible = "karo,imx6dl-tx6dl", "fsl,imx6dl";
|
|
};
|
|
|
|
&backlight {
|
|
pwms = <&pwm2 0 500000 0>;
|
|
};
|
|
|
|
&can1 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&can2 {
|
|
xceiver-supply = <®_3v3>;
|
|
};
|
|
|
|
&kpp {
|
|
status = "disabled";
|
|
};
|
|
|
|
&lcd_panel {
|
|
compatible = "edt,etm0700g0edh6";
|
|
};
|
|
|
|
®_can_xcvr {
|
|
status = "disabled";
|
|
};
|
|
|
|
&touchscreen {
|
|
status = "disabled";
|
|
};
|