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/arm64/freescale/imx8mp-verdin-nonwifi.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 2022 Toradex
    4  */
    5 
    6 &gpio5 {
    7         gpio-line-names = "SODIMM_42",
    8                           "SODIMM_46",
    9                           "SODIMM_187",
   10                           "SODIMM_20",
   11                           "SODIMM_22",
   12                           "SODIMM_15",
   13                           "SODIMM_196",
   14                           "SODIMM_200",
   15                           "SODIMM_198",
   16                           "SODIMM_202",
   17                           "SODIMM_164",
   18                           "SODIMM_152",
   19                           "SODIMM_116",
   20                           "SODIMM_128",
   21                           "",
   22                           "",
   23                           "SODIMM_55",
   24                           "SODIMM_53",
   25                           "SODIMM_95",
   26                           "SODIMM_93",
   27                           "SODIMM_14",
   28                           "SODIMM_12",
   29                           "SODIMM_129",
   30                           "SODIMM_131",
   31                           "SODIMM_137",
   32                           "SODIMM_139",
   33                           "SODIMM_147",
   34                           "SODIMM_149",
   35                           "SODIMM_151",
   36                           "SODIMM_153";
   37 };
   38 
   39 &iomuxc {
   40         pinctrl-names = "default";
   41         pinctrl-0 = <&pinctrl_gpio1>, <&pinctrl_gpio2>,
   42                     <&pinctrl_gpio3>, <&pinctrl_gpio4>,
   43                     <&pinctrl_gpio7>, <&pinctrl_gpio8>,
   44                     <&pinctrl_gpio_hog1>, <&pinctrl_gpio_hog2>, <&pinctrl_gpio_hog3>,
   45                     <&pinctrl_hdmi_hog>;
   46 };
   47 
   48 /*
   49  * Verdin UART_4
   50  * Often used by the M7 and then should not be enabled here.
   51  */
   52 &uart4 {
   53         status = "disabled";
   54 };

Cache object: 563b823686514050a31a00dc0ccf7658


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