The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm64/renesas/rzg2-advantech-idk-1110wr-panel.dtsi

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0
    2 /*
    3  * Device Tree Source for the Advantech idk-1110wr LVDS panel connected
    4  * to RZ/G2 boards
    5  *
    6  * Copyright (C) 2019 Renesas Electronics Corp.
    7  */
    8 
    9 / {
   10         panel-lvds {
   11                 compatible = "advantech,idk-1110wr", "panel-lvds";
   12 
   13                 width-mm = <223>;
   14                 height-mm = <125>;
   15 
   16                 data-mapping = "jeida-24";
   17 
   18                 panel-timing {
   19                         /* 1024x600 @60Hz */
   20                         clock-frequency = <51200000>;
   21                         hactive = <1024>;
   22                         vactive = <600>;
   23                         hsync-len = <240>;
   24                         hfront-porch = <40>;
   25                         hback-porch = <40>;
   26                         vfront-porch = <15>;
   27                         vback-porch = <10>;
   28                         vsync-len = <10>;
   29                 };
   30 
   31                 port {
   32                         panel_in: endpoint {
   33                                 remote-endpoint = <&lvds_connector>;
   34                         };
   35                 };
   36         };
   37 };
   38 
   39 &lvds_connector {
   40         remote-endpoint = <&panel_in>;
   41 };

Cache object: f680678a94e0b846edf36d77023ebd10


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.