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/imx6ul-tqma6ul1.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-or-later OR MIT)
    2 /*
    3  * Copyright 2018-2022 TQ-Systems GmbH
    4  * Author: Markus Niebel <Markus.Niebel@tq-group.com>
    5  */
    6 
    7 #include "imx6ul-tqma6ul2.dtsi"
    8 
    9 / {
   10         model = "TQ-Systems TQMa6UL1 SoM";
   11         compatible = "tq,imx6ul-tqma6ul1", "fsl,imx6ul";
   12 };
   13 
   14 /*
   15  * There are no module specific differences compared to TQMa6UL2,
   16  * only external interfaces differ
   17  */
   18 
   19 /*
   20  * Devices not available on i.MX6ULG1 and should not be enabled on
   21  * mainboard level (again)
   22  */
   23 &can2 {
   24         status = "disabled";
   25 };
   26 
   27 &csi {
   28         status = "disabled";
   29 };
   30 
   31 &fec2 {
   32         status = "disabled";
   33 };
   34 
   35 &lcdif {
   36         status = "disabled";
   37 };

Cache object: 0bced2c9af46a479cccb3ebd5c7b1fb9


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