xref: /freebsd/sys/contrib/device-tree/src/arm64/freescale/imx8mp-evk-lvds1-imx-lvds-hdmi-common.dtsi (revision 2846c90520eb4cc74e24d586a0ea0f4a0006bc73)
1*2846c905SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*2846c905SEmmanuel Vadot/*
3*2846c905SEmmanuel Vadot * Copyright 2024 NXP
4*2846c905SEmmanuel Vadot */
5*2846c905SEmmanuel Vadot
6*2846c905SEmmanuel Vadot#include <dt-bindings/gpio/gpio.h>
7*2846c905SEmmanuel Vadot#include "imx8mp-evk-imx-lvds-hdmi-common.dtsi"
8*2846c905SEmmanuel Vadot
9*2846c905SEmmanuel Vadot&i2c3 {
10*2846c905SEmmanuel Vadot	#address-cells = <1>;
11*2846c905SEmmanuel Vadot	#size-cells = <0>;
12*2846c905SEmmanuel Vadot
13*2846c905SEmmanuel Vadot	it6263: hdmi@4c {
14*2846c905SEmmanuel Vadot		compatible = "ite,it6263";
15*2846c905SEmmanuel Vadot		reg = <0x4c>;
16*2846c905SEmmanuel Vadot		data-mapping = "jeida-24";
17*2846c905SEmmanuel Vadot		pinctrl-names = "default";
18*2846c905SEmmanuel Vadot		pinctrl-0 = <&pinctrl_lvds_en>;
19*2846c905SEmmanuel Vadot		reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
20*2846c905SEmmanuel Vadot		ivdd-supply = <&reg_buck5>;
21*2846c905SEmmanuel Vadot		ovdd-supply = <&reg_vext_3v3>;
22*2846c905SEmmanuel Vadot		txavcc18-supply = <&reg_buck5>;
23*2846c905SEmmanuel Vadot		txavcc33-supply = <&reg_vext_3v3>;
24*2846c905SEmmanuel Vadot		pvcc1-supply = <&reg_buck5>;
25*2846c905SEmmanuel Vadot		pvcc2-supply = <&reg_buck5>;
26*2846c905SEmmanuel Vadot		avcc-supply = <&reg_vext_3v3>;
27*2846c905SEmmanuel Vadot		anvdd-supply = <&reg_buck5>;
28*2846c905SEmmanuel Vadot		apvdd-supply = <&reg_buck5>;
29*2846c905SEmmanuel Vadot
30*2846c905SEmmanuel Vadot		ports {
31*2846c905SEmmanuel Vadot			#address-cells = <1>;
32*2846c905SEmmanuel Vadot			#size-cells = <0>;
33*2846c905SEmmanuel Vadot
34*2846c905SEmmanuel Vadot			port@2 {
35*2846c905SEmmanuel Vadot				reg = <2>;
36*2846c905SEmmanuel Vadot
37*2846c905SEmmanuel Vadot				it6263_out: endpoint {
38*2846c905SEmmanuel Vadot					remote-endpoint = <&lvds2hdmi_connector_in>;
39*2846c905SEmmanuel Vadot				};
40*2846c905SEmmanuel Vadot			};
41*2846c905SEmmanuel Vadot		};
42*2846c905SEmmanuel Vadot	};
43*2846c905SEmmanuel Vadot};
44