summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx8x_lvds_overlay.dts
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/apalis-imx8x_lvds_overlay.dts')
-rw-r--r--overlays/apalis-imx8x_lvds_overlay.dts35
1 files changed, 35 insertions, 0 deletions
diff --git a/overlays/apalis-imx8x_lvds_overlay.dts b/overlays/apalis-imx8x_lvds_overlay.dts
new file mode 100644
index 0000000..b3da629
--- /dev/null
+++ b/overlays/apalis-imx8x_lvds_overlay.dts
@@ -0,0 +1,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";
+};
+