Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003  * Device Tree overlay for the AA104XD12 panel connected to LVDS0 on a
0004  * Salvator-X or Salvator-XS board
0005  *
0006  * Copyright 2021 Ideas on Board Oy
0007  */
0008 
0009 /dts-v1/;
0010 /plugin/;
0011 
0012 &{/} {
0013 #include "panel-aa104xd12.dtsi"
0014 };
0015 
0016 &{/panel} {
0017         backlight = <&backlight>;
0018 
0019         port {
0020                 panel_in: endpoint {
0021                         remote-endpoint = <&lvds0_out>;
0022                 };
0023         };
0024 };
0025 
0026 &lvds0 {
0027         status = "okay";
0028 
0029         ports {
0030                 port@1 {
0031                         lvds0_out: endpoint {
0032                                 remote-endpoint = <&panel_in>;
0033                         };
0034                 };
0035         };
0036 };