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-tqma6ulxl-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  * - TQMa6ULxL
   10  * - TQMa6ULLxL
   11  */
   12 
   13 / {
   14         reg_vin: reg-vin {
   15                 compatible = "regulator-fixed";
   16                 regulator-name = "VIN";
   17                 regulator-min-microvolt = <3300000>;
   18                 regulator-max-microvolt = <3300000>;
   19                 regulator-always-on;
   20         };
   21 };
   22 
   23 &m24c64_50 {
   24         vcc-supply = <&reg_vin>;
   25 };
   26 
   27 &m24c02_52 {
   28         vcc-supply = <&reg_vin>;
   29 };
   30 
   31 /* eMMC */
   32 &usdhc2 {
   33         vmmc-supply = <&reg_vin>;
   34         vqmmc-supply = <&reg_vldo4>;
   35 };
   36 
   37 &iomuxc {
   38         pinctrl_qspi: qspigrp {
   39                 fsl,pins = <
   40                         MX6UL_PAD_NAND_WP_B__QSPI_A_SCLK      0x70a9
   41                         MX6UL_PAD_NAND_READY_B__QSPI_A_DATA00 0x70a9
   42                         MX6UL_PAD_NAND_CE0_B__QSPI_A_DATA01   0x70a9
   43                         MX6UL_PAD_NAND_CE1_B__QSPI_A_DATA02   0x70a9
   44                         MX6UL_PAD_NAND_CLE__QSPI_A_DATA03     0x70a9
   45                         MX6UL_PAD_NAND_DQS__QSPI_A_SS0_B      0x70a1
   46                 >;
   47         };
   48 };

Cache object: 4d46f9813dd8f9bc96261cf936fb780c


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