cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

tegra194-p3668-0001.dtsi (401B)


      1// SPDX-License-Identifier: GPL-2.0
      2#include "tegra194-p3668.dtsi"
      3
      4/ {
      5	model = "NVIDIA Jetson Xavier NX (eMMC)";
      6	compatible = "nvidia,p3668-0001", "nvidia,tegra194";
      7
      8	aliases {
      9		mmc0 = "/bus@0/mmc@3460000";
     10	};
     11
     12	bus@0 {
     13		/* SDMMC4 (eMMC) */
     14		mmc@3460000 {
     15			status = "okay";
     16			bus-width = <8>;
     17			non-removable;
     18
     19			vqmmc-supply = <&vdd_1v8ls>;
     20			vmmc-supply = <&vdd_emmc_3v3>;
     21		};
     22	};
     23};