1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for the RZ/G2[MN] HiHope sub board LVDS common parts
5 * Copyright (C) 2020 Renesas Electronics Corp.
10 compatible = "pwm-backlight";
11 pwms = <&pwm0 0 50000>;
13 brightness-levels = <0 2 8 16 32 64 128 255>;
14 default-brightness-level = <6>;
20 * When GP1_20 is LOW LVDS0 is connected to the LVDS connector
21 * When GP1_20 is HIGH LVDS0 is connected to the LT8918L
23 lvds-connector-en-gpio {
25 gpios = <20 GPIO_ACTIVE_HIGH>;
27 line-name = "lvds-connector-en-gpio";
34 lvds_connector: endpoint {
48 pinctrl-0 = <&pwm0_pins>;
49 pinctrl-names = "default";