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/arm/omap4-var-dvk-om44.dts

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-only
    2 /*
    3  * Copyright (C) 2014 Joachim Eastwood <manabian@gmail.com>
    4  */
    5 /dts-v1/;
    6 
    7 #include "omap4-var-som-om44.dtsi"
    8 #include "omap4-var-som-om44-wlan.dtsi"
    9 #include "omap4-var-om44customboard.dtsi"
   10 
   11 / {
   12         model = "Variscite VAR-DVK-OM44";
   13         compatible = "variscite,var-dvk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
   14 
   15         aliases {
   16                 display0 = &lcd0;
   17                 display1 = &hdmi0;
   18         };
   19 
   20         lcd0: display {
   21                 compatible = "innolux,at070tn83", "panel-dpi";
   22                 label = "lcd";
   23                 panel-timing {
   24                         clock-frequency = <33333333>;
   25 
   26                         hback-porch = <40>;
   27                         hactive = <800>;
   28                         hfront-porch = <40>;
   29                         hsync-len = <48>;
   30 
   31                         vback-porch = <29>;
   32                         vactive = <480>;
   33                         vfront-porch = <13>;
   34                         vsync-len = <3>;
   35                 };
   36 
   37                 port {
   38                         lcd_in: endpoint {
   39                                 remote-endpoint = <&dpi_out>;
   40                         };
   41                 };
   42         };
   43 
   44         backlight {
   45                 compatible = "gpio-backlight";
   46                 pinctrl-names = "default";
   47                 pinctrl-0 = <&backlight_pins>;
   48 
   49                 gpios = <&gpio4 26 GPIO_ACTIVE_HIGH>; /* gpio 122 */
   50         };
   51 };
   52 
   53 &dss {
   54         pinctrl-names = "default";
   55         pinctrl-0 = <&dss_dpi_pins>;
   56 
   57         port {
   58                 dpi_out: endpoint {
   59                         remote-endpoint = <&lcd_in>;
   60                         data-lines = <24>;
   61                 };
   62         };
   63 };
   64 
   65 &dsi2 {
   66         status = "okay";
   67         vdd-supply = <&vcxio>;
   68 };

Cache object: 5fe60969571621e0c32f6f47a2a2f7d1


[ 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.