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-tqma6ulx-common.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 /*
    8  * Common for
    9  * - TQMa6ULx
   10  * - TQMa6ULLx
   11  */
   12 
   13 &m24c64_50 {
   14         vcc-supply = <&reg_sw2>;
   15 };
   16 
   17 &m24c02_52 {
   18         vcc-supply = <&reg_sw2>;
   19 };
   20 
   21 &reg_sw2 {
   22         regulator-boot-on;
   23         regulator-always-on;
   24 };
   25 
   26 /* eMMC */
   27 &usdhc2 {
   28         vmmc-supply = <&reg_sw2>;
   29         vqmmc-supply = <&reg_vldo4>;
   30 };
   31 
   32 &iomuxc {
   33         pinctrl_qspi: qspigrp {
   34                 fsl,pins = <
   35                         MX6UL_PAD_NAND_WP_B__QSPI_A_SCLK      0x70b9
   36                         MX6UL_PAD_NAND_READY_B__QSPI_A_DATA00 0x70b9
   37                         MX6UL_PAD_NAND_CE0_B__QSPI_A_DATA01   0x70b9
   38                         MX6UL_PAD_NAND_CE1_B__QSPI_A_DATA02   0x70b9
   39                         MX6UL_PAD_NAND_CLE__QSPI_A_DATA03     0x70b9
   40                         MX6UL_PAD_NAND_DQS__QSPI_A_SS0_B      0x70a1
   41                 >;
   42         };
   43 };

Cache object: 1ecae1e4385d6a1522e0e7d41ab38d75


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