Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/arch/arm64/boot/dts/renesas/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 508 B image not shown  

Quelle  salvator-panel-aa104xd12.dtso   Sprache: unbekannt

 
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Device Tree overlay for the AA104XD12 panel connected to LVDS0 on a
 * Salvator-X or Salvator-XS board
 *
 * Copyright 2021 Ideas on Board Oy
 */

/dts-v1/;
/plugin/;

&{/} {
#include "panel-aa104xd12.dtsi"
};

&{/panel} {
 backlight = <&backlight>;

 port {
  panel_in: endpoint {
   remote-endpoint = <&lvds0_out>;
  };
 };
};

&lvds0 {
 status = "okay";

 ports {
  port@1 {
   lvds0_out: endpoint {
    remote-endpoint = <&panel_in>;
   };
  };
 };
};

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]