xref: /linux/arch/arm64/boot/dts/freescale/imx8mp-dhcom-overlay-panel-common.dtsi (revision b2128290c29902315e632ea59e0504d6bc9e9b42)
1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2023-2026 Marek Vasut
4 */
5
6#include <dt-bindings/gpio/gpio.h>
7#include <dt-bindings/input/input.h>
8#include <dt-bindings/interrupt-controller/arm-gic.h>
9#include <dt-bindings/pwm/pwm.h>
10
11#include "imx8mp-dhcom-overlay-panel-clock.dtsi"
12
13&{/} {
14	display_bl: display-bl {
15		compatible = "pwm-backlight";
16		brightness-levels = <0 16 22 30 40 55 75 102 138 188 255>;
17		default-brightness-level = <8>;
18		enable-gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;	/* GPIO G */
19		status = "okay";
20	};
21
22	panel: panel {
23		backlight = <&display_bl>;
24		power-supply = <&reg_vdd_3p3v_awo>;
25
26		port {
27			panel_in: endpoint {
28			};
29		};
30	};
31};
32