mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-16 12:22:33 +02:00
76 lines
981 B
Plaintext
76 lines
981 B
Plaintext
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2021 Alibaba Group Holding Limited.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "light-a-ref.dts"
|
|
|
|
/ {
|
|
display-subsystem {
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
&dpu_enc0 {
|
|
status = "okay";
|
|
|
|
ports {
|
|
/* output */
|
|
port@1 {
|
|
reg = <1>;
|
|
|
|
enc0_out: endpoint {
|
|
remote-endpoint = <&dsi0_in>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
&dpu {
|
|
status = "okay";
|
|
};
|
|
|
|
&dsi0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&dhost_0 {
|
|
ports {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
port@0 {
|
|
reg = <0>;
|
|
|
|
dsi0_in: endpoint {
|
|
remote-endpoint = <&enc0_out>;
|
|
};
|
|
};
|
|
|
|
port@1 {
|
|
reg = <1>;
|
|
|
|
dsi0_out: endpoint {
|
|
remote-endpoint = <&panel0_in>;
|
|
};
|
|
};
|
|
};
|
|
|
|
panel0@0 {
|
|
compatible = "txd,dy800qwxpab";
|
|
reg = <0>;
|
|
backlight = <&lcd0_backlight>;
|
|
reset-gpio = <&gpio1_porta 5 1>; /* active low */
|
|
vdd1v8-supply = <&lcd0_1v8>;
|
|
vspn5v7-supply = <&lcd0_5v7>;
|
|
|
|
port {
|
|
panel0_in: endpoint {
|
|
remote-endpoint = <&dsi0_out>;
|
|
};
|
|
};
|
|
};
|
|
};
|