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/imx6q-icore-ofcap10.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+ OR MIT)
    2 /*
    3  * Copyright (C) 2016 Amarula Solutions B.V.
    4  * Copyright (C) 2016 Engicam S.r.l.
    5  */
    6 
    7 /dts-v1/;
    8 
    9 #include "imx6q.dtsi"
   10 #include "imx6qdl-icore.dtsi"
   11 
   12 / {
   13         model = "Engicam i.CoreM6 Quad/Dual OpenFrame Capacitive touch 10.1 Kit";
   14         compatible = "engicam,imx6-icore", "fsl,imx6q";
   15 
   16         panel {
   17                 compatible = "ampire,am-1280800n3tzqw-t00h";
   18                 backlight = <&backlight_lvds>;
   19 
   20                 port {
   21                         panel_in: endpoint {
   22                                 remote-endpoint = <&lvds0_out>;
   23                         };
   24                 };
   25         };
   26 };
   27 
   28 &ldb {
   29         status = "okay";
   30 
   31         lvds-channel@0 {
   32                 fsl,data-mapping = "spwg";
   33                 fsl,data-width = <24>;
   34                 status = "okay";
   35 
   36                 port@4 {
   37                         reg = <4>;
   38 
   39                         lvds0_out: endpoint {
   40                                 remote-endpoint = <&panel_in>;
   41                         };
   42                 };
   43         };
   44 };

Cache object: 6084ef8deedf329e70ed806ca99e4590


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