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

tegra234-p3701-0000.dtsi (548B)


      1// SPDX-License-Identifier: GPL-2.0
      2
      3#include "tegra234.dtsi"
      4
      5/ {
      6	model = "NVIDIA Jetson AGX Orin";
      7	compatible = "nvidia,p3701-0000", "nvidia,tegra234";
      8
      9	bus@0 {
     10		spi@3270000 {
     11			status = "okay";
     12
     13			flash@0 {
     14				compatible = "jedec,spi-nor";
     15				reg = <0>;
     16				spi-max-frequency = <102000000>;
     17				spi-tx-bus-width = <4>;
     18				spi-rx-bus-width = <4>;
     19			};
     20		};
     21
     22		mmc@3460000 {
     23			status = "okay";
     24			bus-width = <8>;
     25			non-removable;
     26		};
     27
     28		rtc@c2a0000 {
     29			status = "okay";
     30		};
     31
     32		pmc@c360000 {
     33			nvidia,invert-interrupt;
     34		};
     35	};
     36};