summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx8x_lvds_overlay.dts
blob: b3da629f3f694ee40a9fa628d77d55557493927a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// LT170410 display (10inch) with a resolution of 1280x800 pixel. This display can be ordered at Toradex.

/dts-v1/;
/plugin/;

#include "dt-bindings/pwm/pwm.h"

/ {
	compatible = "toradex,apalis-imx8x";
};

&backlight {
	brightness-levels = <0 45 63 88 119 158 203 255>;
	default-brightness-level = <4>;
	pwms = <&pwm_mipi_lvds1 0 6666667 PWM_POLARITY_INVERTED>;
	status = "okay";
};

&ldb1 {
	status = "okay";
};

&ldb1_phy {
	status = "okay";
};

&panel_lvds {
	status = "okay";
};

/* Apalis BKL1_PWM */
&pwm_mipi_lvds1 {
	status = "okay";
};