xref: /linux/arch/arm/boot/dts/nxp/imx/imx6qdl-tx6-mb7.dtsi (revision 115e74a29b530d121891238e9551c4bcdf7b04b5)
1// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
2/*
3 * Copyright 2017 Lothar Waßmann <LW@KARO-electronics.de>
4 */
5
6/ {
7	backlight0 {
8		pwms = <&pwm1 0 500000 PWM_POLARITY_INVERTED>;
9		power-supply = <&reg_lcd1_pwr>;
10	};
11
12	backlight1 {
13		pwms = <&pwm2 0 500000 PWM_POLARITY_INVERTED>;
14		power-supply = <&reg_lcd1_pwr>;
15	};
16
17	lcd-panel {
18		compatible = "edt,et057090dhu";
19		pixelclk-active = <0>;
20	};
21
22	lvds0-panel {
23		compatible = "edt,etml1010g0dka";
24		pixelclk-active = <0>;
25	};
26
27	lvds1-panel {
28		compatible = "edt,etml1010g0dka";
29		pixelclk-active = <0>;
30	};
31};
32
33&can1 {
34	status = "disabled";
35};
36
37&can2 {
38	xceiver-supply = <&reg_3v3>;
39};
40
41&ds1339 {
42	/*
43	 * The backup voltage of the module internal RTC is not wired
44	 * by default on the MB7, so disable that RTC chip.
45	 */
46	status = "disabled";
47};
48
49&i2c3 {
50	rtc: rtc@6f {
51		compatible = "microchip,mcp7940x";
52		reg = <0x6f>;
53	};
54};
55
56&reg_lcd0_pwr {
57	status = "disabled";
58};
59