Linux Audio

Check our new training course

Embedded Linux training

Mar 31-Apr 8, 2025
Register
Loading...
v6.13.7
   1// SPDX-License-Identifier: GPL-2.0
   2#include <dt-bindings/clock/tegra124-car.h>
   3#include <dt-bindings/gpio/tegra-gpio.h>
   4#include <dt-bindings/memory/tegra124-mc.h>
   5#include <dt-bindings/pinctrl/pinctrl-tegra.h>
   6#include <dt-bindings/pinctrl/pinctrl-tegra-xusb.h>
   7#include <dt-bindings/interrupt-controller/arm-gic.h>
   8#include <dt-bindings/thermal/tegra124-soctherm.h>
   9#include <dt-bindings/soc/tegra-pmc.h>
  10
  11#include "tegra132-peripherals-opp.dtsi"
  12
  13/ {
  14	compatible = "nvidia,tegra132", "nvidia,tegra124";
  15	interrupt-parent = <&lic>;
  16	#address-cells = <2>;
  17	#size-cells = <2>;
  18
  19	pcie@1003000 {
  20		compatible = "nvidia,tegra124-pcie";
  21		device_type = "pci";
  22		reg = <0x0 0x01003000 0x0 0x00000800>, /* PADS registers */
  23		      <0x0 0x01003800 0x0 0x00000800>, /* AFI registers */
  24		      <0x0 0x02000000 0x0 0x10000000>; /* configuration space */
  25		reg-names = "pads", "afi", "cs";
  26		interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */
  27			     <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
  28		interrupt-names = "intr", "msi";
  29
  30		#interrupt-cells = <1>;
  31		interrupt-map-mask = <0 0 0 0>;
  32		interrupt-map = <0 0 0 0 &gic GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
  33
  34		bus-range = <0x00 0xff>;
  35		#address-cells = <3>;
  36		#size-cells = <2>;
  37
  38		ranges = <0x02000000 0 0x01000000 0x0 0x01000000 0 0x00001000>, /* port 0 configuration space */
  39			 <0x02000000 0 0x01001000 0x0 0x01001000 0 0x00001000>, /* port 1 configuration space */
  40			 <0x01000000 0 0x0        0x0 0x12000000 0 0x00010000>, /* downstream I/O (64 KiB) */
  41			 <0x02000000 0 0x13000000 0x0 0x13000000 0 0x0d000000>, /* non-prefetchable memory (208 MiB) */
  42			 <0x42000000 0 0x20000000 0x0 0x20000000 0 0x20000000>; /* prefetchable memory (512 MiB) */
  43
  44		clocks = <&tegra_car TEGRA124_CLK_PCIE>,
  45			 <&tegra_car TEGRA124_CLK_AFI>,
  46			 <&tegra_car TEGRA124_CLK_PLL_E>,
  47			 <&tegra_car TEGRA124_CLK_CML0>;
  48		clock-names = "pex", "afi", "pll_e", "cml";
  49		resets = <&tegra_car 70>,
  50			 <&tegra_car 72>,
  51			 <&tegra_car 74>;
  52		reset-names = "pex", "afi", "pcie_x";
  53		status = "disabled";
  54
  55		pci@1,0 {
  56			device_type = "pci";
  57			assigned-addresses = <0x82000800 0 0x01000000 0 0x1000>;
  58			reg = <0x000800 0 0 0 0>;
  59			bus-range = <0x00 0xff>;
  60			status = "disabled";
  61
  62			#address-cells = <3>;
  63			#size-cells = <2>;
  64			ranges;
  65
  66			nvidia,num-lanes = <2>;
  67		};
  68
  69		pci@2,0 {
  70			device_type = "pci";
  71			assigned-addresses = <0x82001000 0 0x01001000 0 0x1000>;
  72			reg = <0x001000 0 0 0 0>;
  73			bus-range = <0x00 0xff>;
  74			status = "disabled";
  75
  76			#address-cells = <3>;
  77			#size-cells = <2>;
  78			ranges;
  79
  80			nvidia,num-lanes = <1>;
  81		};
  82	};
  83
  84	host1x@50000000 {
  85		compatible = "nvidia,tegra132-host1x",
  86			     "nvidia,tegra124-host1x";
  87		reg = <0x0 0x50000000 0x0 0x00034000>;
  88		interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
  89			     <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
  90		interrupt-names = "syncpt", "host1x";
  91		clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
  92		clock-names = "host1x";
  93		resets = <&tegra_car 28>;
  94		reset-names = "host1x";
  95
  96		iommus = <&mc TEGRA_SWGROUP_HC>;
  97
  98		#address-cells = <2>;
  99		#size-cells = <2>;
 100
 101		ranges = <0 0x54000000 0 0x54000000 0 0x01000000>;
 102
 103		dc@54200000 {
 104			compatible = "nvidia,tegra124-dc";
 105			reg = <0x0 0x54200000 0x0 0x00040000>;
 106			interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
 107			clocks = <&tegra_car TEGRA124_CLK_DISP1>;
 108			clock-names = "dc";
 109			resets = <&tegra_car 27>;
 110			reset-names = "dc";
 111
 112			iommus = <&mc TEGRA_SWGROUP_DC>;
 113
 114			nvidia,head = <0>;
 115		};
 116
 117		dc@54240000 {
 118			compatible = "nvidia,tegra124-dc";
 119			reg = <0x0 0x54240000 0x0 0x00040000>;
 120			interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
 121			clocks = <&tegra_car TEGRA124_CLK_DISP2>;
 122			clock-names = "dc";
 123			resets = <&tegra_car 26>;
 124			reset-names = "dc";
 125
 126			iommus = <&mc TEGRA_SWGROUP_DCB>;
 127
 128			nvidia,head = <1>;
 129		};
 130
 131		hdmi@54280000 {
 132			compatible = "nvidia,tegra124-hdmi";
 133			reg = <0x0 0x54280000 0x0 0x00040000>;
 134			interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
 135			clocks = <&tegra_car TEGRA124_CLK_HDMI>,
 136				 <&tegra_car TEGRA124_CLK_PLL_D2_OUT0>;
 137			clock-names = "hdmi", "parent";
 138			resets = <&tegra_car 51>;
 139			reset-names = "hdmi";
 140			status = "disabled";
 141		};
 142
 143		sor@54540000 {
 144			compatible = "nvidia,tegra124-sor";
 145			reg = <0x0 0x54540000 0x0 0x00040000>;
 146			interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
 147			clocks = <&tegra_car TEGRA124_CLK_SOR0>,
 148				 <&tegra_car TEGRA124_CLK_SOR0_OUT>,
 149				 <&tegra_car TEGRA124_CLK_PLL_D_OUT0>,
 150				 <&tegra_car TEGRA124_CLK_PLL_DP>,
 151				 <&tegra_car TEGRA124_CLK_CLK_M>;
 152			clock-names = "sor", "out", "parent", "dp", "safe";
 153			resets = <&tegra_car 182>;
 154			reset-names = "sor";
 155			status = "disabled";
 156		};
 157
 158		dpaux: dpaux@545c0000 {
 159			compatible = "nvidia,tegra124-dpaux";
 160			reg = <0x0 0x545c0000 0x0 0x00040000>;
 161			interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
 162			clocks = <&tegra_car TEGRA124_CLK_DPAUX>,
 163				 <&tegra_car TEGRA124_CLK_PLL_DP>;
 164			clock-names = "dpaux", "parent";
 165			resets = <&tegra_car 181>;
 166			reset-names = "dpaux";
 167			status = "disabled";
 168
 169			i2c-bus {
 170				#address-cells = <1>;
 171				#size-cells = <0>;
 172			};
 173		};
 174	};
 175
 176	gic: interrupt-controller@50041000 {
 177		compatible = "arm,cortex-a15-gic";
 178		#interrupt-cells = <3>;
 179		interrupt-controller;
 180		reg = <0x0 0x50041000 0x0 0x1000>,
 181		      <0x0 0x50042000 0x0 0x2000>,
 182		      <0x0 0x50044000 0x0 0x2000>,
 183		      <0x0 0x50046000 0x0 0x2000>;
 184		interrupts = <GIC_PPI 9
 185			(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
 186		interrupt-parent = <&gic>;
 187	};
 188
 189	gpu@57000000 {
 190		compatible = "nvidia,gk20a";
 191		reg = <0x0 0x57000000 0x0 0x01000000>,
 192		      <0x0 0x58000000 0x0 0x01000000>;
 193		interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
 194			     <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
 195		interrupt-names = "stall", "nonstall";
 196		clocks = <&tegra_car TEGRA124_CLK_GPU>,
 197			 <&tegra_car TEGRA124_CLK_PLL_P_OUT5>;
 198		clock-names = "gpu", "pwr";
 199		resets = <&tegra_car 184>;
 200		reset-names = "gpu";
 201		status = "disabled";
 202	};
 203
 204	lic: interrupt-controller@60004000 {
 205		compatible = "nvidia,tegra124-ictlr", "nvidia,tegra30-ictlr";
 206		reg = <0x0 0x60004000 0x0 0x100>,
 207		      <0x0 0x60004100 0x0 0x100>,
 208		      <0x0 0x60004200 0x0 0x100>,
 209		      <0x0 0x60004300 0x0 0x100>,
 210		      <0x0 0x60004400 0x0 0x100>;
 211		interrupt-controller;
 212		#interrupt-cells = <3>;
 213		interrupt-parent = <&gic>;
 214	};
 215
 216	timer@60005000 {
 217		compatible = "nvidia,tegra124-timer", "nvidia,tegra30-timer";
 218		reg = <0x0 0x60005000 0x0 0x400>;
 219		interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
 220			     <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
 221			     <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
 222			     <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
 223			     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
 224			     <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
 225		clocks = <&tegra_car TEGRA124_CLK_TIMER>;
 226		clock-names = "timer";
 227	};
 228
 229	tegra_car: clock@60006000 {
 230		compatible = "nvidia,tegra132-car";
 231		reg = <0x0 0x60006000 0x0 0x1000>;
 232		#clock-cells = <1>;
 233		#reset-cells = <1>;
 234		nvidia,external-memory-controller = <&emc>;
 235	};
 236
 237	flow-controller@60007000 {
 238		compatible = "nvidia,tegra132-flowctrl", "nvidia,tegra124-flowctrl";
 239		reg = <0x0 0x60007000 0x0 0x1000>;
 240	};
 241
 242	actmon@6000c800 {
 243		compatible = "nvidia,tegra124-actmon";
 244		reg = <0x0 0x6000c800 0x0 0x400>;
 245		interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
 246		clocks = <&tegra_car TEGRA124_CLK_ACTMON>,
 247			 <&tegra_car TEGRA124_CLK_EMC>;
 248		clock-names = "actmon", "emc";
 249		resets = <&tegra_car 119>;
 250		reset-names = "actmon";
 251		operating-points-v2 = <&emc_bw_dfs_opp_table>;
 252		interconnects = <&mc TEGRA124_MC_MPCORER &emc>;
 253		interconnect-names = "cpu-read";
 254		#cooling-cells = <2>;
 255	};
 256
 257	gpio: gpio@6000d000 {
 258		compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
 259		reg = <0x0 0x6000d000 0x0 0x1000>;
 260		interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
 261			     <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
 262			     <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
 263			     <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
 264			     <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
 265			     <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
 266			     <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
 267			     <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
 268		#gpio-cells = <2>;
 269		gpio-controller;
 270		#interrupt-cells = <2>;
 271		interrupt-controller;
 272	};
 273
 274	apbdma: dma@60020000 {
 275		compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma";
 276		reg = <0x0 0x60020000 0x0 0x1400>;
 277		interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
 278			     <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
 279			     <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
 280			     <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
 281			     <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
 282			     <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
 283			     <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
 284			     <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
 285			     <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
 286			     <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
 287			     <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
 288			     <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
 289			     <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
 290			     <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
 291			     <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
 292			     <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
 293			     <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
 294			     <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
 295			     <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
 296			     <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
 297			     <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
 298			     <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
 299			     <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
 300			     <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
 301			     <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
 302			     <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
 303			     <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
 304			     <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
 305			     <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
 306			     <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
 307			     <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
 308			     <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
 309		clocks = <&tegra_car TEGRA124_CLK_APBDMA>;
 310		clock-names = "dma";
 311		resets = <&tegra_car 34>;
 312		reset-names = "dma";
 313		#dma-cells = <1>;
 314	};
 315
 316	apbmisc@70000800 {
 317		compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc";
 318		reg = <0x0 0x70000800 0x0 0x64>,   /* Chip revision */
 319		      <0x0 0x7000e864 0x0 0x04>;   /* Strapping options */
 320	};
 321
 322	pinmux: pinmux@70000868 {
 323		compatible = "nvidia,tegra124-pinmux";
 324		reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */
 325		      <0x0 0x70003000 0x0 0x434>, /* Mux registers */
 326		      <0x0 0x70000820 0x0 0x008>; /* MIPI pad control */
 327	};
 328
 329	/*
 330	 * There are two serial driver i.e. 8250 based simple serial
 331	 * driver and APB DMA based serial driver for higher baudrate
 332	 * and performance. To enable the 8250 based driver, the compatible
 333	 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
 334	 * the APB DMA based serial driver, the compatible is
 335	 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
 336	 */
 337	uarta: serial@70006000 {
 338		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
 339		reg = <0x0 0x70006000 0x0 0x40>;
 340		reg-shift = <2>;
 341		interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
 342		clocks = <&tegra_car TEGRA124_CLK_UARTA>;
 
 343		resets = <&tegra_car 6>;
 
 344		dmas = <&apbdma 8>, <&apbdma 8>;
 345		dma-names = "rx", "tx";
 346		status = "disabled";
 347	};
 348
 349	uartb: serial@70006040 {
 350		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
 351		reg = <0x0 0x70006040 0x0 0x40>;
 352		reg-shift = <2>;
 353		interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
 354		clocks = <&tegra_car TEGRA124_CLK_UARTB>;
 
 355		resets = <&tegra_car 7>;
 
 356		dmas = <&apbdma 9>, <&apbdma 9>;
 357		dma-names = "rx", "tx";
 358		status = "disabled";
 359	};
 360
 361	uartc: serial@70006200 {
 362		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
 363		reg = <0x0 0x70006200 0x0 0x40>;
 364		reg-shift = <2>;
 365		interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
 366		clocks = <&tegra_car TEGRA124_CLK_UARTC>;
 
 367		resets = <&tegra_car 55>;
 
 368		dmas = <&apbdma 10>, <&apbdma 10>;
 369		dma-names = "rx", "tx";
 370		status = "disabled";
 371	};
 372
 373	uartd: serial@70006300 {
 374		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
 375		reg = <0x0 0x70006300 0x0 0x40>;
 376		reg-shift = <2>;
 377		interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
 378		clocks = <&tegra_car TEGRA124_CLK_UARTD>;
 
 379		resets = <&tegra_car 65>;
 
 380		dmas = <&apbdma 19>, <&apbdma 19>;
 381		dma-names = "rx", "tx";
 382		status = "disabled";
 383	};
 384
 385	pwm: pwm@7000a000 {
 386		compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
 387		reg = <0x0 0x7000a000 0x0 0x100>;
 388		#pwm-cells = <2>;
 389		clocks = <&tegra_car TEGRA124_CLK_PWM>;
 390		resets = <&tegra_car 17>;
 391		reset-names = "pwm";
 392		status = "disabled";
 393	};
 394
 395	i2c@7000c000 {
 396		compatible = "nvidia,tegra124-i2c";
 397		reg = <0x0 0x7000c000 0x0 0x100>;
 398		interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
 399		#address-cells = <1>;
 400		#size-cells = <0>;
 401		clocks = <&tegra_car TEGRA124_CLK_I2C1>;
 402		clock-names = "div-clk";
 403		resets = <&tegra_car 12>;
 404		reset-names = "i2c";
 405		dmas = <&apbdma 21>, <&apbdma 21>;
 406		dma-names = "rx", "tx";
 407		status = "disabled";
 408	};
 409
 410	i2c@7000c400 {
 411		compatible = "nvidia,tegra124-i2c";
 412		reg = <0x0 0x7000c400 0x0 0x100>;
 413		interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
 414		#address-cells = <1>;
 415		#size-cells = <0>;
 416		clocks = <&tegra_car TEGRA124_CLK_I2C2>;
 417		clock-names = "div-clk";
 418		resets = <&tegra_car 54>;
 419		reset-names = "i2c";
 420		dmas = <&apbdma 22>, <&apbdma 22>;
 421		dma-names = "rx", "tx";
 422		status = "disabled";
 423	};
 424
 425	i2c@7000c500 {
 426		compatible = "nvidia,tegra124-i2c";
 427		reg = <0x0 0x7000c500 0x0 0x100>;
 428		interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
 429		#address-cells = <1>;
 430		#size-cells = <0>;
 431		clocks = <&tegra_car TEGRA124_CLK_I2C3>;
 432		clock-names = "div-clk";
 433		resets = <&tegra_car 67>;
 434		reset-names = "i2c";
 435		dmas = <&apbdma 23>, <&apbdma 23>;
 436		dma-names = "rx", "tx";
 437		status = "disabled";
 438	};
 439
 440	i2c@7000c700 {
 441		compatible = "nvidia,tegra124-i2c";
 442		reg = <0x0 0x7000c700 0x0 0x100>;
 443		interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
 444		#address-cells = <1>;
 445		#size-cells = <0>;
 446		clocks = <&tegra_car TEGRA124_CLK_I2C4>;
 447		clock-names = "div-clk";
 448		resets = <&tegra_car 103>;
 449		reset-names = "i2c";
 450		dmas = <&apbdma 26>, <&apbdma 26>;
 451		dma-names = "rx", "tx";
 452		status = "disabled";
 453	};
 454
 455	i2c@7000d000 {
 456		compatible = "nvidia,tegra124-i2c";
 457		reg = <0x0 0x7000d000 0x0 0x100>;
 458		interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
 459		#address-cells = <1>;
 460		#size-cells = <0>;
 461		clocks = <&tegra_car TEGRA124_CLK_I2C5>;
 462		clock-names = "div-clk";
 463		resets = <&tegra_car 47>;
 464		reset-names = "i2c";
 465		dmas = <&apbdma 24>, <&apbdma 24>;
 466		dma-names = "rx", "tx";
 467		status = "disabled";
 468	};
 469
 470	i2c@7000d100 {
 471		compatible = "nvidia,tegra124-i2c";
 472		reg = <0x0 0x7000d100 0x0 0x100>;
 473		interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
 474		#address-cells = <1>;
 475		#size-cells = <0>;
 476		clocks = <&tegra_car TEGRA124_CLK_I2C6>;
 477		clock-names = "div-clk";
 478		resets = <&tegra_car 166>;
 479		reset-names = "i2c";
 480		dmas = <&apbdma 30>, <&apbdma 30>;
 481		dma-names = "rx", "tx";
 482		status = "disabled";
 483	};
 484
 485	spi@7000d400 {
 486		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
 487		reg = <0x0 0x7000d400 0x0 0x200>;
 488		interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
 489		#address-cells = <1>;
 490		#size-cells = <0>;
 491		clocks = <&tegra_car TEGRA124_CLK_SBC1>;
 492		clock-names = "spi";
 493		resets = <&tegra_car 41>;
 494		reset-names = "spi";
 495		dmas = <&apbdma 15>, <&apbdma 15>;
 496		dma-names = "rx", "tx";
 497		status = "disabled";
 498	};
 499
 500	spi@7000d600 {
 501		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
 502		reg = <0x0 0x7000d600 0x0 0x200>;
 503		interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
 504		#address-cells = <1>;
 505		#size-cells = <0>;
 506		clocks = <&tegra_car TEGRA124_CLK_SBC2>;
 507		clock-names = "spi";
 508		resets = <&tegra_car 44>;
 509		reset-names = "spi";
 510		dmas = <&apbdma 16>, <&apbdma 16>;
 511		dma-names = "rx", "tx";
 512		status = "disabled";
 513	};
 514
 515	spi@7000d800 {
 516		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
 517		reg = <0x0 0x7000d800 0x0 0x200>;
 518		interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
 519		#address-cells = <1>;
 520		#size-cells = <0>;
 521		clocks = <&tegra_car TEGRA124_CLK_SBC3>;
 522		clock-names = "spi";
 523		resets = <&tegra_car 46>;
 524		reset-names = "spi";
 525		dmas = <&apbdma 17>, <&apbdma 17>;
 526		dma-names = "rx", "tx";
 527		status = "disabled";
 528	};
 529
 530	spi@7000da00 {
 531		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
 532		reg = <0x0 0x7000da00 0x0 0x200>;
 533		interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
 534		#address-cells = <1>;
 535		#size-cells = <0>;
 536		clocks = <&tegra_car TEGRA124_CLK_SBC4>;
 537		clock-names = "spi";
 538		resets = <&tegra_car 68>;
 539		reset-names = "spi";
 540		dmas = <&apbdma 18>, <&apbdma 18>;
 541		dma-names = "rx", "tx";
 542		status = "disabled";
 543	};
 544
 545	spi@7000dc00 {
 546		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
 547		reg = <0x0 0x7000dc00 0x0 0x200>;
 548		interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
 549		#address-cells = <1>;
 550		#size-cells = <0>;
 551		clocks = <&tegra_car TEGRA124_CLK_SBC5>;
 552		clock-names = "spi";
 553		resets = <&tegra_car 104>;
 554		reset-names = "spi";
 555		dmas = <&apbdma 27>, <&apbdma 27>;
 556		dma-names = "rx", "tx";
 557		status = "disabled";
 558	};
 559
 560	spi@7000de00 {
 561		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
 562		reg = <0x0 0x7000de00 0x0 0x200>;
 563		interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
 564		#address-cells = <1>;
 565		#size-cells = <0>;
 566		clocks = <&tegra_car TEGRA124_CLK_SBC6>;
 567		clock-names = "spi";
 568		resets = <&tegra_car 105>;
 569		reset-names = "spi";
 570		dmas = <&apbdma 28>, <&apbdma 28>;
 571		dma-names = "rx", "tx";
 572		status = "disabled";
 573	};
 574
 575	tegra_rtc: rtc@7000e000 {
 576		compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc";
 577		reg = <0x0 0x7000e000 0x0 0x100>;
 578		interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
 579		clocks = <&tegra_car TEGRA124_CLK_RTC>;
 580		clock-names = "rtc";
 581	};
 582
 583	tegra_pmc: pmc@7000e400 {
 584		compatible = "nvidia,tegra124-pmc";
 585		reg = <0x0 0x7000e400 0x0 0x400>;
 586		clocks = <&tegra_car TEGRA124_CLK_PCLK>, <&clk32k_in>;
 587		clock-names = "pclk", "clk32k_in";
 588		#clock-cells = <1>;
 589	};
 590
 591	fuse@7000f800 {
 592		compatible = "nvidia,tegra124-efuse";
 593		reg = <0x0 0x7000f800 0x0 0x400>;
 594		clocks = <&tegra_car TEGRA124_CLK_FUSE>;
 595		clock-names = "fuse";
 596		resets = <&tegra_car 39>;
 597		reset-names = "fuse";
 598	};
 599
 600	mc: memory-controller@70019000 {
 601		compatible = "nvidia,tegra132-mc";
 602		reg = <0x0 0x70019000 0x0 0x1000>;
 603		clocks = <&tegra_car TEGRA124_CLK_MC>;
 604		clock-names = "mc";
 605
 606		interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
 607
 608		#iommu-cells = <1>;
 609		#reset-cells = <1>;
 610		#interconnect-cells = <1>;
 611	};
 612
 613	emc: external-memory-controller@7001b000 {
 614		compatible = "nvidia,tegra132-emc", "nvidia,tegra124-emc";
 615		reg = <0x0 0x7001b000 0x0 0x1000>;
 616		clocks = <&tegra_car TEGRA124_CLK_EMC>;
 617		clock-names = "emc";
 618
 619		nvidia,memory-controller = <&mc>;
 620		operating-points-v2 = <&emc_icc_dvfs_opp_table>;
 621
 622		#interconnect-cells = <0>;
 623	};
 624
 625	sata@70020000 {
 626		compatible = "nvidia,tegra124-ahci";
 627		reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */
 628		      <0x0 0x70020000 0x0 0x7000>; /* SATA */
 629		interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
 630		clocks = <&tegra_car TEGRA124_CLK_SATA>,
 631			 <&tegra_car TEGRA124_CLK_SATA_OOB>;
 632		clock-names = "sata", "sata-oob";
 633		resets = <&tegra_car 124>,
 634			 <&tegra_car 129>,
 635			 <&tegra_car 123>;
 636		reset-names = "sata", "sata-cold", "sata-oob";
 637		status = "disabled";
 638	};
 639
 640	hda@70030000 {
 641		compatible = "nvidia,tegra132-hda", "nvidia,tegra124-hda",
 642			     "nvidia,tegra30-hda";
 643		reg = <0x0 0x70030000 0x0 0x10000>;
 644		interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
 645		clocks = <&tegra_car TEGRA124_CLK_HDA>,
 646		         <&tegra_car TEGRA124_CLK_HDA2HDMI>,
 647			 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
 648		clock-names = "hda", "hda2hdmi", "hda2codec_2x";
 649		resets = <&tegra_car 125>, /* hda */
 650			 <&tegra_car 128>, /* hda2hdmi */
 651			 <&tegra_car 111>; /* hda2codec_2x */
 652		reset-names = "hda", "hda2hdmi", "hda2codec_2x";
 653		status = "disabled";
 654	};
 655
 656	usb@70090000 {
 657		compatible = "nvidia,tegra132-xusb", "nvidia,tegra124-xusb";
 658		reg = <0x0 0x70090000 0x0 0x8000>,
 659		      <0x0 0x70098000 0x0 0x1000>,
 660		      <0x0 0x70099000 0x0 0x1000>;
 661		reg-names = "hcd", "fpci", "ipfs";
 662
 663		interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
 664			     <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
 665
 666		clocks = <&tegra_car TEGRA124_CLK_XUSB_HOST>,
 667			 <&tegra_car TEGRA124_CLK_XUSB_HOST_SRC>,
 668			 <&tegra_car TEGRA124_CLK_XUSB_FALCON_SRC>,
 669			 <&tegra_car TEGRA124_CLK_XUSB_SS>,
 670			 <&tegra_car TEGRA124_CLK_XUSB_SS_DIV2>,
 671			 <&tegra_car TEGRA124_CLK_XUSB_SS_SRC>,
 672			 <&tegra_car TEGRA124_CLK_XUSB_HS_SRC>,
 673			 <&tegra_car TEGRA124_CLK_XUSB_FS_SRC>,
 674			 <&tegra_car TEGRA124_CLK_PLL_U_480M>,
 675			 <&tegra_car TEGRA124_CLK_CLK_M>,
 676			 <&tegra_car TEGRA124_CLK_PLL_E>;
 677		clock-names = "xusb_host", "xusb_host_src",
 678			      "xusb_falcon_src", "xusb_ss",
 679			      "xusb_ss_div2", "xusb_ss_src",
 680			      "xusb_hs_src", "xusb_fs_src",
 681			      "pll_u_480m", "clk_m", "pll_e";
 682		resets = <&tegra_car 89>, <&tegra_car 156>,
 683			 <&tegra_car 143>;
 684		reset-names = "xusb_host", "xusb_ss", "xusb_src";
 685
 686		nvidia,xusb-padctl = <&padctl>;
 687
 688		status = "disabled";
 689	};
 690
 691	padctl: padctl@7009f000 {
 692		compatible = "nvidia,tegra132-xusb-padctl",
 693			     "nvidia,tegra124-xusb-padctl";
 694		reg = <0x0 0x7009f000 0x0 0x1000>;
 695		resets = <&tegra_car 142>;
 696		reset-names = "padctl";
 697
 698		pads {
 699			usb2 {
 700				status = "disabled";
 701
 702				lanes {
 703					usb2-0 {
 704						status = "disabled";
 705						#phy-cells = <0>;
 706					};
 707
 708					usb2-1 {
 709						status = "disabled";
 710						#phy-cells = <0>;
 711					};
 712
 713					usb2-2 {
 714						status = "disabled";
 715						#phy-cells = <0>;
 716					};
 717				};
 718			};
 719
 720			ulpi {
 721				status = "disabled";
 722
 723				lanes {
 724					ulpi-0 {
 725						status = "disabled";
 726						#phy-cells = <0>;
 727					};
 728				};
 729			};
 730
 731			hsic {
 732				status = "disabled";
 733
 734				lanes {
 735					hsic-0 {
 736						status = "disabled";
 737						#phy-cells = <0>;
 738					};
 739
 740					hsic-1 {
 741						status = "disabled";
 742						#phy-cells = <0>;
 743					};
 744				};
 745			};
 746
 747			pcie {
 748				status = "disabled";
 749
 750				lanes {
 751					pcie-0 {
 752						status = "disabled";
 753						#phy-cells = <0>;
 754					};
 755
 756					pcie-1 {
 757						status = "disabled";
 758						#phy-cells = <0>;
 759					};
 760
 761					pcie-2 {
 762						status = "disabled";
 763						#phy-cells = <0>;
 764					};
 765
 766					pcie-3 {
 767						status = "disabled";
 768						#phy-cells = <0>;
 769					};
 770
 771					pcie-4 {
 772						status = "disabled";
 773						#phy-cells = <0>;
 774					};
 775				};
 776			};
 777
 778			sata {
 779				status = "disabled";
 780
 781				lanes {
 782					sata-0 {
 783						status = "disabled";
 784						#phy-cells = <0>;
 785					};
 786				};
 787			};
 788		};
 789
 790		ports {
 791			usb2-0 {
 792				status = "disabled";
 793			};
 794
 795			usb2-1 {
 796				status = "disabled";
 797			};
 798
 799			usb2-2 {
 800				status = "disabled";
 801			};
 802
 803			hsic-0 {
 804				status = "disabled";
 805			};
 806
 807			hsic-1 {
 808				status = "disabled";
 809			};
 810
 811			usb3-0 {
 812				status = "disabled";
 813			};
 814
 815			usb3-1 {
 816				status = "disabled";
 817			};
 818		};
 819	};
 820
 821	mmc@700b0000 {
 822		compatible = "nvidia,tegra124-sdhci";
 823		reg = <0x0 0x700b0000 0x0 0x200>;
 824		interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
 825		clocks = <&tegra_car TEGRA124_CLK_SDMMC1>;
 826		clock-names = "sdhci";
 827		resets = <&tegra_car 14>;
 828		reset-names = "sdhci";
 829		status = "disabled";
 830	};
 831
 832	mmc@700b0200 {
 833		compatible = "nvidia,tegra124-sdhci";
 834		reg = <0x0 0x700b0200 0x0 0x200>;
 835		interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
 836		clocks = <&tegra_car TEGRA124_CLK_SDMMC2>;
 837		clock-names = "sdhci";
 838		resets = <&tegra_car 9>;
 839		reset-names = "sdhci";
 840		status = "disabled";
 841	};
 842
 843	mmc@700b0400 {
 844		compatible = "nvidia,tegra124-sdhci";
 845		reg = <0x0 0x700b0400 0x0 0x200>;
 846		interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
 847		clocks = <&tegra_car TEGRA124_CLK_SDMMC3>;
 848		clock-names = "sdhci";
 849		resets = <&tegra_car 69>;
 850		reset-names = "sdhci";
 851		status = "disabled";
 852	};
 853
 854	mmc@700b0600 {
 855		compatible = "nvidia,tegra124-sdhci";
 856		reg = <0x0 0x700b0600 0x0 0x200>;
 857		interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
 858		clocks = <&tegra_car TEGRA124_CLK_SDMMC4>;
 859		clock-names = "sdhci";
 860		resets = <&tegra_car 15>;
 861		reset-names = "sdhci";
 862		status = "disabled";
 863	};
 864
 865	soctherm: thermal-sensor@700e2000 {
 866		compatible = "nvidia,tegra132-soctherm";
 867		reg = <0x0 0x700e2000 0x0 0x600>, /* 0: SOC_THERM reg_base */
 868		      <0x0 0x70040000 0x0 0x200>; /* 2: CCROC reg_base */
 869		reg-names = "soctherm-reg", "ccroc-reg";
 870		interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>,
 871			     <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
 872		interrupt-names = "thermal", "edp";
 873		clocks = <&tegra_car TEGRA124_CLK_TSENSOR>,
 874		         <&tegra_car TEGRA124_CLK_SOC_THERM>;
 875		clock-names = "tsensor", "soctherm";
 876		resets = <&tegra_car 78>;
 877		reset-names = "soctherm";
 878		#thermal-sensor-cells = <1>;
 879
 880		throttle-cfgs {
 881			throttle_heavy: heavy {
 882				nvidia,priority = <100>;
 883				nvidia,cpu-throt-level = <TEGRA_SOCTHERM_THROT_LEVEL_HIGH>;
 884
 885				#cooling-cells = <2>;
 886			};
 887		};
 888	};
 889
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 890	ahub@70300000 {
 891		compatible = "nvidia,tegra124-ahub";
 892		reg = <0x0 0x70300000 0x0 0x200>,
 893		      <0x0 0x70300800 0x0 0x800>,
 894		      <0x0 0x70300200 0x0 0x600>;
 895		interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
 896		clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>,
 897			 <&tegra_car TEGRA124_CLK_APBIF>;
 898		clock-names = "d_audio", "apbif";
 899		resets = <&tegra_car 106>, /* d_audio */
 900			 <&tegra_car 107>, /* apbif */
 901			 <&tegra_car 30>,  /* i2s0 */
 902			 <&tegra_car 11>,  /* i2s1 */
 903			 <&tegra_car 18>,  /* i2s2 */
 904			 <&tegra_car 101>, /* i2s3 */
 905			 <&tegra_car 102>, /* i2s4 */
 906			 <&tegra_car 108>, /* dam0 */
 907			 <&tegra_car 109>, /* dam1 */
 908			 <&tegra_car 110>, /* dam2 */
 909			 <&tegra_car 10>,  /* spdif */
 910			 <&tegra_car 153>, /* amx */
 911			 <&tegra_car 185>, /* amx1 */
 912			 <&tegra_car 154>, /* adx */
 913			 <&tegra_car 180>, /* adx1 */
 914			 <&tegra_car 186>, /* afc0 */
 915			 <&tegra_car 187>, /* afc1 */
 916			 <&tegra_car 188>, /* afc2 */
 917			 <&tegra_car 189>, /* afc3 */
 918			 <&tegra_car 190>, /* afc4 */
 919			 <&tegra_car 191>; /* afc5 */
 920		reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
 921			      "i2s3", "i2s4", "dam0", "dam1", "dam2",
 922			      "spdif", "amx", "amx1", "adx", "adx1",
 923			      "afc0", "afc1", "afc2", "afc3", "afc4", "afc5";
 924		dmas = <&apbdma 1>, <&apbdma 1>,
 925		       <&apbdma 2>, <&apbdma 2>,
 926		       <&apbdma 3>, <&apbdma 3>,
 927		       <&apbdma 4>, <&apbdma 4>,
 928		       <&apbdma 6>, <&apbdma 6>,
 929		       <&apbdma 7>, <&apbdma 7>,
 930		       <&apbdma 12>, <&apbdma 12>,
 931		       <&apbdma 13>, <&apbdma 13>,
 932		       <&apbdma 14>, <&apbdma 14>,
 933		       <&apbdma 29>, <&apbdma 29>;
 934		dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
 935			    "rx3", "tx3", "rx4", "tx4", "rx5", "tx5",
 936			    "rx6", "tx6", "rx7", "tx7", "rx8", "tx8",
 937			    "rx9", "tx9";
 938		ranges;
 939		#address-cells = <2>;
 940		#size-cells = <2>;
 941
 942		tegra_i2s0: i2s@70301000 {
 943			compatible = "nvidia,tegra124-i2s";
 944			reg = <0x0 0x70301000 0x0 0x100>;
 945			nvidia,ahub-cif-ids = <4 4>;
 946			clocks = <&tegra_car TEGRA124_CLK_I2S0>;
 947			clock-names = "i2s";
 948			resets = <&tegra_car 30>;
 949			reset-names = "i2s";
 950			status = "disabled";
 951		};
 952
 953		tegra_i2s1: i2s@70301100 {
 954			compatible = "nvidia,tegra124-i2s";
 955			reg = <0x0 0x70301100 0x0 0x100>;
 956			nvidia,ahub-cif-ids = <5 5>;
 957			clocks = <&tegra_car TEGRA124_CLK_I2S1>;
 958			clock-names = "i2s";
 959			resets = <&tegra_car 11>;
 960			reset-names = "i2s";
 961			status = "disabled";
 962		};
 963
 964		tegra_i2s2: i2s@70301200 {
 965			compatible = "nvidia,tegra124-i2s";
 966			reg = <0x0 0x70301200 0x0 0x100>;
 967			nvidia,ahub-cif-ids = <6 6>;
 968			clocks = <&tegra_car TEGRA124_CLK_I2S2>;
 969			clock-names = "i2s";
 970			resets = <&tegra_car 18>;
 971			reset-names = "i2s";
 972			status = "disabled";
 973		};
 974
 975		tegra_i2s3: i2s@70301300 {
 976			compatible = "nvidia,tegra124-i2s";
 977			reg = <0x0 0x70301300 0x0 0x100>;
 978			nvidia,ahub-cif-ids = <7 7>;
 979			clocks = <&tegra_car TEGRA124_CLK_I2S3>;
 980			clock-names = "i2s";
 981			resets = <&tegra_car 101>;
 982			reset-names = "i2s";
 983			status = "disabled";
 984		};
 985
 986		tegra_i2s4: i2s@70301400 {
 987			compatible = "nvidia,tegra124-i2s";
 988			reg = <0x0 0x70301400 0x0 0x100>;
 989			nvidia,ahub-cif-ids = <8 8>;
 990			clocks = <&tegra_car TEGRA124_CLK_I2S4>;
 991			clock-names = "i2s";
 992			resets = <&tegra_car 102>;
 993			reset-names = "i2s";
 994			status = "disabled";
 995		};
 996	};
 997
 998	usb@7d000000 {
 999		compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci";
1000		reg = <0x0 0x7d000000 0x0 0x4000>;
1001		interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1002		phy_type = "utmi";
1003		clocks = <&tegra_car TEGRA124_CLK_USBD>;
1004		clock-names = "usb";
1005		resets = <&tegra_car 22>;
1006		reset-names = "usb";
1007		nvidia,phy = <&phy1>;
1008		status = "disabled";
1009	};
1010
1011	phy1: usb-phy@7d000000 {
1012		compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
1013		reg = <0x0 0x7d000000 0x0 0x4000>,
1014		      <0x0 0x7d000000 0x0 0x4000>;
1015		interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1016		phy_type = "utmi";
1017		clocks = <&tegra_car TEGRA124_CLK_USBD>,
1018			 <&tegra_car TEGRA124_CLK_PLL_U>,
1019			 <&tegra_car TEGRA124_CLK_USBD>;
1020		clock-names = "reg", "pll_u", "utmi-pads";
1021		resets = <&tegra_car 22>, <&tegra_car 22>;
1022		reset-names = "usb", "utmi-pads";
1023		#phy-cells = <0>;
1024		nvidia,hssync-start-delay = <0>;
1025		nvidia,idle-wait-delay = <17>;
1026		nvidia,elastic-limit = <16>;
1027		nvidia,term-range-adj = <6>;
1028		nvidia,xcvr-setup = <9>;
1029		nvidia,xcvr-lsfslew = <0>;
1030		nvidia,xcvr-lsrslew = <3>;
1031		nvidia,hssquelch-level = <2>;
1032		nvidia,hsdiscon-level = <5>;
1033		nvidia,xcvr-hsslew = <12>;
1034		nvidia,has-utmi-pad-registers;
1035		nvidia,pmc = <&tegra_pmc 0>;
1036		status = "disabled";
1037	};
1038
1039	usb@7d004000 {
1040		compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci";
1041		reg = <0x0 0x7d004000 0x0 0x4000>;
1042		interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
1043		phy_type = "utmi";
1044		clocks = <&tegra_car TEGRA124_CLK_USB2>;
1045		clock-names = "usb";
1046		resets = <&tegra_car 58>;
1047		reset-names = "usb";
1048		nvidia,phy = <&phy2>;
1049		status = "disabled";
1050	};
1051
1052	phy2: usb-phy@7d004000 {
1053		compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
1054		reg = <0x0 0x7d004000 0x0 0x4000>,
1055		      <0x0 0x7d000000 0x0 0x4000>;
1056		interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
1057		phy_type = "utmi";
1058		clocks = <&tegra_car TEGRA124_CLK_USB2>,
1059			 <&tegra_car TEGRA124_CLK_PLL_U>,
1060			 <&tegra_car TEGRA124_CLK_USBD>;
1061		clock-names = "reg", "pll_u", "utmi-pads";
1062		resets = <&tegra_car 58>, <&tegra_car 22>;
1063		reset-names = "usb", "utmi-pads";
1064		#phy-cells = <0>;
1065		nvidia,hssync-start-delay = <0>;
1066		nvidia,idle-wait-delay = <17>;
1067		nvidia,elastic-limit = <16>;
1068		nvidia,term-range-adj = <6>;
1069		nvidia,xcvr-setup = <9>;
1070		nvidia,xcvr-lsfslew = <0>;
1071		nvidia,xcvr-lsrslew = <3>;
1072		nvidia,hssquelch-level = <2>;
1073		nvidia,hsdiscon-level = <5>;
1074		nvidia,xcvr-hsslew = <12>;
1075		nvidia,pmc = <&tegra_pmc 1>;
1076		status = "disabled";
1077	};
1078
1079	usb@7d008000 {
1080		compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci";
1081		reg = <0x0 0x7d008000 0x0 0x4000>;
1082		interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
1083		phy_type = "utmi";
1084		clocks = <&tegra_car TEGRA124_CLK_USB3>;
1085		clock-names = "usb";
1086		resets = <&tegra_car 59>;
1087		reset-names = "usb";
1088		nvidia,phy = <&phy3>;
1089		status = "disabled";
1090	};
1091
1092	phy3: usb-phy@7d008000 {
1093		compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
1094		reg = <0x0 0x7d008000 0x0 0x4000>,
1095		      <0x0 0x7d000000 0x0 0x4000>;
1096		interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
1097		phy_type = "utmi";
1098		clocks = <&tegra_car TEGRA124_CLK_USB3>,
1099			 <&tegra_car TEGRA124_CLK_PLL_U>,
1100			 <&tegra_car TEGRA124_CLK_USBD>;
1101		clock-names = "reg", "pll_u", "utmi-pads";
1102		resets = <&tegra_car 59>, <&tegra_car 22>;
1103		reset-names = "usb", "utmi-pads";
1104		#phy-cells = <0>;
1105		nvidia,hssync-start-delay = <0>;
1106		nvidia,idle-wait-delay = <17>;
1107		nvidia,elastic-limit = <16>;
1108		nvidia,term-range-adj = <6>;
1109		nvidia,xcvr-setup = <9>;
1110		nvidia,xcvr-lsfslew = <0>;
1111		nvidia,xcvr-lsrslew = <3>;
1112		nvidia,hssquelch-level = <2>;
1113		nvidia,hsdiscon-level = <5>;
1114		nvidia,xcvr-hsslew = <12>;
1115		nvidia,pmc = <&tegra_pmc 2>;
1116		status = "disabled";
1117	};
1118
1119	cpus {
1120		#address-cells = <1>;
1121		#size-cells = <0>;
1122
1123		cpu@0 {
1124			device_type = "cpu";
1125			compatible = "nvidia,tegra132-denver";
1126			reg = <0>;
1127		};
1128
1129		cpu@1 {
1130			device_type = "cpu";
1131			compatible = "nvidia,tegra132-denver";
1132			reg = <1>;
1133		};
1134	};
1135
1136	thermal-zones {
1137		cpu-thermal {
1138			polling-delay-passive = <1000>;
1139			polling-delay = <0>;
1140
1141			thermal-sensors =
1142				<&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>;
1143
1144			trips {
1145				cpu_shutdown_trip {
1146					temperature = <105000>;
1147					hysteresis = <1000>;
1148					type = "critical";
1149				};
1150
1151				cpu_throttle_trip: throttle-trip {
1152					temperature = <102000>;
1153					hysteresis = <1000>;
1154					type = "hot";
1155				};
1156			};
1157
1158			cooling-maps {
1159				map0 {
1160					trip = <&cpu_throttle_trip>;
1161					cooling-device = <&throttle_heavy 1 1>;
1162				};
1163			};
1164		};
1165
1166		mem-thermal {
1167			polling-delay-passive = <0>;
1168			polling-delay = <0>;
1169
1170			thermal-sensors =
1171				<&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>;
1172
1173			trips {
1174				mem_shutdown_trip {
1175					temperature = <101000>;
1176					hysteresis = <1000>;
1177					type = "critical";
1178				};
1179				mem_throttle_trip {
1180					temperature = <99000>;
1181					hysteresis = <1000>;
1182					type = "hot";
1183				};
1184			};
1185
1186			cooling-maps {
1187				/*
1188				 * There are currently no cooling maps,
1189				 * because there are no cooling devices.
1190				 */
1191			};
1192		};
1193
1194		gpu-thermal {
1195			polling-delay-passive = <1000>;
1196			polling-delay = <0>;
1197
1198			thermal-sensors =
1199				<&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>;
1200
1201			trips {
1202				gpu_shutdown_trip {
1203					temperature = <101000>;
1204					hysteresis = <1000>;
1205					type = "critical";
1206				};
1207
1208				gpu_throttle_trip: throttle-trip {
1209					temperature = <99000>;
1210					hysteresis = <1000>;
1211					type = "hot";
1212				};
1213			};
1214
1215			cooling-maps {
1216				map0 {
1217					trip = <&gpu_throttle_trip>;
1218					cooling-device = <&throttle_heavy 1 1>;
1219				};
1220			};
1221		};
1222
1223		pllx-thermal {
1224			polling-delay-passive = <0>;
1225			polling-delay = <0>;
1226
1227			thermal-sensors =
1228				<&soctherm TEGRA124_SOCTHERM_SENSOR_PLLX>;
1229
1230			trips {
1231				pllx_shutdown_trip {
1232					temperature = <105000>;
1233					hysteresis = <1000>;
1234					type = "critical";
1235				};
1236				pllx_throttle_trip {
1237					temperature = <99000>;
1238					hysteresis = <1000>;
1239					type = "hot";
1240				};
1241			};
1242
1243			cooling-maps {
1244				/*
1245				 * There are currently no cooling maps,
1246				 * because there are no cooling devices.
1247				 */
1248			};
1249		};
1250	};
1251
1252	timer {
1253		compatible = "arm,armv7-timer";
1254		interrupts = <GIC_PPI 13
1255				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
1256			     <GIC_PPI 14
1257				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
1258			     <GIC_PPI 11
1259				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
1260			     <GIC_PPI 10
1261				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
1262		interrupt-parent = <&gic>;
1263	};
1264};
v6.2
   1// SPDX-License-Identifier: GPL-2.0
   2#include <dt-bindings/clock/tegra124-car.h>
   3#include <dt-bindings/gpio/tegra-gpio.h>
   4#include <dt-bindings/memory/tegra124-mc.h>
   5#include <dt-bindings/pinctrl/pinctrl-tegra.h>
   6#include <dt-bindings/pinctrl/pinctrl-tegra-xusb.h>
   7#include <dt-bindings/interrupt-controller/arm-gic.h>
   8#include <dt-bindings/thermal/tegra124-soctherm.h>
   9#include <dt-bindings/soc/tegra-pmc.h>
  10
  11#include "tegra132-peripherals-opp.dtsi"
  12
  13/ {
  14	compatible = "nvidia,tegra132", "nvidia,tegra124";
  15	interrupt-parent = <&lic>;
  16	#address-cells = <2>;
  17	#size-cells = <2>;
  18
  19	pcie@1003000 {
  20		compatible = "nvidia,tegra124-pcie";
  21		device_type = "pci";
  22		reg = <0x0 0x01003000 0x0 0x00000800>, /* PADS registers */
  23		      <0x0 0x01003800 0x0 0x00000800>, /* AFI registers */
  24		      <0x0 0x02000000 0x0 0x10000000>; /* configuration space */
  25		reg-names = "pads", "afi", "cs";
  26		interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */
  27			     <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
  28		interrupt-names = "intr", "msi";
  29
  30		#interrupt-cells = <1>;
  31		interrupt-map-mask = <0 0 0 0>;
  32		interrupt-map = <0 0 0 0 &gic GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
  33
  34		bus-range = <0x00 0xff>;
  35		#address-cells = <3>;
  36		#size-cells = <2>;
  37
  38		ranges = <0x02000000 0 0x01000000 0x0 0x01000000 0 0x00001000>, /* port 0 configuration space */
  39			 <0x02000000 0 0x01001000 0x0 0x01001000 0 0x00001000>, /* port 1 configuration space */
  40			 <0x01000000 0 0x0        0x0 0x12000000 0 0x00010000>, /* downstream I/O (64 KiB) */
  41			 <0x02000000 0 0x13000000 0x0 0x13000000 0 0x0d000000>, /* non-prefetchable memory (208 MiB) */
  42			 <0x42000000 0 0x20000000 0x0 0x20000000 0 0x20000000>; /* prefetchable memory (512 MiB) */
  43
  44		clocks = <&tegra_car TEGRA124_CLK_PCIE>,
  45			 <&tegra_car TEGRA124_CLK_AFI>,
  46			 <&tegra_car TEGRA124_CLK_PLL_E>,
  47			 <&tegra_car TEGRA124_CLK_CML0>;
  48		clock-names = "pex", "afi", "pll_e", "cml";
  49		resets = <&tegra_car 70>,
  50			 <&tegra_car 72>,
  51			 <&tegra_car 74>;
  52		reset-names = "pex", "afi", "pcie_x";
  53		status = "disabled";
  54
  55		pci@1,0 {
  56			device_type = "pci";
  57			assigned-addresses = <0x82000800 0 0x01000000 0 0x1000>;
  58			reg = <0x000800 0 0 0 0>;
  59			bus-range = <0x00 0xff>;
  60			status = "disabled";
  61
  62			#address-cells = <3>;
  63			#size-cells = <2>;
  64			ranges;
  65
  66			nvidia,num-lanes = <2>;
  67		};
  68
  69		pci@2,0 {
  70			device_type = "pci";
  71			assigned-addresses = <0x82001000 0 0x01001000 0 0x1000>;
  72			reg = <0x001000 0 0 0 0>;
  73			bus-range = <0x00 0xff>;
  74			status = "disabled";
  75
  76			#address-cells = <3>;
  77			#size-cells = <2>;
  78			ranges;
  79
  80			nvidia,num-lanes = <1>;
  81		};
  82	};
  83
  84	host1x@50000000 {
  85		compatible = "nvidia,tegra132-host1x",
  86			     "nvidia,tegra124-host1x";
  87		reg = <0x0 0x50000000 0x0 0x00034000>;
  88		interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
  89			     <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
  90		interrupt-names = "syncpt", "host1x";
  91		clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
  92		clock-names = "host1x";
  93		resets = <&tegra_car 28>;
  94		reset-names = "host1x";
  95
 
 
  96		#address-cells = <2>;
  97		#size-cells = <2>;
  98
  99		ranges = <0 0x54000000 0 0x54000000 0 0x01000000>;
 100
 101		dc@54200000 {
 102			compatible = "nvidia,tegra124-dc";
 103			reg = <0x0 0x54200000 0x0 0x00040000>;
 104			interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
 105			clocks = <&tegra_car TEGRA124_CLK_DISP1>;
 106			clock-names = "dc";
 107			resets = <&tegra_car 27>;
 108			reset-names = "dc";
 109
 110			iommus = <&mc TEGRA_SWGROUP_DC>;
 111
 112			nvidia,head = <0>;
 113		};
 114
 115		dc@54240000 {
 116			compatible = "nvidia,tegra124-dc";
 117			reg = <0x0 0x54240000 0x0 0x00040000>;
 118			interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
 119			clocks = <&tegra_car TEGRA124_CLK_DISP2>;
 120			clock-names = "dc";
 121			resets = <&tegra_car 26>;
 122			reset-names = "dc";
 123
 124			iommus = <&mc TEGRA_SWGROUP_DCB>;
 125
 126			nvidia,head = <1>;
 127		};
 128
 129		hdmi@54280000 {
 130			compatible = "nvidia,tegra124-hdmi";
 131			reg = <0x0 0x54280000 0x0 0x00040000>;
 132			interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
 133			clocks = <&tegra_car TEGRA124_CLK_HDMI>,
 134				 <&tegra_car TEGRA124_CLK_PLL_D2_OUT0>;
 135			clock-names = "hdmi", "parent";
 136			resets = <&tegra_car 51>;
 137			reset-names = "hdmi";
 138			status = "disabled";
 139		};
 140
 141		sor@54540000 {
 142			compatible = "nvidia,tegra124-sor";
 143			reg = <0x0 0x54540000 0x0 0x00040000>;
 144			interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
 145			clocks = <&tegra_car TEGRA124_CLK_SOR0>,
 146				 <&tegra_car TEGRA124_CLK_SOR0_OUT>,
 147				 <&tegra_car TEGRA124_CLK_PLL_D_OUT0>,
 148				 <&tegra_car TEGRA124_CLK_PLL_DP>,
 149				 <&tegra_car TEGRA124_CLK_CLK_M>;
 150			clock-names = "sor", "out", "parent", "dp", "safe";
 151			resets = <&tegra_car 182>;
 152			reset-names = "sor";
 153			status = "disabled";
 154		};
 155
 156		dpaux: dpaux@545c0000 {
 157			compatible = "nvidia,tegra124-dpaux";
 158			reg = <0x0 0x545c0000 0x0 0x00040000>;
 159			interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
 160			clocks = <&tegra_car TEGRA124_CLK_DPAUX>,
 161				 <&tegra_car TEGRA124_CLK_PLL_DP>;
 162			clock-names = "dpaux", "parent";
 163			resets = <&tegra_car 181>;
 164			reset-names = "dpaux";
 165			status = "disabled";
 166
 167			i2c-bus {
 168				#address-cells = <1>;
 169				#size-cells = <0>;
 170			};
 171		};
 172	};
 173
 174	gic: interrupt-controller@50041000 {
 175		compatible = "arm,cortex-a15-gic";
 176		#interrupt-cells = <3>;
 177		interrupt-controller;
 178		reg = <0x0 0x50041000 0x0 0x1000>,
 179		      <0x0 0x50042000 0x0 0x2000>,
 180		      <0x0 0x50044000 0x0 0x2000>,
 181		      <0x0 0x50046000 0x0 0x2000>;
 182		interrupts = <GIC_PPI 9
 183			(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
 184		interrupt-parent = <&gic>;
 185	};
 186
 187	gpu@57000000 {
 188		compatible = "nvidia,gk20a";
 189		reg = <0x0 0x57000000 0x0 0x01000000>,
 190		      <0x0 0x58000000 0x0 0x01000000>;
 191		interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
 192			     <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
 193		interrupt-names = "stall", "nonstall";
 194		clocks = <&tegra_car TEGRA124_CLK_GPU>,
 195			 <&tegra_car TEGRA124_CLK_PLL_P_OUT5>;
 196		clock-names = "gpu", "pwr";
 197		resets = <&tegra_car 184>;
 198		reset-names = "gpu";
 199		status = "disabled";
 200	};
 201
 202	lic: interrupt-controller@60004000 {
 203		compatible = "nvidia,tegra124-ictlr", "nvidia,tegra30-ictlr";
 204		reg = <0x0 0x60004000 0x0 0x100>,
 205		      <0x0 0x60004100 0x0 0x100>,
 206		      <0x0 0x60004200 0x0 0x100>,
 207		      <0x0 0x60004300 0x0 0x100>,
 208		      <0x0 0x60004400 0x0 0x100>;
 209		interrupt-controller;
 210		#interrupt-cells = <3>;
 211		interrupt-parent = <&gic>;
 212	};
 213
 214	timer@60005000 {
 215		compatible = "nvidia,tegra124-timer", "nvidia,tegra30-timer";
 216		reg = <0x0 0x60005000 0x0 0x400>;
 217		interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
 218			     <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
 219			     <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
 220			     <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
 221			     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
 222			     <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
 223		clocks = <&tegra_car TEGRA124_CLK_TIMER>;
 224		clock-names = "timer";
 225	};
 226
 227	tegra_car: clock@60006000 {
 228		compatible = "nvidia,tegra132-car";
 229		reg = <0x0 0x60006000 0x0 0x1000>;
 230		#clock-cells = <1>;
 231		#reset-cells = <1>;
 232		nvidia,external-memory-controller = <&emc>;
 233	};
 234
 235	flow-controller@60007000 {
 236		compatible = "nvidia,tegra132-flowctrl", "nvidia,tegra124-flowctrl";
 237		reg = <0x0 0x60007000 0x0 0x1000>;
 238	};
 239
 240	actmon@6000c800 {
 241		compatible = "nvidia,tegra124-actmon";
 242		reg = <0x0 0x6000c800 0x0 0x400>;
 243		interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
 244		clocks = <&tegra_car TEGRA124_CLK_ACTMON>,
 245			 <&tegra_car TEGRA124_CLK_EMC>;
 246		clock-names = "actmon", "emc";
 247		resets = <&tegra_car 119>;
 248		reset-names = "actmon";
 249		operating-points-v2 = <&emc_bw_dfs_opp_table>;
 250		interconnects = <&mc TEGRA124_MC_MPCORER &emc>;
 251		interconnect-names = "cpu-read";
 252		#cooling-cells = <2>;
 253	};
 254
 255	gpio: gpio@6000d000 {
 256		compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
 257		reg = <0x0 0x6000d000 0x0 0x1000>;
 258		interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
 259			     <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
 260			     <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
 261			     <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
 262			     <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
 263			     <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
 264			     <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
 265			     <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
 266		#gpio-cells = <2>;
 267		gpio-controller;
 268		#interrupt-cells = <2>;
 269		interrupt-controller;
 270	};
 271
 272	apbdma: dma@60020000 {
 273		compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma";
 274		reg = <0x0 0x60020000 0x0 0x1400>;
 275		interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
 276			     <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
 277			     <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
 278			     <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
 279			     <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
 280			     <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
 281			     <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
 282			     <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
 283			     <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
 284			     <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
 285			     <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
 286			     <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
 287			     <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
 288			     <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
 289			     <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
 290			     <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
 291			     <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
 292			     <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
 293			     <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
 294			     <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
 295			     <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
 296			     <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
 297			     <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
 298			     <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
 299			     <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
 300			     <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
 301			     <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
 302			     <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
 303			     <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
 304			     <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
 305			     <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
 306			     <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
 307		clocks = <&tegra_car TEGRA124_CLK_APBDMA>;
 308		clock-names = "dma";
 309		resets = <&tegra_car 34>;
 310		reset-names = "dma";
 311		#dma-cells = <1>;
 312	};
 313
 314	apbmisc@70000800 {
 315		compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc";
 316		reg = <0x0 0x70000800 0x0 0x64>,   /* Chip revision */
 317		      <0x0 0x7000e864 0x0 0x04>;   /* Strapping options */
 318	};
 319
 320	pinmux: pinmux@70000868 {
 321		compatible = "nvidia,tegra124-pinmux";
 322		reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */
 323		      <0x0 0x70003000 0x0 0x434>, /* Mux registers */
 324		      <0x0 0x70000820 0x0 0x008>; /* MIPI pad control */
 325	};
 326
 327	/*
 328	 * There are two serial driver i.e. 8250 based simple serial
 329	 * driver and APB DMA based serial driver for higher baudrate
 330	 * and performance. To enable the 8250 based driver, the compatible
 331	 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
 332	 * the APB DMA based serial driver, the compatible is
 333	 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
 334	 */
 335	uarta: serial@70006000 {
 336		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
 337		reg = <0x0 0x70006000 0x0 0x40>;
 338		reg-shift = <2>;
 339		interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
 340		clocks = <&tegra_car TEGRA124_CLK_UARTA>;
 341		clock-names = "serial";
 342		resets = <&tegra_car 6>;
 343		reset-names = "serial";
 344		dmas = <&apbdma 8>, <&apbdma 8>;
 345		dma-names = "rx", "tx";
 346		status = "disabled";
 347	};
 348
 349	uartb: serial@70006040 {
 350		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
 351		reg = <0x0 0x70006040 0x0 0x40>;
 352		reg-shift = <2>;
 353		interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
 354		clocks = <&tegra_car TEGRA124_CLK_UARTB>;
 355		clock-names = "serial";
 356		resets = <&tegra_car 7>;
 357		reset-names = "serial";
 358		dmas = <&apbdma 9>, <&apbdma 9>;
 359		dma-names = "rx", "tx";
 360		status = "disabled";
 361	};
 362
 363	uartc: serial@70006200 {
 364		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
 365		reg = <0x0 0x70006200 0x0 0x40>;
 366		reg-shift = <2>;
 367		interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
 368		clocks = <&tegra_car TEGRA124_CLK_UARTC>;
 369		clock-names = "serial";
 370		resets = <&tegra_car 55>;
 371		reset-names = "serial";
 372		dmas = <&apbdma 10>, <&apbdma 10>;
 373		dma-names = "rx", "tx";
 374		status = "disabled";
 375	};
 376
 377	uartd: serial@70006300 {
 378		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
 379		reg = <0x0 0x70006300 0x0 0x40>;
 380		reg-shift = <2>;
 381		interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
 382		clocks = <&tegra_car TEGRA124_CLK_UARTD>;
 383		clock-names = "serial";
 384		resets = <&tegra_car 65>;
 385		reset-names = "serial";
 386		dmas = <&apbdma 19>, <&apbdma 19>;
 387		dma-names = "rx", "tx";
 388		status = "disabled";
 389	};
 390
 391	pwm: pwm@7000a000 {
 392		compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
 393		reg = <0x0 0x7000a000 0x0 0x100>;
 394		#pwm-cells = <2>;
 395		clocks = <&tegra_car TEGRA124_CLK_PWM>;
 396		resets = <&tegra_car 17>;
 397		reset-names = "pwm";
 398		status = "disabled";
 399	};
 400
 401	i2c@7000c000 {
 402		compatible = "nvidia,tegra124-i2c";
 403		reg = <0x0 0x7000c000 0x0 0x100>;
 404		interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
 405		#address-cells = <1>;
 406		#size-cells = <0>;
 407		clocks = <&tegra_car TEGRA124_CLK_I2C1>;
 408		clock-names = "div-clk";
 409		resets = <&tegra_car 12>;
 410		reset-names = "i2c";
 411		dmas = <&apbdma 21>, <&apbdma 21>;
 412		dma-names = "rx", "tx";
 413		status = "disabled";
 414	};
 415
 416	i2c@7000c400 {
 417		compatible = "nvidia,tegra124-i2c";
 418		reg = <0x0 0x7000c400 0x0 0x100>;
 419		interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
 420		#address-cells = <1>;
 421		#size-cells = <0>;
 422		clocks = <&tegra_car TEGRA124_CLK_I2C2>;
 423		clock-names = "div-clk";
 424		resets = <&tegra_car 54>;
 425		reset-names = "i2c";
 426		dmas = <&apbdma 22>, <&apbdma 22>;
 427		dma-names = "rx", "tx";
 428		status = "disabled";
 429	};
 430
 431	i2c@7000c500 {
 432		compatible = "nvidia,tegra124-i2c";
 433		reg = <0x0 0x7000c500 0x0 0x100>;
 434		interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
 435		#address-cells = <1>;
 436		#size-cells = <0>;
 437		clocks = <&tegra_car TEGRA124_CLK_I2C3>;
 438		clock-names = "div-clk";
 439		resets = <&tegra_car 67>;
 440		reset-names = "i2c";
 441		dmas = <&apbdma 23>, <&apbdma 23>;
 442		dma-names = "rx", "tx";
 443		status = "disabled";
 444	};
 445
 446	i2c@7000c700 {
 447		compatible = "nvidia,tegra124-i2c";
 448		reg = <0x0 0x7000c700 0x0 0x100>;
 449		interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
 450		#address-cells = <1>;
 451		#size-cells = <0>;
 452		clocks = <&tegra_car TEGRA124_CLK_I2C4>;
 453		clock-names = "div-clk";
 454		resets = <&tegra_car 103>;
 455		reset-names = "i2c";
 456		dmas = <&apbdma 26>, <&apbdma 26>;
 457		dma-names = "rx", "tx";
 458		status = "disabled";
 459	};
 460
 461	i2c@7000d000 {
 462		compatible = "nvidia,tegra124-i2c";
 463		reg = <0x0 0x7000d000 0x0 0x100>;
 464		interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
 465		#address-cells = <1>;
 466		#size-cells = <0>;
 467		clocks = <&tegra_car TEGRA124_CLK_I2C5>;
 468		clock-names = "div-clk";
 469		resets = <&tegra_car 47>;
 470		reset-names = "i2c";
 471		dmas = <&apbdma 24>, <&apbdma 24>;
 472		dma-names = "rx", "tx";
 473		status = "disabled";
 474	};
 475
 476	i2c@7000d100 {
 477		compatible = "nvidia,tegra124-i2c";
 478		reg = <0x0 0x7000d100 0x0 0x100>;
 479		interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
 480		#address-cells = <1>;
 481		#size-cells = <0>;
 482		clocks = <&tegra_car TEGRA124_CLK_I2C6>;
 483		clock-names = "div-clk";
 484		resets = <&tegra_car 166>;
 485		reset-names = "i2c";
 486		dmas = <&apbdma 30>, <&apbdma 30>;
 487		dma-names = "rx", "tx";
 488		status = "disabled";
 489	};
 490
 491	spi@7000d400 {
 492		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
 493		reg = <0x0 0x7000d400 0x0 0x200>;
 494		interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
 495		#address-cells = <1>;
 496		#size-cells = <0>;
 497		clocks = <&tegra_car TEGRA124_CLK_SBC1>;
 498		clock-names = "spi";
 499		resets = <&tegra_car 41>;
 500		reset-names = "spi";
 501		dmas = <&apbdma 15>, <&apbdma 15>;
 502		dma-names = "rx", "tx";
 503		status = "disabled";
 504	};
 505
 506	spi@7000d600 {
 507		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
 508		reg = <0x0 0x7000d600 0x0 0x200>;
 509		interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
 510		#address-cells = <1>;
 511		#size-cells = <0>;
 512		clocks = <&tegra_car TEGRA124_CLK_SBC2>;
 513		clock-names = "spi";
 514		resets = <&tegra_car 44>;
 515		reset-names = "spi";
 516		dmas = <&apbdma 16>, <&apbdma 16>;
 517		dma-names = "rx", "tx";
 518		status = "disabled";
 519	};
 520
 521	spi@7000d800 {
 522		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
 523		reg = <0x0 0x7000d800 0x0 0x200>;
 524		interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
 525		#address-cells = <1>;
 526		#size-cells = <0>;
 527		clocks = <&tegra_car TEGRA124_CLK_SBC3>;
 528		clock-names = "spi";
 529		resets = <&tegra_car 46>;
 530		reset-names = "spi";
 531		dmas = <&apbdma 17>, <&apbdma 17>;
 532		dma-names = "rx", "tx";
 533		status = "disabled";
 534	};
 535
 536	spi@7000da00 {
 537		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
 538		reg = <0x0 0x7000da00 0x0 0x200>;
 539		interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
 540		#address-cells = <1>;
 541		#size-cells = <0>;
 542		clocks = <&tegra_car TEGRA124_CLK_SBC4>;
 543		clock-names = "spi";
 544		resets = <&tegra_car 68>;
 545		reset-names = "spi";
 546		dmas = <&apbdma 18>, <&apbdma 18>;
 547		dma-names = "rx", "tx";
 548		status = "disabled";
 549	};
 550
 551	spi@7000dc00 {
 552		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
 553		reg = <0x0 0x7000dc00 0x0 0x200>;
 554		interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
 555		#address-cells = <1>;
 556		#size-cells = <0>;
 557		clocks = <&tegra_car TEGRA124_CLK_SBC5>;
 558		clock-names = "spi";
 559		resets = <&tegra_car 104>;
 560		reset-names = "spi";
 561		dmas = <&apbdma 27>, <&apbdma 27>;
 562		dma-names = "rx", "tx";
 563		status = "disabled";
 564	};
 565
 566	spi@7000de00 {
 567		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
 568		reg = <0x0 0x7000de00 0x0 0x200>;
 569		interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
 570		#address-cells = <1>;
 571		#size-cells = <0>;
 572		clocks = <&tegra_car TEGRA124_CLK_SBC6>;
 573		clock-names = "spi";
 574		resets = <&tegra_car 105>;
 575		reset-names = "spi";
 576		dmas = <&apbdma 28>, <&apbdma 28>;
 577		dma-names = "rx", "tx";
 578		status = "disabled";
 579	};
 580
 581	rtc@7000e000 {
 582		compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc";
 583		reg = <0x0 0x7000e000 0x0 0x100>;
 584		interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
 585		clocks = <&tegra_car TEGRA124_CLK_RTC>;
 586		clock-names = "rtc";
 587	};
 588
 589	tegra_pmc: pmc@7000e400 {
 590		compatible = "nvidia,tegra124-pmc";
 591		reg = <0x0 0x7000e400 0x0 0x400>;
 592		clocks = <&tegra_car TEGRA124_CLK_PCLK>, <&clk32k_in>;
 593		clock-names = "pclk", "clk32k_in";
 594		#clock-cells = <1>;
 595	};
 596
 597	fuse@7000f800 {
 598		compatible = "nvidia,tegra124-efuse";
 599		reg = <0x0 0x7000f800 0x0 0x400>;
 600		clocks = <&tegra_car TEGRA124_CLK_FUSE>;
 601		clock-names = "fuse";
 602		resets = <&tegra_car 39>;
 603		reset-names = "fuse";
 604	};
 605
 606	mc: memory-controller@70019000 {
 607		compatible = "nvidia,tegra132-mc";
 608		reg = <0x0 0x70019000 0x0 0x1000>;
 609		clocks = <&tegra_car TEGRA124_CLK_MC>;
 610		clock-names = "mc";
 611
 612		interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
 613
 614		#iommu-cells = <1>;
 615		#reset-cells = <1>;
 616		#interconnect-cells = <1>;
 617	};
 618
 619	emc: external-memory-controller@7001b000 {
 620		compatible = "nvidia,tegra132-emc", "nvidia,tegra124-emc";
 621		reg = <0x0 0x7001b000 0x0 0x1000>;
 622		clocks = <&tegra_car TEGRA124_CLK_EMC>;
 623		clock-names = "emc";
 624
 625		nvidia,memory-controller = <&mc>;
 626		operating-points-v2 = <&emc_icc_dvfs_opp_table>;
 627
 628		#interconnect-cells = <0>;
 629	};
 630
 631	sata@70020000 {
 632		compatible = "nvidia,tegra124-ahci";
 633		reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */
 634		      <0x0 0x70020000 0x0 0x7000>; /* SATA */
 635		interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
 636		clocks = <&tegra_car TEGRA124_CLK_SATA>,
 637			 <&tegra_car TEGRA124_CLK_SATA_OOB>;
 638		clock-names = "sata", "sata-oob";
 639		resets = <&tegra_car 124>,
 640			 <&tegra_car 129>,
 641			 <&tegra_car 123>;
 642		reset-names = "sata", "sata-cold", "sata-oob";
 643		status = "disabled";
 644	};
 645
 646	hda@70030000 {
 647		compatible = "nvidia,tegra132-hda", "nvidia,tegra124-hda",
 648			     "nvidia,tegra30-hda";
 649		reg = <0x0 0x70030000 0x0 0x10000>;
 650		interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
 651		clocks = <&tegra_car TEGRA124_CLK_HDA>,
 652		         <&tegra_car TEGRA124_CLK_HDA2HDMI>,
 653			 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
 654		clock-names = "hda", "hda2hdmi", "hda2codec_2x";
 655		resets = <&tegra_car 125>, /* hda */
 656			 <&tegra_car 128>, /* hda2hdmi */
 657			 <&tegra_car 111>; /* hda2codec_2x */
 658		reset-names = "hda", "hda2hdmi", "hda2codec_2x";
 659		status = "disabled";
 660	};
 661
 662	usb@70090000 {
 663		compatible = "nvidia,tegra132-xusb", "nvidia,tegra124-xusb";
 664		reg = <0x0 0x70090000 0x0 0x8000>,
 665		      <0x0 0x70098000 0x0 0x1000>,
 666		      <0x0 0x70099000 0x0 0x1000>;
 667		reg-names = "hcd", "fpci", "ipfs";
 668
 669		interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
 670			     <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
 671
 672		clocks = <&tegra_car TEGRA124_CLK_XUSB_HOST>,
 673			 <&tegra_car TEGRA124_CLK_XUSB_HOST_SRC>,
 674			 <&tegra_car TEGRA124_CLK_XUSB_FALCON_SRC>,
 675			 <&tegra_car TEGRA124_CLK_XUSB_SS>,
 676			 <&tegra_car TEGRA124_CLK_XUSB_SS_DIV2>,
 677			 <&tegra_car TEGRA124_CLK_XUSB_SS_SRC>,
 678			 <&tegra_car TEGRA124_CLK_XUSB_HS_SRC>,
 679			 <&tegra_car TEGRA124_CLK_XUSB_FS_SRC>,
 680			 <&tegra_car TEGRA124_CLK_PLL_U_480M>,
 681			 <&tegra_car TEGRA124_CLK_CLK_M>,
 682			 <&tegra_car TEGRA124_CLK_PLL_E>;
 683		clock-names = "xusb_host", "xusb_host_src",
 684			      "xusb_falcon_src", "xusb_ss",
 685			      "xusb_ss_div2", "xusb_ss_src",
 686			      "xusb_hs_src", "xusb_fs_src",
 687			      "pll_u_480m", "clk_m", "pll_e";
 688		resets = <&tegra_car 89>, <&tegra_car 156>,
 689			 <&tegra_car 143>;
 690		reset-names = "xusb_host", "xusb_ss", "xusb_src";
 691
 692		nvidia,xusb-padctl = <&padctl>;
 693
 694		status = "disabled";
 695	};
 696
 697	padctl: padctl@7009f000 {
 698		compatible = "nvidia,tegra132-xusb-padctl",
 699			     "nvidia,tegra124-xusb-padctl";
 700		reg = <0x0 0x7009f000 0x0 0x1000>;
 701		resets = <&tegra_car 142>;
 702		reset-names = "padctl";
 703
 704		pads {
 705			usb2 {
 706				status = "disabled";
 707
 708				lanes {
 709					usb2-0 {
 710						status = "disabled";
 711						#phy-cells = <0>;
 712					};
 713
 714					usb2-1 {
 715						status = "disabled";
 716						#phy-cells = <0>;
 717					};
 718
 719					usb2-2 {
 720						status = "disabled";
 721						#phy-cells = <0>;
 722					};
 723				};
 724			};
 725
 726			ulpi {
 727				status = "disabled";
 728
 729				lanes {
 730					ulpi-0 {
 731						status = "disabled";
 732						#phy-cells = <0>;
 733					};
 734				};
 735			};
 736
 737			hsic {
 738				status = "disabled";
 739
 740				lanes {
 741					hsic-0 {
 742						status = "disabled";
 743						#phy-cells = <0>;
 744					};
 745
 746					hsic-1 {
 747						status = "disabled";
 748						#phy-cells = <0>;
 749					};
 750				};
 751			};
 752
 753			pcie {
 754				status = "disabled";
 755
 756				lanes {
 757					pcie-0 {
 758						status = "disabled";
 759						#phy-cells = <0>;
 760					};
 761
 762					pcie-1 {
 763						status = "disabled";
 764						#phy-cells = <0>;
 765					};
 766
 767					pcie-2 {
 768						status = "disabled";
 769						#phy-cells = <0>;
 770					};
 771
 772					pcie-3 {
 773						status = "disabled";
 774						#phy-cells = <0>;
 775					};
 776
 777					pcie-4 {
 778						status = "disabled";
 779						#phy-cells = <0>;
 780					};
 781				};
 782			};
 783
 784			sata {
 785				status = "disabled";
 786
 787				lanes {
 788					sata-0 {
 789						status = "disabled";
 790						#phy-cells = <0>;
 791					};
 792				};
 793			};
 794		};
 795
 796		ports {
 797			usb2-0 {
 798				status = "disabled";
 799			};
 800
 801			usb2-1 {
 802				status = "disabled";
 803			};
 804
 805			usb2-2 {
 806				status = "disabled";
 807			};
 808
 809			hsic-0 {
 810				status = "disabled";
 811			};
 812
 813			hsic-1 {
 814				status = "disabled";
 815			};
 816
 817			usb3-0 {
 818				status = "disabled";
 819			};
 820
 821			usb3-1 {
 822				status = "disabled";
 823			};
 824		};
 825	};
 826
 827	mmc@700b0000 {
 828		compatible = "nvidia,tegra124-sdhci";
 829		reg = <0x0 0x700b0000 0x0 0x200>;
 830		interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
 831		clocks = <&tegra_car TEGRA124_CLK_SDMMC1>;
 832		clock-names = "sdhci";
 833		resets = <&tegra_car 14>;
 834		reset-names = "sdhci";
 835		status = "disabled";
 836	};
 837
 838	mmc@700b0200 {
 839		compatible = "nvidia,tegra124-sdhci";
 840		reg = <0x0 0x700b0200 0x0 0x200>;
 841		interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
 842		clocks = <&tegra_car TEGRA124_CLK_SDMMC2>;
 843		clock-names = "sdhci";
 844		resets = <&tegra_car 9>;
 845		reset-names = "sdhci";
 846		status = "disabled";
 847	};
 848
 849	mmc@700b0400 {
 850		compatible = "nvidia,tegra124-sdhci";
 851		reg = <0x0 0x700b0400 0x0 0x200>;
 852		interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
 853		clocks = <&tegra_car TEGRA124_CLK_SDMMC3>;
 854		clock-names = "sdhci";
 855		resets = <&tegra_car 69>;
 856		reset-names = "sdhci";
 857		status = "disabled";
 858	};
 859
 860	mmc@700b0600 {
 861		compatible = "nvidia,tegra124-sdhci";
 862		reg = <0x0 0x700b0600 0x0 0x200>;
 863		interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
 864		clocks = <&tegra_car TEGRA124_CLK_SDMMC4>;
 865		clock-names = "sdhci";
 866		resets = <&tegra_car 15>;
 867		reset-names = "sdhci";
 868		status = "disabled";
 869	};
 870
 871	soctherm: thermal-sensor@700e2000 {
 872		compatible = "nvidia,tegra132-soctherm";
 873		reg = <0x0 0x700e2000 0x0 0x600>, /* 0: SOC_THERM reg_base */
 874		      <0x0 0x70040000 0x0 0x200>; /* 2: CCROC reg_base */
 875		reg-names = "soctherm-reg", "ccroc-reg";
 876		interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>,
 877			     <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
 878		interrupt-names = "thermal", "edp";
 879		clocks = <&tegra_car TEGRA124_CLK_TSENSOR>,
 880		         <&tegra_car TEGRA124_CLK_SOC_THERM>;
 881		clock-names = "tsensor", "soctherm";
 882		resets = <&tegra_car 78>;
 883		reset-names = "soctherm";
 884		#thermal-sensor-cells = <1>;
 885
 886		throttle-cfgs {
 887			throttle_heavy: heavy {
 888				nvidia,priority = <100>;
 889				nvidia,cpu-throt-level = <TEGRA_SOCTHERM_THROT_LEVEL_HIGH>;
 890
 891				#cooling-cells = <2>;
 892			};
 893		};
 894	};
 895
 896	thermal-zones {
 897		cpu-thermal {
 898			polling-delay-passive = <1000>;
 899			polling-delay = <0>;
 900
 901			thermal-sensors =
 902				<&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>;
 903
 904			trips {
 905				cpu_shutdown_trip {
 906					temperature = <105000>;
 907					hysteresis = <1000>;
 908					type = "critical";
 909				};
 910
 911				cpu_throttle_trip: throttle-trip {
 912					temperature = <102000>;
 913					hysteresis = <1000>;
 914					type = "hot";
 915				};
 916			};
 917
 918			cooling-maps {
 919				map0 {
 920					trip = <&cpu_throttle_trip>;
 921					cooling-device = <&throttle_heavy 1 1>;
 922				};
 923			};
 924		};
 925
 926		mem-thermal {
 927			polling-delay-passive = <0>;
 928			polling-delay = <0>;
 929
 930			thermal-sensors =
 931				<&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>;
 932
 933			trips {
 934				mem_shutdown_trip {
 935					temperature = <101000>;
 936					hysteresis = <1000>;
 937					type = "critical";
 938				};
 939				mem_throttle_trip {
 940					temperature = <99000>;
 941					hysteresis = <1000>;
 942					type = "hot";
 943				};
 944			};
 945
 946			cooling-maps {
 947				/*
 948				 * There are currently no cooling maps,
 949				 * because there are no cooling devices.
 950				 */
 951			};
 952		};
 953
 954		gpu-thermal {
 955			polling-delay-passive = <1000>;
 956			polling-delay = <0>;
 957
 958			thermal-sensors =
 959				<&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>;
 960
 961			trips {
 962				gpu_shutdown_trip {
 963					temperature = <101000>;
 964					hysteresis = <1000>;
 965					type = "critical";
 966				};
 967
 968				gpu_throttle_trip: throttle-trip {
 969					temperature = <99000>;
 970					hysteresis = <1000>;
 971					type = "hot";
 972				};
 973			};
 974
 975			cooling-maps {
 976				map0 {
 977					trip = <&gpu_throttle_trip>;
 978					cooling-device = <&throttle_heavy 1 1>;
 979				};
 980			};
 981		};
 982
 983		pllx-thermal {
 984			polling-delay-passive = <0>;
 985			polling-delay = <0>;
 986
 987			thermal-sensors =
 988				<&soctherm TEGRA124_SOCTHERM_SENSOR_PLLX>;
 989
 990			trips {
 991				pllx_shutdown_trip {
 992					temperature = <105000>;
 993					hysteresis = <1000>;
 994					type = "critical";
 995				};
 996				pllx_throttle_trip {
 997					temperature = <99000>;
 998					hysteresis = <1000>;
 999					type = "hot";
1000				};
1001			};
1002
1003			cooling-maps {
1004				/*
1005				 * There are currently no cooling maps,
1006				 * because there are no cooling devices.
1007				 */
1008			};
1009		};
1010	};
1011
1012	ahub@70300000 {
1013		compatible = "nvidia,tegra124-ahub";
1014		reg = <0x0 0x70300000 0x0 0x200>,
1015		      <0x0 0x70300800 0x0 0x800>,
1016		      <0x0 0x70300200 0x0 0x600>;
1017		interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
1018		clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>,
1019			 <&tegra_car TEGRA124_CLK_APBIF>;
1020		clock-names = "d_audio", "apbif";
1021		resets = <&tegra_car 106>, /* d_audio */
1022			 <&tegra_car 107>, /* apbif */
1023			 <&tegra_car 30>,  /* i2s0 */
1024			 <&tegra_car 11>,  /* i2s1 */
1025			 <&tegra_car 18>,  /* i2s2 */
1026			 <&tegra_car 101>, /* i2s3 */
1027			 <&tegra_car 102>, /* i2s4 */
1028			 <&tegra_car 108>, /* dam0 */
1029			 <&tegra_car 109>, /* dam1 */
1030			 <&tegra_car 110>, /* dam2 */
1031			 <&tegra_car 10>,  /* spdif */
1032			 <&tegra_car 153>, /* amx */
1033			 <&tegra_car 185>, /* amx1 */
1034			 <&tegra_car 154>, /* adx */
1035			 <&tegra_car 180>, /* adx1 */
1036			 <&tegra_car 186>, /* afc0 */
1037			 <&tegra_car 187>, /* afc1 */
1038			 <&tegra_car 188>, /* afc2 */
1039			 <&tegra_car 189>, /* afc3 */
1040			 <&tegra_car 190>, /* afc4 */
1041			 <&tegra_car 191>; /* afc5 */
1042		reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
1043			      "i2s3", "i2s4", "dam0", "dam1", "dam2",
1044			      "spdif", "amx", "amx1", "adx", "adx1",
1045			      "afc0", "afc1", "afc2", "afc3", "afc4", "afc5";
1046		dmas = <&apbdma 1>, <&apbdma 1>,
1047		       <&apbdma 2>, <&apbdma 2>,
1048		       <&apbdma 3>, <&apbdma 3>,
1049		       <&apbdma 4>, <&apbdma 4>,
1050		       <&apbdma 6>, <&apbdma 6>,
1051		       <&apbdma 7>, <&apbdma 7>,
1052		       <&apbdma 12>, <&apbdma 12>,
1053		       <&apbdma 13>, <&apbdma 13>,
1054		       <&apbdma 14>, <&apbdma 14>,
1055		       <&apbdma 29>, <&apbdma 29>;
1056		dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
1057			    "rx3", "tx3", "rx4", "tx4", "rx5", "tx5",
1058			    "rx6", "tx6", "rx7", "tx7", "rx8", "tx8",
1059			    "rx9", "tx9";
1060		ranges;
1061		#address-cells = <2>;
1062		#size-cells = <2>;
1063
1064		tegra_i2s0: i2s@70301000 {
1065			compatible = "nvidia,tegra124-i2s";
1066			reg = <0x0 0x70301000 0x0 0x100>;
1067			nvidia,ahub-cif-ids = <4 4>;
1068			clocks = <&tegra_car TEGRA124_CLK_I2S0>;
1069			clock-names = "i2s";
1070			resets = <&tegra_car 30>;
1071			reset-names = "i2s";
1072			status = "disabled";
1073		};
1074
1075		tegra_i2s1: i2s@70301100 {
1076			compatible = "nvidia,tegra124-i2s";
1077			reg = <0x0 0x70301100 0x0 0x100>;
1078			nvidia,ahub-cif-ids = <5 5>;
1079			clocks = <&tegra_car TEGRA124_CLK_I2S1>;
1080			clock-names = "i2s";
1081			resets = <&tegra_car 11>;
1082			reset-names = "i2s";
1083			status = "disabled";
1084		};
1085
1086		tegra_i2s2: i2s@70301200 {
1087			compatible = "nvidia,tegra124-i2s";
1088			reg = <0x0 0x70301200 0x0 0x100>;
1089			nvidia,ahub-cif-ids = <6 6>;
1090			clocks = <&tegra_car TEGRA124_CLK_I2S2>;
1091			clock-names = "i2s";
1092			resets = <&tegra_car 18>;
1093			reset-names = "i2s";
1094			status = "disabled";
1095		};
1096
1097		tegra_i2s3: i2s@70301300 {
1098			compatible = "nvidia,tegra124-i2s";
1099			reg = <0x0 0x70301300 0x0 0x100>;
1100			nvidia,ahub-cif-ids = <7 7>;
1101			clocks = <&tegra_car TEGRA124_CLK_I2S3>;
1102			clock-names = "i2s";
1103			resets = <&tegra_car 101>;
1104			reset-names = "i2s";
1105			status = "disabled";
1106		};
1107
1108		tegra_i2s4: i2s@70301400 {
1109			compatible = "nvidia,tegra124-i2s";
1110			reg = <0x0 0x70301400 0x0 0x100>;
1111			nvidia,ahub-cif-ids = <8 8>;
1112			clocks = <&tegra_car TEGRA124_CLK_I2S4>;
1113			clock-names = "i2s";
1114			resets = <&tegra_car 102>;
1115			reset-names = "i2s";
1116			status = "disabled";
1117		};
1118	};
1119
1120	usb@7d000000 {
1121		compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci";
1122		reg = <0x0 0x7d000000 0x0 0x4000>;
1123		interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1124		phy_type = "utmi";
1125		clocks = <&tegra_car TEGRA124_CLK_USBD>;
1126		clock-names = "usb";
1127		resets = <&tegra_car 22>;
1128		reset-names = "usb";
1129		nvidia,phy = <&phy1>;
1130		status = "disabled";
1131	};
1132
1133	phy1: usb-phy@7d000000 {
1134		compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
1135		reg = <0x0 0x7d000000 0x0 0x4000>,
1136		      <0x0 0x7d000000 0x0 0x4000>;
1137		interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
1138		phy_type = "utmi";
1139		clocks = <&tegra_car TEGRA124_CLK_USBD>,
1140			 <&tegra_car TEGRA124_CLK_PLL_U>,
1141			 <&tegra_car TEGRA124_CLK_USBD>;
1142		clock-names = "reg", "pll_u", "utmi-pads";
1143		resets = <&tegra_car 22>, <&tegra_car 22>;
1144		reset-names = "usb", "utmi-pads";
1145		#phy-cells = <0>;
1146		nvidia,hssync-start-delay = <0>;
1147		nvidia,idle-wait-delay = <17>;
1148		nvidia,elastic-limit = <16>;
1149		nvidia,term-range-adj = <6>;
1150		nvidia,xcvr-setup = <9>;
1151		nvidia,xcvr-lsfslew = <0>;
1152		nvidia,xcvr-lsrslew = <3>;
1153		nvidia,hssquelch-level = <2>;
1154		nvidia,hsdiscon-level = <5>;
1155		nvidia,xcvr-hsslew = <12>;
1156		nvidia,has-utmi-pad-registers;
1157		nvidia,pmc = <&tegra_pmc 0>;
1158		status = "disabled";
1159	};
1160
1161	usb@7d004000 {
1162		compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci";
1163		reg = <0x0 0x7d004000 0x0 0x4000>;
1164		interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
1165		phy_type = "utmi";
1166		clocks = <&tegra_car TEGRA124_CLK_USB2>;
1167		clock-names = "usb";
1168		resets = <&tegra_car 58>;
1169		reset-names = "usb";
1170		nvidia,phy = <&phy2>;
1171		status = "disabled";
1172	};
1173
1174	phy2: usb-phy@7d004000 {
1175		compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
1176		reg = <0x0 0x7d004000 0x0 0x4000>,
1177		      <0x0 0x7d000000 0x0 0x4000>;
1178		interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
1179		phy_type = "utmi";
1180		clocks = <&tegra_car TEGRA124_CLK_USB2>,
1181			 <&tegra_car TEGRA124_CLK_PLL_U>,
1182			 <&tegra_car TEGRA124_CLK_USBD>;
1183		clock-names = "reg", "pll_u", "utmi-pads";
1184		resets = <&tegra_car 58>, <&tegra_car 22>;
1185		reset-names = "usb", "utmi-pads";
1186		#phy-cells = <0>;
1187		nvidia,hssync-start-delay = <0>;
1188		nvidia,idle-wait-delay = <17>;
1189		nvidia,elastic-limit = <16>;
1190		nvidia,term-range-adj = <6>;
1191		nvidia,xcvr-setup = <9>;
1192		nvidia,xcvr-lsfslew = <0>;
1193		nvidia,xcvr-lsrslew = <3>;
1194		nvidia,hssquelch-level = <2>;
1195		nvidia,hsdiscon-level = <5>;
1196		nvidia,xcvr-hsslew = <12>;
1197		nvidia,pmc = <&tegra_pmc 1>;
1198		status = "disabled";
1199	};
1200
1201	usb@7d008000 {
1202		compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci";
1203		reg = <0x0 0x7d008000 0x0 0x4000>;
1204		interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
1205		phy_type = "utmi";
1206		clocks = <&tegra_car TEGRA124_CLK_USB3>;
1207		clock-names = "usb";
1208		resets = <&tegra_car 59>;
1209		reset-names = "usb";
1210		nvidia,phy = <&phy3>;
1211		status = "disabled";
1212	};
1213
1214	phy3: usb-phy@7d008000 {
1215		compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
1216		reg = <0x0 0x7d008000 0x0 0x4000>,
1217		      <0x0 0x7d000000 0x0 0x4000>;
1218		interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
1219		phy_type = "utmi";
1220		clocks = <&tegra_car TEGRA124_CLK_USB3>,
1221			 <&tegra_car TEGRA124_CLK_PLL_U>,
1222			 <&tegra_car TEGRA124_CLK_USBD>;
1223		clock-names = "reg", "pll_u", "utmi-pads";
1224		resets = <&tegra_car 59>, <&tegra_car 22>;
1225		reset-names = "usb", "utmi-pads";
1226		#phy-cells = <0>;
1227		nvidia,hssync-start-delay = <0>;
1228		nvidia,idle-wait-delay = <17>;
1229		nvidia,elastic-limit = <16>;
1230		nvidia,term-range-adj = <6>;
1231		nvidia,xcvr-setup = <9>;
1232		nvidia,xcvr-lsfslew = <0>;
1233		nvidia,xcvr-lsrslew = <3>;
1234		nvidia,hssquelch-level = <2>;
1235		nvidia,hsdiscon-level = <5>;
1236		nvidia,xcvr-hsslew = <12>;
1237		nvidia,pmc = <&tegra_pmc 2>;
1238		status = "disabled";
1239	};
1240
1241	cpus {
1242		#address-cells = <1>;
1243		#size-cells = <0>;
1244
1245		cpu@0 {
1246			device_type = "cpu";
1247			compatible = "nvidia,tegra132-denver";
1248			reg = <0>;
1249		};
1250
1251		cpu@1 {
1252			device_type = "cpu";
1253			compatible = "nvidia,tegra132-denver";
1254			reg = <1>;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1255		};
1256	};
1257
1258	timer {
1259		compatible = "arm,armv7-timer";
1260		interrupts = <GIC_PPI 13
1261				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
1262			     <GIC_PPI 14
1263				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
1264			     <GIC_PPI 11
1265				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
1266			     <GIC_PPI 10
1267				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
1268		interrupt-parent = <&gic>;
1269	};
1270};