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/nvidia/tegra194-p3668-0000.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
    2 #include "tegra194-p3668.dtsi"
    3 
    4 / {
    5         model = "NVIDIA Jetson Xavier NX (SD-card)";
    6         compatible = "nvidia,p3668-0000", "nvidia,tegra194";
    7 
    8         aliases {
    9                 mmc0 = "/bus@0/mmc@3400000";
   10         };
   11 
   12         bus@0 {
   13                 /* SDMMC1 (SD/MMC) */
   14                 mmc@3400000 {
   15                         status = "okay";
   16                         bus-width = <4>;
   17                         cd-gpios = <&gpio TEGRA194_MAIN_GPIO(G, 7) GPIO_ACTIVE_LOW>;
   18                         disable-wp;
   19                         vmmc-supply = <&vdd_3v3_sd>;
   20                 };
   21         };
   22 
   23         vdd_3v3_sd: regulator-vdd-3v3-sd {
   24                 compatible = "regulator-fixed";
   25                 regulator-name = "VDD_3V3_SD";
   26                 regulator-min-microvolt = <3300000>;
   27                 regulator-max-microvolt = <3300000>;
   28                 gpio = <&gpio TEGRA194_MAIN_GPIO(G, 2) GPIO_ACTIVE_HIGH>;
   29                 regulator-boot-on;
   30                 enable-active-high;
   31         };
   32 };

Cache object: bfbb75ee393c0c67113ba8fd021f8f4b


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