| // SPDX-License-Identifier: GPL-2.0 | 
 | #include <dt-bindings/clock/tegra194-clock.h> | 
 | #include <dt-bindings/gpio/tegra194-gpio.h> | 
 | #include <dt-bindings/interrupt-controller/arm-gic.h> | 
 | #include <dt-bindings/mailbox/tegra186-hsp.h> | 
 | #include <dt-bindings/pinctrl/pinctrl-tegra.h> | 
 | #include <dt-bindings/power/tegra194-powergate.h> | 
 | #include <dt-bindings/reset/tegra194-reset.h> | 
 | #include <dt-bindings/thermal/tegra194-bpmp-thermal.h> | 
 | #include <dt-bindings/memory/tegra194-mc.h> | 
 |  | 
 | / { | 
 | 	compatible = "nvidia,tegra194"; | 
 | 	interrupt-parent = <&gic>; | 
 | 	#address-cells = <2>; | 
 | 	#size-cells = <2>; | 
 |  | 
 | 	/* control backbone */ | 
 | 	bus@0 { | 
 | 		compatible = "simple-bus"; | 
 | 		#address-cells = <1>; | 
 | 		#size-cells = <1>; | 
 | 		ranges = <0x0 0x0 0x0 0x40000000>; | 
 |  | 
 | 		misc@100000 { | 
 | 			compatible = "nvidia,tegra194-misc"; | 
 | 			reg = <0x00100000 0xf000>, | 
 | 			      <0x0010f000 0x1000>; | 
 | 		}; | 
 |  | 
 | 		gpio: gpio@2200000 { | 
 | 			compatible = "nvidia,tegra194-gpio"; | 
 | 			reg-names = "security", "gpio"; | 
 | 			reg = <0x2200000 0x10000>, | 
 | 			      <0x2210000 0x10000>; | 
 | 			interrupts = <GIC_SPI 288 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 296 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 304 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 312 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 320 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 328 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			#interrupt-cells = <2>; | 
 | 			interrupt-controller; | 
 | 			#gpio-cells = <2>; | 
 | 			gpio-controller; | 
 | 		}; | 
 |  | 
 | 		ethernet@2490000 { | 
 | 			compatible = "nvidia,tegra194-eqos", | 
 | 				     "nvidia,tegra186-eqos", | 
 | 				     "snps,dwc-qos-ethernet-4.10"; | 
 | 			reg = <0x02490000 0x10000>; | 
 | 			interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_AXI_CBB>, | 
 | 				 <&bpmp TEGRA194_CLK_EQOS_AXI>, | 
 | 				 <&bpmp TEGRA194_CLK_EQOS_RX>, | 
 | 				 <&bpmp TEGRA194_CLK_EQOS_TX>, | 
 | 				 <&bpmp TEGRA194_CLK_EQOS_PTP_REF>; | 
 | 			clock-names = "master_bus", "slave_bus", "rx", "tx", "ptp_ref"; | 
 | 			resets = <&bpmp TEGRA194_RESET_EQOS>; | 
 | 			reset-names = "eqos"; | 
 | 			interconnects = <&mc TEGRA194_MEMORY_CLIENT_EQOSR &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_EQOSW &emc>; | 
 | 			interconnect-names = "dma-mem", "write"; | 
 | 			iommus = <&smmu TEGRA194_SID_EQOS>; | 
 | 			status = "disabled"; | 
 |  | 
 | 			snps,write-requests = <1>; | 
 | 			snps,read-requests = <3>; | 
 | 			snps,burst-map = <0x7>; | 
 | 			snps,txpbl = <16>; | 
 | 			snps,rxpbl = <8>; | 
 | 		}; | 
 |  | 
 | 		aconnect@2900000 { | 
 | 			compatible = "nvidia,tegra194-aconnect", | 
 | 				     "nvidia,tegra210-aconnect"; | 
 | 			clocks = <&bpmp TEGRA194_CLK_APE>, | 
 | 				 <&bpmp TEGRA194_CLK_APB2APE>; | 
 | 			clock-names = "ape", "apb2ape"; | 
 | 			power-domains = <&bpmp TEGRA194_POWER_DOMAIN_AUD>; | 
 | 			#address-cells = <1>; | 
 | 			#size-cells = <1>; | 
 | 			ranges = <0x02900000 0x02900000 0x200000>; | 
 | 			status = "disabled"; | 
 |  | 
 | 			adma: dma-controller@2930000 { | 
 | 				compatible = "nvidia,tegra194-adma", | 
 | 					     "nvidia,tegra186-adma"; | 
 | 				reg = <0x02930000 0x20000>; | 
 | 				interrupt-parent = <&agic>; | 
 | 				interrupts =  <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>, | 
 | 					      <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>; | 
 | 				#dma-cells = <1>; | 
 | 				clocks = <&bpmp TEGRA194_CLK_AHUB>; | 
 | 				clock-names = "d_audio"; | 
 | 				status = "disabled"; | 
 | 			}; | 
 |  | 
 | 			agic: interrupt-controller@2a40000 { | 
 | 				compatible = "nvidia,tegra194-agic", | 
 | 					     "nvidia,tegra210-agic"; | 
 | 				#interrupt-cells = <3>; | 
 | 				interrupt-controller; | 
 | 				reg = <0x02a41000 0x1000>, | 
 | 				      <0x02a42000 0x2000>; | 
 | 				interrupts = <GIC_SPI 145 | 
 | 					      (GIC_CPU_MASK_SIMPLE(4) | | 
 | 					       IRQ_TYPE_LEVEL_HIGH)>; | 
 | 				clocks = <&bpmp TEGRA194_CLK_APE>; | 
 | 				clock-names = "clk"; | 
 | 				status = "disabled"; | 
 | 			}; | 
 |  | 
 | 			tegra_ahub: ahub@2900800 { | 
 | 				compatible = "nvidia,tegra194-ahub", | 
 | 					     "nvidia,tegra186-ahub"; | 
 | 				reg = <0x02900800 0x800>; | 
 | 				clocks = <&bpmp TEGRA194_CLK_AHUB>; | 
 | 				clock-names = "ahub"; | 
 | 				assigned-clocks = <&bpmp TEGRA194_CLK_AHUB>; | 
 | 				assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 				#address-cells = <1>; | 
 | 				#size-cells = <1>; | 
 | 				ranges = <0x02900800 0x02900800 0x11800>; | 
 | 				status = "disabled"; | 
 |  | 
 | 				tegra_admaif: admaif@290f000 { | 
 | 					compatible = "nvidia,tegra194-admaif", | 
 | 						     "nvidia,tegra186-admaif"; | 
 | 					reg = <0x0290f000 0x1000>; | 
 | 					dmas = <&adma 1>, <&adma 1>, | 
 | 					       <&adma 2>, <&adma 2>, | 
 | 					       <&adma 3>, <&adma 3>, | 
 | 					       <&adma 4>, <&adma 4>, | 
 | 					       <&adma 5>, <&adma 5>, | 
 | 					       <&adma 6>, <&adma 6>, | 
 | 					       <&adma 7>, <&adma 7>, | 
 | 					       <&adma 8>, <&adma 8>, | 
 | 					       <&adma 9>, <&adma 9>, | 
 | 					       <&adma 10>, <&adma 10>, | 
 | 					       <&adma 11>, <&adma 11>, | 
 | 					       <&adma 12>, <&adma 12>, | 
 | 					       <&adma 13>, <&adma 13>, | 
 | 					       <&adma 14>, <&adma 14>, | 
 | 					       <&adma 15>, <&adma 15>, | 
 | 					       <&adma 16>, <&adma 16>, | 
 | 					       <&adma 17>, <&adma 17>, | 
 | 					       <&adma 18>, <&adma 18>, | 
 | 					       <&adma 19>, <&adma 19>, | 
 | 					       <&adma 20>, <&adma 20>; | 
 | 					dma-names = "rx1", "tx1", | 
 | 						    "rx2", "tx2", | 
 | 						    "rx3", "tx3", | 
 | 						    "rx4", "tx4", | 
 | 						    "rx5", "tx5", | 
 | 						    "rx6", "tx6", | 
 | 						    "rx7", "tx7", | 
 | 						    "rx8", "tx8", | 
 | 						    "rx9", "tx9", | 
 | 						    "rx10", "tx10", | 
 | 						    "rx11", "tx11", | 
 | 						    "rx12", "tx12", | 
 | 						    "rx13", "tx13", | 
 | 						    "rx14", "tx14", | 
 | 						    "rx15", "tx15", | 
 | 						    "rx16", "tx16", | 
 | 						    "rx17", "tx17", | 
 | 						    "rx18", "tx18", | 
 | 						    "rx19", "tx19", | 
 | 						    "rx20", "tx20"; | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				tegra_i2s1: i2s@2901000 { | 
 | 					compatible = "nvidia,tegra194-i2s", | 
 | 						     "nvidia,tegra210-i2s"; | 
 | 					reg = <0x2901000 0x100>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_I2S1>, | 
 | 						 <&bpmp TEGRA194_CLK_I2S1_SYNC_INPUT>; | 
 | 					clock-names = "i2s", "sync_input"; | 
 | 					assigned-clocks = <&bpmp TEGRA194_CLK_I2S1>; | 
 | 					assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 					assigned-clock-rates = <1536000>; | 
 | 					sound-name-prefix = "I2S1"; | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				tegra_i2s2: i2s@2901100 { | 
 | 					compatible = "nvidia,tegra194-i2s", | 
 | 						     "nvidia,tegra210-i2s"; | 
 | 					reg = <0x2901100 0x100>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_I2S2>, | 
 | 						 <&bpmp TEGRA194_CLK_I2S2_SYNC_INPUT>; | 
 | 					clock-names = "i2s", "sync_input"; | 
 | 					assigned-clocks = <&bpmp TEGRA194_CLK_I2S2>; | 
 | 					assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 					assigned-clock-rates = <1536000>; | 
 | 					sound-name-prefix = "I2S2"; | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				tegra_i2s3: i2s@2901200 { | 
 | 					compatible = "nvidia,tegra194-i2s", | 
 | 						     "nvidia,tegra210-i2s"; | 
 | 					reg = <0x2901200 0x100>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_I2S3>, | 
 | 						 <&bpmp TEGRA194_CLK_I2S3_SYNC_INPUT>; | 
 | 					clock-names = "i2s", "sync_input"; | 
 | 					assigned-clocks = <&bpmp TEGRA194_CLK_I2S3>; | 
 | 					assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 					assigned-clock-rates = <1536000>; | 
 | 					sound-name-prefix = "I2S3"; | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				tegra_i2s4: i2s@2901300 { | 
 | 					compatible = "nvidia,tegra194-i2s", | 
 | 						     "nvidia,tegra210-i2s"; | 
 | 					reg = <0x2901300 0x100>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_I2S4>, | 
 | 						 <&bpmp TEGRA194_CLK_I2S4_SYNC_INPUT>; | 
 | 					clock-names = "i2s", "sync_input"; | 
 | 					assigned-clocks = <&bpmp TEGRA194_CLK_I2S4>; | 
 | 					assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 					assigned-clock-rates = <1536000>; | 
 | 					sound-name-prefix = "I2S4"; | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				tegra_i2s5: i2s@2901400 { | 
 | 					compatible = "nvidia,tegra194-i2s", | 
 | 						     "nvidia,tegra210-i2s"; | 
 | 					reg = <0x2901400 0x100>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_I2S5>, | 
 | 						 <&bpmp TEGRA194_CLK_I2S5_SYNC_INPUT>; | 
 | 					clock-names = "i2s", "sync_input"; | 
 | 					assigned-clocks = <&bpmp TEGRA194_CLK_I2S5>; | 
 | 					assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 					assigned-clock-rates = <1536000>; | 
 | 					sound-name-prefix = "I2S5"; | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				tegra_i2s6: i2s@2901500 { | 
 | 					compatible = "nvidia,tegra194-i2s", | 
 | 						     "nvidia,tegra210-i2s"; | 
 | 					reg = <0x2901500 0x100>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_I2S6>, | 
 | 						 <&bpmp TEGRA194_CLK_I2S6_SYNC_INPUT>; | 
 | 					clock-names = "i2s", "sync_input"; | 
 | 					assigned-clocks = <&bpmp TEGRA194_CLK_I2S6>; | 
 | 					assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 					assigned-clock-rates = <1536000>; | 
 | 					sound-name-prefix = "I2S6"; | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				tegra_dmic1: dmic@2904000 { | 
 | 					compatible = "nvidia,tegra194-dmic", | 
 | 						     "nvidia,tegra210-dmic"; | 
 | 					reg = <0x2904000 0x100>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_DMIC1>; | 
 | 					clock-names = "dmic"; | 
 | 					assigned-clocks = <&bpmp TEGRA194_CLK_DMIC1>; | 
 | 					assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 					assigned-clock-rates = <3072000>; | 
 | 					sound-name-prefix = "DMIC1"; | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				tegra_dmic2: dmic@2904100 { | 
 | 					compatible = "nvidia,tegra194-dmic", | 
 | 						     "nvidia,tegra210-dmic"; | 
 | 					reg = <0x2904100 0x100>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_DMIC2>; | 
 | 					clock-names = "dmic"; | 
 | 					assigned-clocks = <&bpmp TEGRA194_CLK_DMIC2>; | 
 | 					assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 					assigned-clock-rates = <3072000>; | 
 | 					sound-name-prefix = "DMIC2"; | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				tegra_dmic3: dmic@2904200 { | 
 | 					compatible = "nvidia,tegra194-dmic", | 
 | 						     "nvidia,tegra210-dmic"; | 
 | 					reg = <0x2904200 0x100>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_DMIC3>; | 
 | 					clock-names = "dmic"; | 
 | 					assigned-clocks = <&bpmp TEGRA194_CLK_DMIC3>; | 
 | 					assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 					assigned-clock-rates = <3072000>; | 
 | 					sound-name-prefix = "DMIC3"; | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				tegra_dmic4: dmic@2904300 { | 
 | 					compatible = "nvidia,tegra194-dmic", | 
 | 						     "nvidia,tegra210-dmic"; | 
 | 					reg = <0x2904300 0x100>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_DMIC4>; | 
 | 					clock-names = "dmic"; | 
 | 					assigned-clocks = <&bpmp TEGRA194_CLK_DMIC4>; | 
 | 					assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 					assigned-clock-rates = <3072000>; | 
 | 					sound-name-prefix = "DMIC4"; | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				tegra_dspk1: dspk@2905000 { | 
 | 					compatible = "nvidia,tegra194-dspk", | 
 | 						     "nvidia,tegra186-dspk"; | 
 | 					reg = <0x2905000 0x100>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_DSPK1>; | 
 | 					clock-names = "dspk"; | 
 | 					assigned-clocks = <&bpmp TEGRA194_CLK_DSPK1>; | 
 | 					assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 					assigned-clock-rates = <12288000>; | 
 | 					sound-name-prefix = "DSPK1"; | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				tegra_dspk2: dspk@2905100 { | 
 | 					compatible = "nvidia,tegra194-dspk", | 
 | 						     "nvidia,tegra186-dspk"; | 
 | 					reg = <0x2905100 0x100>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_DSPK2>; | 
 | 					clock-names = "dspk"; | 
 | 					assigned-clocks = <&bpmp TEGRA194_CLK_DSPK2>; | 
 | 					assigned-clock-parents = <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 					assigned-clock-rates = <12288000>; | 
 | 					sound-name-prefix = "DSPK2"; | 
 | 					status = "disabled"; | 
 | 				}; | 
 | 			}; | 
 | 		}; | 
 |  | 
 | 		pinmux: pinmux@2430000 { | 
 | 			compatible = "nvidia,tegra194-pinmux"; | 
 | 			reg = <0x2430000 0x17000>, | 
 | 			      <0xc300000 0x4000>; | 
 |  | 
 | 			status = "okay"; | 
 |  | 
 | 			pex_rst_c5_out_state: pex_rst_c5_out { | 
 | 				pex_rst { | 
 | 					nvidia,pins = "pex_l5_rst_n_pgg1"; | 
 | 					nvidia,schmitt = <TEGRA_PIN_DISABLE>; | 
 | 					nvidia,lpdr = <TEGRA_PIN_ENABLE>; | 
 | 					nvidia,enable-input = <TEGRA_PIN_DISABLE>; | 
 | 					nvidia,io-hv = <TEGRA_PIN_ENABLE>; | 
 | 					nvidia,tristate = <TEGRA_PIN_DISABLE>; | 
 | 					nvidia,pull = <TEGRA_PIN_PULL_NONE>; | 
 | 				}; | 
 | 			}; | 
 |  | 
 | 			clkreq_c5_bi_dir_state: clkreq_c5_bi_dir { | 
 | 				clkreq { | 
 | 					nvidia,pins = "pex_l5_clkreq_n_pgg0"; | 
 | 					nvidia,schmitt = <TEGRA_PIN_DISABLE>; | 
 | 					nvidia,lpdr = <TEGRA_PIN_ENABLE>; | 
 | 					nvidia,enable-input = <TEGRA_PIN_ENABLE>; | 
 | 					nvidia,io-hv = <TEGRA_PIN_ENABLE>; | 
 | 					nvidia,tristate = <TEGRA_PIN_DISABLE>; | 
 | 					nvidia,pull = <TEGRA_PIN_PULL_NONE>; | 
 | 				}; | 
 | 			}; | 
 | 		}; | 
 |  | 
 | 		mc: memory-controller@2c00000 { | 
 | 			compatible = "nvidia,tegra194-mc"; | 
 | 			reg = <0x02c00000 0x100000>, | 
 | 			      <0x02b80000 0x040000>, | 
 | 			      <0x01700000 0x100000>; | 
 | 			interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			#interconnect-cells = <1>; | 
 | 			status = "disabled"; | 
 |  | 
 | 			#address-cells = <2>; | 
 | 			#size-cells = <2>; | 
 |  | 
 | 			ranges = <0x01700000 0x0 0x01700000 0x0 0x100000>, | 
 | 				 <0x02b80000 0x0 0x02b80000 0x0 0x040000>, | 
 | 				 <0x02c00000 0x0 0x02c00000 0x0 0x100000>; | 
 |  | 
 | 			/* | 
 | 			 * Bit 39 of addresses passing through the memory | 
 | 			 * controller selects the XBAR format used when memory | 
 | 			 * is accessed. This is used to transparently access | 
 | 			 * memory in the XBAR format used by the discrete GPU | 
 | 			 * (bit 39 set) or Tegra (bit 39 clear). | 
 | 			 * | 
 | 			 * As a consequence, the operating system must ensure | 
 | 			 * that bit 39 is never used implicitly, for example | 
 | 			 * via an I/O virtual address mapping of an IOMMU. If | 
 | 			 * devices require access to the XBAR switch, their | 
 | 			 * drivers must set this bit explicitly. | 
 | 			 * | 
 | 			 * Limit the DMA range for memory clients to [38:0]. | 
 | 			 */ | 
 | 			dma-ranges = <0x0 0x0 0x0 0x80 0x0>; | 
 |  | 
 | 			emc: external-memory-controller@2c60000 { | 
 | 				compatible = "nvidia,tegra194-emc"; | 
 | 				reg = <0x0 0x02c60000 0x0 0x90000>, | 
 | 				      <0x0 0x01780000 0x0 0x80000>; | 
 | 				clocks = <&bpmp TEGRA194_CLK_EMC>; | 
 | 				clock-names = "emc"; | 
 |  | 
 | 				#interconnect-cells = <0>; | 
 |  | 
 | 				nvidia,bpmp = <&bpmp>; | 
 | 			}; | 
 | 		}; | 
 |  | 
 | 		uarta: serial@3100000 { | 
 | 			compatible = "nvidia,tegra194-uart", "nvidia,tegra20-uart"; | 
 | 			reg = <0x03100000 0x40>; | 
 | 			reg-shift = <2>; | 
 | 			interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_UARTA>; | 
 | 			clock-names = "serial"; | 
 | 			resets = <&bpmp TEGRA194_RESET_UARTA>; | 
 | 			reset-names = "serial"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		uartb: serial@3110000 { | 
 | 			compatible = "nvidia,tegra194-uart", "nvidia,tegra20-uart"; | 
 | 			reg = <0x03110000 0x40>; | 
 | 			reg-shift = <2>; | 
 | 			interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_UARTB>; | 
 | 			clock-names = "serial"; | 
 | 			resets = <&bpmp TEGRA194_RESET_UARTB>; | 
 | 			reset-names = "serial"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		uartd: serial@3130000 { | 
 | 			compatible = "nvidia,tegra194-uart", "nvidia,tegra20-uart"; | 
 | 			reg = <0x03130000 0x40>; | 
 | 			reg-shift = <2>; | 
 | 			interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_UARTD>; | 
 | 			clock-names = "serial"; | 
 | 			resets = <&bpmp TEGRA194_RESET_UARTD>; | 
 | 			reset-names = "serial"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		uarte: serial@3140000 { | 
 | 			compatible = "nvidia,tegra194-uart", "nvidia,tegra20-uart"; | 
 | 			reg = <0x03140000 0x40>; | 
 | 			reg-shift = <2>; | 
 | 			interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_UARTE>; | 
 | 			clock-names = "serial"; | 
 | 			resets = <&bpmp TEGRA194_RESET_UARTE>; | 
 | 			reset-names = "serial"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		uartf: serial@3150000 { | 
 | 			compatible = "nvidia,tegra194-uart", "nvidia,tegra20-uart"; | 
 | 			reg = <0x03150000 0x40>; | 
 | 			reg-shift = <2>; | 
 | 			interrupts = <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_UARTF>; | 
 | 			clock-names = "serial"; | 
 | 			resets = <&bpmp TEGRA194_RESET_UARTF>; | 
 | 			reset-names = "serial"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		gen1_i2c: i2c@3160000 { | 
 | 			compatible = "nvidia,tegra194-i2c"; | 
 | 			reg = <0x03160000 0x10000>; | 
 | 			interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			#address-cells = <1>; | 
 | 			#size-cells = <0>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_I2C1>; | 
 | 			clock-names = "div-clk"; | 
 | 			resets = <&bpmp TEGRA194_RESET_I2C1>; | 
 | 			reset-names = "i2c"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		uarth: serial@3170000 { | 
 | 			compatible = "nvidia,tegra194-uart", "nvidia,tegra20-uart"; | 
 | 			reg = <0x03170000 0x40>; | 
 | 			reg-shift = <2>; | 
 | 			interrupts = <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_UARTH>; | 
 | 			clock-names = "serial"; | 
 | 			resets = <&bpmp TEGRA194_RESET_UARTH>; | 
 | 			reset-names = "serial"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		cam_i2c: i2c@3180000 { | 
 | 			compatible = "nvidia,tegra194-i2c"; | 
 | 			reg = <0x03180000 0x10000>; | 
 | 			interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			#address-cells = <1>; | 
 | 			#size-cells = <0>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_I2C3>; | 
 | 			clock-names = "div-clk"; | 
 | 			resets = <&bpmp TEGRA194_RESET_I2C3>; | 
 | 			reset-names = "i2c"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		/* shares pads with dpaux1 */ | 
 | 		dp_aux_ch1_i2c: i2c@3190000 { | 
 | 			compatible = "nvidia,tegra194-i2c"; | 
 | 			reg = <0x03190000 0x10000>; | 
 | 			interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			#address-cells = <1>; | 
 | 			#size-cells = <0>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_I2C4>; | 
 | 			clock-names = "div-clk"; | 
 | 			resets = <&bpmp TEGRA194_RESET_I2C4>; | 
 | 			reset-names = "i2c"; | 
 | 			pinctrl-0 = <&state_dpaux1_i2c>; | 
 | 			pinctrl-1 = <&state_dpaux1_off>; | 
 | 			pinctrl-names = "default", "idle"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		/* shares pads with dpaux0 */ | 
 | 		dp_aux_ch0_i2c: i2c@31b0000 { | 
 | 			compatible = "nvidia,tegra194-i2c"; | 
 | 			reg = <0x031b0000 0x10000>; | 
 | 			interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			#address-cells = <1>; | 
 | 			#size-cells = <0>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_I2C6>; | 
 | 			clock-names = "div-clk"; | 
 | 			resets = <&bpmp TEGRA194_RESET_I2C6>; | 
 | 			reset-names = "i2c"; | 
 | 			pinctrl-0 = <&state_dpaux0_i2c>; | 
 | 			pinctrl-1 = <&state_dpaux0_off>; | 
 | 			pinctrl-names = "default", "idle"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		/* shares pads with dpaux2 */ | 
 | 		dp_aux_ch2_i2c: i2c@31c0000 { | 
 | 			compatible = "nvidia,tegra194-i2c"; | 
 | 			reg = <0x031c0000 0x10000>; | 
 | 			interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			#address-cells = <1>; | 
 | 			#size-cells = <0>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_I2C7>; | 
 | 			clock-names = "div-clk"; | 
 | 			resets = <&bpmp TEGRA194_RESET_I2C7>; | 
 | 			reset-names = "i2c"; | 
 | 			pinctrl-0 = <&state_dpaux2_i2c>; | 
 | 			pinctrl-1 = <&state_dpaux2_off>; | 
 | 			pinctrl-names = "default", "idle"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		/* shares pads with dpaux3 */ | 
 | 		dp_aux_ch3_i2c: i2c@31e0000 { | 
 | 			compatible = "nvidia,tegra194-i2c"; | 
 | 			reg = <0x031e0000 0x10000>; | 
 | 			interrupts = <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			#address-cells = <1>; | 
 | 			#size-cells = <0>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_I2C9>; | 
 | 			clock-names = "div-clk"; | 
 | 			resets = <&bpmp TEGRA194_RESET_I2C9>; | 
 | 			reset-names = "i2c"; | 
 | 			pinctrl-0 = <&state_dpaux3_i2c>; | 
 | 			pinctrl-1 = <&state_dpaux3_off>; | 
 | 			pinctrl-names = "default", "idle"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		spi@3270000 { | 
 | 			compatible = "nvidia,tegra194-qspi"; | 
 | 			reg = <0x3270000 0x1000>; | 
 | 			interrupts = <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			#address-cells = <1>; | 
 | 			#size-cells = <0>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_QSPI0>, | 
 | 				 <&bpmp TEGRA194_CLK_QSPI0_PM>; | 
 | 			clock-names = "qspi", "qspi_out"; | 
 | 			resets = <&bpmp TEGRA194_RESET_QSPI0>; | 
 | 			reset-names = "qspi"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		spi@3300000 { | 
 | 			compatible = "nvidia,tegra194-qspi"; | 
 | 			reg = <0x3300000 0x1000>; | 
 | 			interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			#address-cells = <1>; | 
 | 			#size-cells = <0>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_QSPI1>, | 
 | 				 <&bpmp TEGRA194_CLK_QSPI1_PM>; | 
 | 			clock-names = "qspi", "qspi_out"; | 
 | 			resets = <&bpmp TEGRA194_RESET_QSPI1>; | 
 | 			reset-names = "qspi"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		pwm1: pwm@3280000 { | 
 | 			compatible = "nvidia,tegra194-pwm", | 
 | 				     "nvidia,tegra186-pwm"; | 
 | 			reg = <0x3280000 0x10000>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_PWM1>; | 
 | 			clock-names = "pwm"; | 
 | 			resets = <&bpmp TEGRA194_RESET_PWM1>; | 
 | 			reset-names = "pwm"; | 
 | 			status = "disabled"; | 
 | 			#pwm-cells = <2>; | 
 | 		}; | 
 |  | 
 | 		pwm2: pwm@3290000 { | 
 | 			compatible = "nvidia,tegra194-pwm", | 
 | 				     "nvidia,tegra186-pwm"; | 
 | 			reg = <0x3290000 0x10000>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_PWM2>; | 
 | 			clock-names = "pwm"; | 
 | 			resets = <&bpmp TEGRA194_RESET_PWM2>; | 
 | 			reset-names = "pwm"; | 
 | 			status = "disabled"; | 
 | 			#pwm-cells = <2>; | 
 | 		}; | 
 |  | 
 | 		pwm3: pwm@32a0000 { | 
 | 			compatible = "nvidia,tegra194-pwm", | 
 | 				     "nvidia,tegra186-pwm"; | 
 | 			reg = <0x32a0000 0x10000>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_PWM3>; | 
 | 			clock-names = "pwm"; | 
 | 			resets = <&bpmp TEGRA194_RESET_PWM3>; | 
 | 			reset-names = "pwm"; | 
 | 			status = "disabled"; | 
 | 			#pwm-cells = <2>; | 
 | 		}; | 
 |  | 
 | 		pwm5: pwm@32c0000 { | 
 | 			compatible = "nvidia,tegra194-pwm", | 
 | 				     "nvidia,tegra186-pwm"; | 
 | 			reg = <0x32c0000 0x10000>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_PWM5>; | 
 | 			clock-names = "pwm"; | 
 | 			resets = <&bpmp TEGRA194_RESET_PWM5>; | 
 | 			reset-names = "pwm"; | 
 | 			status = "disabled"; | 
 | 			#pwm-cells = <2>; | 
 | 		}; | 
 |  | 
 | 		pwm6: pwm@32d0000 { | 
 | 			compatible = "nvidia,tegra194-pwm", | 
 | 				     "nvidia,tegra186-pwm"; | 
 | 			reg = <0x32d0000 0x10000>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_PWM6>; | 
 | 			clock-names = "pwm"; | 
 | 			resets = <&bpmp TEGRA194_RESET_PWM6>; | 
 | 			reset-names = "pwm"; | 
 | 			status = "disabled"; | 
 | 			#pwm-cells = <2>; | 
 | 		}; | 
 |  | 
 | 		pwm7: pwm@32e0000 { | 
 | 			compatible = "nvidia,tegra194-pwm", | 
 | 				     "nvidia,tegra186-pwm"; | 
 | 			reg = <0x32e0000 0x10000>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_PWM7>; | 
 | 			clock-names = "pwm"; | 
 | 			resets = <&bpmp TEGRA194_RESET_PWM7>; | 
 | 			reset-names = "pwm"; | 
 | 			status = "disabled"; | 
 | 			#pwm-cells = <2>; | 
 | 		}; | 
 |  | 
 | 		pwm8: pwm@32f0000 { | 
 | 			compatible = "nvidia,tegra194-pwm", | 
 | 				     "nvidia,tegra186-pwm"; | 
 | 			reg = <0x32f0000 0x10000>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_PWM8>; | 
 | 			clock-names = "pwm"; | 
 | 			resets = <&bpmp TEGRA194_RESET_PWM8>; | 
 | 			reset-names = "pwm"; | 
 | 			status = "disabled"; | 
 | 			#pwm-cells = <2>; | 
 | 		}; | 
 |  | 
 | 		sdmmc1: mmc@3400000 { | 
 | 			compatible = "nvidia,tegra194-sdhci"; | 
 | 			reg = <0x03400000 0x10000>; | 
 | 			interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_SDMMC1>, | 
 | 				 <&bpmp TEGRA194_CLK_SDMMC_LEGACY_TM>; | 
 | 			clock-names = "sdhci", "tmclk"; | 
 | 			resets = <&bpmp TEGRA194_RESET_SDMMC1>; | 
 | 			reset-names = "sdhci"; | 
 | 			interconnects = <&mc TEGRA194_MEMORY_CLIENT_SDMMCRA &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_SDMMCWA &emc>; | 
 | 			interconnect-names = "dma-mem", "write"; | 
 | 			iommus = <&smmu TEGRA194_SID_SDMMC1>; | 
 | 			nvidia,pad-autocal-pull-up-offset-3v3-timeout = | 
 | 									<0x07>; | 
 | 			nvidia,pad-autocal-pull-down-offset-3v3-timeout = | 
 | 									<0x07>; | 
 | 			nvidia,pad-autocal-pull-up-offset-1v8-timeout = <0x06>; | 
 | 			nvidia,pad-autocal-pull-down-offset-1v8-timeout = | 
 | 									<0x07>; | 
 | 			nvidia,pad-autocal-pull-up-offset-sdr104 = <0x00>; | 
 | 			nvidia,pad-autocal-pull-down-offset-sdr104 = <0x00>; | 
 | 			nvidia,default-tap = <0x9>; | 
 | 			nvidia,default-trim = <0x5>; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		sdmmc3: mmc@3440000 { | 
 | 			compatible = "nvidia,tegra194-sdhci"; | 
 | 			reg = <0x03440000 0x10000>; | 
 | 			interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_SDMMC3>, | 
 | 				 <&bpmp TEGRA194_CLK_SDMMC_LEGACY_TM>; | 
 | 			clock-names = "sdhci", "tmclk"; | 
 | 			resets = <&bpmp TEGRA194_RESET_SDMMC3>; | 
 | 			reset-names = "sdhci"; | 
 | 			interconnects = <&mc TEGRA194_MEMORY_CLIENT_SDMMCR &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_SDMMCW &emc>; | 
 | 			interconnect-names = "dma-mem", "write"; | 
 | 			iommus = <&smmu TEGRA194_SID_SDMMC3>; | 
 | 			nvidia,pad-autocal-pull-up-offset-1v8 = <0x00>; | 
 | 			nvidia,pad-autocal-pull-down-offset-1v8 = <0x7a>; | 
 | 			nvidia,pad-autocal-pull-up-offset-3v3-timeout = <0x07>; | 
 | 			nvidia,pad-autocal-pull-down-offset-3v3-timeout = | 
 | 									<0x07>; | 
 | 			nvidia,pad-autocal-pull-up-offset-1v8-timeout = <0x06>; | 
 | 			nvidia,pad-autocal-pull-down-offset-1v8-timeout = | 
 | 									<0x07>; | 
 | 			nvidia,pad-autocal-pull-up-offset-sdr104 = <0x00>; | 
 | 			nvidia,pad-autocal-pull-down-offset-sdr104 = <0x00>; | 
 | 			nvidia,default-tap = <0x9>; | 
 | 			nvidia,default-trim = <0x5>; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		sdmmc4: mmc@3460000 { | 
 | 			compatible = "nvidia,tegra194-sdhci"; | 
 | 			reg = <0x03460000 0x10000>; | 
 | 			interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_SDMMC4>, | 
 | 				 <&bpmp TEGRA194_CLK_SDMMC_LEGACY_TM>; | 
 | 			clock-names = "sdhci", "tmclk"; | 
 | 			assigned-clocks = <&bpmp TEGRA194_CLK_SDMMC4>, | 
 | 					  <&bpmp TEGRA194_CLK_PLLC4>; | 
 | 			assigned-clock-parents = | 
 | 					  <&bpmp TEGRA194_CLK_PLLC4>; | 
 | 			resets = <&bpmp TEGRA194_RESET_SDMMC4>; | 
 | 			reset-names = "sdhci"; | 
 | 			interconnects = <&mc TEGRA194_MEMORY_CLIENT_SDMMCRAB &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_SDMMCWAB &emc>; | 
 | 			interconnect-names = "dma-mem", "write"; | 
 | 			iommus = <&smmu TEGRA194_SID_SDMMC4>; | 
 | 			nvidia,pad-autocal-pull-up-offset-hs400 = <0x00>; | 
 | 			nvidia,pad-autocal-pull-down-offset-hs400 = <0x00>; | 
 | 			nvidia,pad-autocal-pull-up-offset-1v8-timeout = <0x0a>; | 
 | 			nvidia,pad-autocal-pull-down-offset-1v8-timeout = | 
 | 									<0x0a>; | 
 | 			nvidia,pad-autocal-pull-up-offset-3v3-timeout = <0x0a>; | 
 | 			nvidia,pad-autocal-pull-down-offset-3v3-timeout = | 
 | 									<0x0a>; | 
 | 			nvidia,default-tap = <0x8>; | 
 | 			nvidia,default-trim = <0x14>; | 
 | 			nvidia,dqs-trim = <40>; | 
 | 			supports-cqe; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		hda@3510000 { | 
 | 			compatible = "nvidia,tegra194-hda", "nvidia,tegra30-hda"; | 
 | 			reg = <0x3510000 0x10000>; | 
 | 			interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_HDA>, | 
 | 				 <&bpmp TEGRA194_CLK_HDA2HDMICODEC>, | 
 | 				 <&bpmp TEGRA194_CLK_HDA2CODEC_2X>; | 
 | 			clock-names = "hda", "hda2hdmi", "hda2codec_2x"; | 
 | 			resets = <&bpmp TEGRA194_RESET_HDA>, | 
 | 				 <&bpmp TEGRA194_RESET_HDA2HDMICODEC>; | 
 | 			reset-names = "hda", "hda2hdmi"; | 
 | 			power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISP>; | 
 | 			interconnects = <&mc TEGRA194_MEMORY_CLIENT_HDAR &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_HDAW &emc>; | 
 | 			interconnect-names = "dma-mem", "write"; | 
 | 			iommus = <&smmu TEGRA194_SID_HDA>; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		xusb_padctl: padctl@3520000 { | 
 | 			compatible = "nvidia,tegra194-xusb-padctl"; | 
 | 			reg = <0x03520000 0x1000>, | 
 | 			      <0x03540000 0x1000>; | 
 | 			reg-names = "padctl", "ao"; | 
 | 			interrupts = <GIC_SPI 167 IRQ_TYPE_LEVEL_HIGH>; | 
 |  | 
 | 			resets = <&bpmp TEGRA194_RESET_XUSB_PADCTL>; | 
 | 			reset-names = "padctl"; | 
 |  | 
 | 			status = "disabled"; | 
 |  | 
 | 			pads { | 
 | 				usb2 { | 
 | 					clocks = <&bpmp TEGRA194_CLK_USB2_TRK>; | 
 | 					clock-names = "trk"; | 
 |  | 
 | 					lanes { | 
 | 						usb2-0 { | 
 | 							nvidia,function = "xusb"; | 
 | 							status = "disabled"; | 
 | 							#phy-cells = <0>; | 
 | 						}; | 
 |  | 
 | 						usb2-1 { | 
 | 							nvidia,function = "xusb"; | 
 | 							status = "disabled"; | 
 | 							#phy-cells = <0>; | 
 | 						}; | 
 |  | 
 | 						usb2-2 { | 
 | 							nvidia,function = "xusb"; | 
 | 							status = "disabled"; | 
 | 							#phy-cells = <0>; | 
 | 						}; | 
 |  | 
 | 						usb2-3 { | 
 | 							nvidia,function = "xusb"; | 
 | 							status = "disabled"; | 
 | 							#phy-cells = <0>; | 
 | 						}; | 
 | 					}; | 
 | 				}; | 
 |  | 
 | 				usb3 { | 
 | 					lanes { | 
 | 						usb3-0 { | 
 | 							nvidia,function = "xusb"; | 
 | 							status = "disabled"; | 
 | 							#phy-cells = <0>; | 
 | 						}; | 
 |  | 
 | 						usb3-1 { | 
 | 							nvidia,function = "xusb"; | 
 | 							status = "disabled"; | 
 | 							#phy-cells = <0>; | 
 | 						}; | 
 |  | 
 | 						usb3-2 { | 
 | 							nvidia,function = "xusb"; | 
 | 							status = "disabled"; | 
 | 							#phy-cells = <0>; | 
 | 						}; | 
 |  | 
 | 						usb3-3 { | 
 | 							nvidia,function = "xusb"; | 
 | 							status = "disabled"; | 
 | 							#phy-cells = <0>; | 
 | 						}; | 
 | 					}; | 
 | 				}; | 
 | 			}; | 
 |  | 
 | 			ports { | 
 | 				usb2-0 { | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				usb2-1 { | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				usb2-2 { | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				usb2-3 { | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				usb3-0 { | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				usb3-1 { | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				usb3-2 { | 
 | 					status = "disabled"; | 
 | 				}; | 
 |  | 
 | 				usb3-3 { | 
 | 					status = "disabled"; | 
 | 				}; | 
 | 			}; | 
 | 		}; | 
 |  | 
 | 		usb@3550000 { | 
 | 			compatible = "nvidia,tegra194-xudc"; | 
 | 			reg = <0x03550000 0x8000>, | 
 | 			      <0x03558000 0x1000>; | 
 | 			reg-names = "base", "fpci"; | 
 | 			interrupts = <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_XUSB_CORE_DEV>, | 
 | 				 <&bpmp TEGRA194_CLK_XUSB_CORE_SS>, | 
 | 				 <&bpmp TEGRA194_CLK_XUSB_SS>, | 
 | 				 <&bpmp TEGRA194_CLK_XUSB_FS>; | 
 | 			clock-names = "dev", "ss", "ss_src", "fs_src"; | 
 | 			interconnects = <&mc TEGRA194_MEMORY_CLIENT_XUSB_DEVR &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_XUSB_DEVW &emc>; | 
 | 			interconnect-names = "dma-mem", "write"; | 
 | 			iommus = <&smmu TEGRA194_SID_XUSB_DEV>; | 
 | 			power-domains = <&bpmp TEGRA194_POWER_DOMAIN_XUSBB>, | 
 | 					<&bpmp TEGRA194_POWER_DOMAIN_XUSBA>; | 
 | 			power-domain-names = "dev", "ss"; | 
 | 			nvidia,xusb-padctl = <&xusb_padctl>; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		usb@3610000 { | 
 | 			compatible = "nvidia,tegra194-xusb"; | 
 | 			reg = <0x03610000 0x40000>, | 
 | 			      <0x03600000 0x10000>; | 
 | 			reg-names = "hcd", "fpci"; | 
 |  | 
 | 			interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; | 
 |  | 
 | 			clocks = <&bpmp TEGRA194_CLK_XUSB_CORE_HOST>, | 
 | 				 <&bpmp TEGRA194_CLK_XUSB_FALCON>, | 
 | 				 <&bpmp TEGRA194_CLK_XUSB_CORE_SS>, | 
 | 				 <&bpmp TEGRA194_CLK_XUSB_SS>, | 
 | 				 <&bpmp TEGRA194_CLK_CLK_M>, | 
 | 				 <&bpmp TEGRA194_CLK_XUSB_FS>, | 
 | 				 <&bpmp TEGRA194_CLK_UTMIPLL>, | 
 | 				 <&bpmp TEGRA194_CLK_CLK_M>, | 
 | 				 <&bpmp TEGRA194_CLK_PLLE>; | 
 | 			clock-names = "xusb_host", "xusb_falcon_src", | 
 | 				      "xusb_ss", "xusb_ss_src", "xusb_hs_src", | 
 | 				      "xusb_fs_src", "pll_u_480m", "clk_m", | 
 | 				      "pll_e"; | 
 | 			interconnects = <&mc TEGRA194_MEMORY_CLIENT_XUSB_HOSTR &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_XUSB_HOSTW &emc>; | 
 | 			interconnect-names = "dma-mem", "write"; | 
 | 			iommus = <&smmu TEGRA194_SID_XUSB_HOST>; | 
 |  | 
 | 			power-domains = <&bpmp TEGRA194_POWER_DOMAIN_XUSBC>, | 
 | 					<&bpmp TEGRA194_POWER_DOMAIN_XUSBA>; | 
 | 			power-domain-names = "xusb_host", "xusb_ss"; | 
 |  | 
 | 			nvidia,xusb-padctl = <&xusb_padctl>; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		fuse@3820000 { | 
 | 			compatible = "nvidia,tegra194-efuse"; | 
 | 			reg = <0x03820000 0x10000>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_FUSE>; | 
 | 			clock-names = "fuse"; | 
 | 		}; | 
 |  | 
 | 		gic: interrupt-controller@3881000 { | 
 | 			compatible = "arm,gic-400"; | 
 | 			#interrupt-cells = <3>; | 
 | 			interrupt-controller; | 
 | 			reg = <0x03881000 0x1000>, | 
 | 			      <0x03882000 0x2000>, | 
 | 			      <0x03884000 0x2000>, | 
 | 			      <0x03886000 0x2000>; | 
 | 			interrupts = <GIC_PPI 9 | 
 | 				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; | 
 | 			interrupt-parent = <&gic>; | 
 | 		}; | 
 |  | 
 | 		cec@3960000 { | 
 | 			compatible = "nvidia,tegra194-cec"; | 
 | 			reg = <0x03960000 0x10000>; | 
 | 			interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_CEC>; | 
 | 			clock-names = "cec"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		hsp_top0: hsp@3c00000 { | 
 | 			compatible = "nvidia,tegra194-hsp", "nvidia,tegra186-hsp"; | 
 | 			reg = <0x03c00000 0xa0000>; | 
 | 			interrupts = <GIC_SPI 176 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			             <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			             <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			             <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			             <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			             <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			             <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			             <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			             <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			interrupt-names = "doorbell", "shared0", "shared1", "shared2", | 
 | 			                  "shared3", "shared4", "shared5", "shared6", | 
 | 			                  "shared7"; | 
 | 			#mbox-cells = <2>; | 
 | 		}; | 
 |  | 
 | 		p2u_hsio_0: phy@3e10000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03e10000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_hsio_1: phy@3e20000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03e20000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_hsio_2: phy@3e30000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03e30000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_hsio_3: phy@3e40000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03e40000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_hsio_4: phy@3e50000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03e50000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_hsio_5: phy@3e60000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03e60000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_hsio_6: phy@3e70000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03e70000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_hsio_7: phy@3e80000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03e80000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_hsio_8: phy@3e90000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03e90000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_hsio_9: phy@3ea0000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03ea0000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_nvhs_0: phy@3eb0000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03eb0000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_nvhs_1: phy@3ec0000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03ec0000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_nvhs_2: phy@3ed0000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03ed0000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_nvhs_3: phy@3ee0000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03ee0000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_nvhs_4: phy@3ef0000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03ef0000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_nvhs_5: phy@3f00000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03f00000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_nvhs_6: phy@3f10000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03f10000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_nvhs_7: phy@3f20000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03f20000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_hsio_10: phy@3f30000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03f30000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		p2u_hsio_11: phy@3f40000 { | 
 | 			compatible = "nvidia,tegra194-p2u"; | 
 | 			reg = <0x03f40000 0x10000>; | 
 | 			reg-names = "ctl"; | 
 |  | 
 | 			#phy-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		hsp_aon: hsp@c150000 { | 
 | 			compatible = "nvidia,tegra194-hsp", "nvidia,tegra186-hsp"; | 
 | 			reg = <0x0c150000 0x90000>; | 
 | 			interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			             <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			             <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			             <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			/* | 
 | 			 * Shared interrupt 0 is routed only to AON/SPE, so | 
 | 			 * we only have 4 shared interrupts for the CCPLEX. | 
 | 			 */ | 
 | 			interrupt-names = "shared1", "shared2", "shared3", "shared4"; | 
 | 			#mbox-cells = <2>; | 
 | 		}; | 
 |  | 
 | 		gen2_i2c: i2c@c240000 { | 
 | 			compatible = "nvidia,tegra194-i2c"; | 
 | 			reg = <0x0c240000 0x10000>; | 
 | 			interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			#address-cells = <1>; | 
 | 			#size-cells = <0>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_I2C2>; | 
 | 			clock-names = "div-clk"; | 
 | 			resets = <&bpmp TEGRA194_RESET_I2C2>; | 
 | 			reset-names = "i2c"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		gen8_i2c: i2c@c250000 { | 
 | 			compatible = "nvidia,tegra194-i2c"; | 
 | 			reg = <0x0c250000 0x10000>; | 
 | 			interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			#address-cells = <1>; | 
 | 			#size-cells = <0>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_I2C8>; | 
 | 			clock-names = "div-clk"; | 
 | 			resets = <&bpmp TEGRA194_RESET_I2C8>; | 
 | 			reset-names = "i2c"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		uartc: serial@c280000 { | 
 | 			compatible = "nvidia,tegra194-uart", "nvidia,tegra20-uart"; | 
 | 			reg = <0x0c280000 0x40>; | 
 | 			reg-shift = <2>; | 
 | 			interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_UARTC>; | 
 | 			clock-names = "serial"; | 
 | 			resets = <&bpmp TEGRA194_RESET_UARTC>; | 
 | 			reset-names = "serial"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		uartg: serial@c290000 { | 
 | 			compatible = "nvidia,tegra194-uart", "nvidia,tegra20-uart"; | 
 | 			reg = <0x0c290000 0x40>; | 
 | 			reg-shift = <2>; | 
 | 			interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_UARTG>; | 
 | 			clock-names = "serial"; | 
 | 			resets = <&bpmp TEGRA194_RESET_UARTG>; | 
 | 			reset-names = "serial"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		rtc: rtc@c2a0000 { | 
 | 			compatible = "nvidia,tegra194-rtc", "nvidia,tegra20-rtc"; | 
 | 			reg = <0x0c2a0000 0x10000>; | 
 | 			interrupt-parent = <&pmc>; | 
 | 			interrupts = <73 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_CLK_32K>; | 
 | 			clock-names = "rtc"; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		gpio_aon: gpio@c2f0000 { | 
 | 			compatible = "nvidia,tegra194-gpio-aon"; | 
 | 			reg-names = "security", "gpio"; | 
 | 			reg = <0xc2f0000 0x1000>, | 
 | 			      <0xc2f1000 0x1000>; | 
 | 			interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			gpio-controller; | 
 | 			#gpio-cells = <2>; | 
 | 			interrupt-controller; | 
 | 			#interrupt-cells = <2>; | 
 | 		}; | 
 |  | 
 | 		pwm4: pwm@c340000 { | 
 | 			compatible = "nvidia,tegra194-pwm", | 
 | 				     "nvidia,tegra186-pwm"; | 
 | 			reg = <0xc340000 0x10000>; | 
 | 			clocks = <&bpmp TEGRA194_CLK_PWM4>; | 
 | 			clock-names = "pwm"; | 
 | 			resets = <&bpmp TEGRA194_RESET_PWM4>; | 
 | 			reset-names = "pwm"; | 
 | 			status = "disabled"; | 
 | 			#pwm-cells = <2>; | 
 | 		}; | 
 |  | 
 | 		pmc: pmc@c360000 { | 
 | 			compatible = "nvidia,tegra194-pmc"; | 
 | 			reg = <0x0c360000 0x10000>, | 
 | 			      <0x0c370000 0x10000>, | 
 | 			      <0x0c380000 0x10000>, | 
 | 			      <0x0c390000 0x10000>, | 
 | 			      <0x0c3a0000 0x10000>; | 
 | 			reg-names = "pmc", "wake", "aotag", "scratch", "misc"; | 
 |  | 
 | 			#interrupt-cells = <2>; | 
 | 			interrupt-controller; | 
 | 		}; | 
 |  | 
 | 		smmu: iommu@12000000 { | 
 | 			compatible = "nvidia,tegra194-smmu", "nvidia,smmu-500"; | 
 | 			reg = <0x12000000 0x800000>, | 
 | 			      <0x11000000 0x800000>; | 
 | 			interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 232 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			stream-match-mask = <0x7f80>; | 
 | 			#global-interrupts = <2>; | 
 | 			#iommu-cells = <1>; | 
 |  | 
 | 			nvidia,memory-controller = <&mc>; | 
 | 			status = "okay"; | 
 | 		}; | 
 |  | 
 | 		host1x@13e00000 { | 
 | 			compatible = "nvidia,tegra194-host1x"; | 
 | 			reg = <0x13e00000 0x10000>, | 
 | 			      <0x13e10000 0x10000>; | 
 | 			reg-names = "hypervisor", "vm"; | 
 | 			interrupts = <GIC_SPI 265 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 263 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			interrupt-names = "syncpt", "host1x"; | 
 | 			clocks = <&bpmp TEGRA194_CLK_HOST1X>; | 
 | 			clock-names = "host1x"; | 
 | 			resets = <&bpmp TEGRA194_RESET_HOST1X>; | 
 | 			reset-names = "host1x"; | 
 |  | 
 | 			#address-cells = <1>; | 
 | 			#size-cells = <1>; | 
 |  | 
 | 			ranges = <0x15000000 0x15000000 0x01000000>; | 
 | 			interconnects = <&mc TEGRA194_MEMORY_CLIENT_HOST1XDMAR &emc>; | 
 | 			interconnect-names = "dma-mem"; | 
 | 			iommus = <&smmu TEGRA194_SID_HOST1X>; | 
 |  | 
 | 			display-hub@15200000 { | 
 | 				compatible = "nvidia,tegra194-display"; | 
 | 				reg = <0x15200000 0x00040000>; | 
 | 				resets = <&bpmp TEGRA194_RESET_NVDISPLAY0_MISC>, | 
 | 					 <&bpmp TEGRA194_RESET_NVDISPLAY0_WGRP0>, | 
 | 					 <&bpmp TEGRA194_RESET_NVDISPLAY0_WGRP1>, | 
 | 					 <&bpmp TEGRA194_RESET_NVDISPLAY0_WGRP2>, | 
 | 					 <&bpmp TEGRA194_RESET_NVDISPLAY0_WGRP3>, | 
 | 					 <&bpmp TEGRA194_RESET_NVDISPLAY0_WGRP4>, | 
 | 					 <&bpmp TEGRA194_RESET_NVDISPLAY0_WGRP5>; | 
 | 				reset-names = "misc", "wgrp0", "wgrp1", "wgrp2", | 
 | 					      "wgrp3", "wgrp4", "wgrp5"; | 
 | 				clocks = <&bpmp TEGRA194_CLK_NVDISPLAY_DISP>, | 
 | 					 <&bpmp TEGRA194_CLK_NVDISPLAYHUB>; | 
 | 				clock-names = "disp", "hub"; | 
 | 				status = "disabled"; | 
 |  | 
 | 				power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISP>; | 
 |  | 
 | 				#address-cells = <1>; | 
 | 				#size-cells = <1>; | 
 |  | 
 | 				ranges = <0x15200000 0x15200000 0x40000>; | 
 |  | 
 | 				display@15200000 { | 
 | 					compatible = "nvidia,tegra194-dc"; | 
 | 					reg = <0x15200000 0x10000>; | 
 | 					interrupts = <GIC_SPI 153 IRQ_TYPE_LEVEL_HIGH>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_NVDISPLAY_P0>; | 
 | 					clock-names = "dc"; | 
 | 					resets = <&bpmp TEGRA194_RESET_NVDISPLAY0_HEAD0>; | 
 | 					reset-names = "dc"; | 
 |  | 
 | 					power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISP>; | 
 | 					interconnects = <&mc TEGRA194_MEMORY_CLIENT_NVDISPLAYR &emc>, | 
 | 							<&mc TEGRA194_MEMORY_CLIENT_NVDISPLAYR1 &emc>; | 
 | 					interconnect-names = "dma-mem", "read-1"; | 
 |  | 
 | 					nvidia,outputs = <&sor0 &sor1 &sor2 &sor3>; | 
 | 					nvidia,head = <0>; | 
 | 				}; | 
 |  | 
 | 				display@15210000 { | 
 | 					compatible = "nvidia,tegra194-dc"; | 
 | 					reg = <0x15210000 0x10000>; | 
 | 					interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_NVDISPLAY_P1>; | 
 | 					clock-names = "dc"; | 
 | 					resets = <&bpmp TEGRA194_RESET_NVDISPLAY0_HEAD1>; | 
 | 					reset-names = "dc"; | 
 |  | 
 | 					power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISPB>; | 
 | 					interconnects = <&mc TEGRA194_MEMORY_CLIENT_NVDISPLAYR &emc>, | 
 | 							<&mc TEGRA194_MEMORY_CLIENT_NVDISPLAYR1 &emc>; | 
 | 					interconnect-names = "dma-mem", "read-1"; | 
 |  | 
 | 					nvidia,outputs = <&sor0 &sor1 &sor2 &sor3>; | 
 | 					nvidia,head = <1>; | 
 | 				}; | 
 |  | 
 | 				display@15220000 { | 
 | 					compatible = "nvidia,tegra194-dc"; | 
 | 					reg = <0x15220000 0x10000>; | 
 | 					interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_NVDISPLAY_P2>; | 
 | 					clock-names = "dc"; | 
 | 					resets = <&bpmp TEGRA194_RESET_NVDISPLAY0_HEAD2>; | 
 | 					reset-names = "dc"; | 
 |  | 
 | 					power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISPC>; | 
 | 					interconnects = <&mc TEGRA194_MEMORY_CLIENT_NVDISPLAYR &emc>, | 
 | 							<&mc TEGRA194_MEMORY_CLIENT_NVDISPLAYR1 &emc>; | 
 | 					interconnect-names = "dma-mem", "read-1"; | 
 |  | 
 | 					nvidia,outputs = <&sor0 &sor1 &sor2 &sor3>; | 
 | 					nvidia,head = <2>; | 
 | 				}; | 
 |  | 
 | 				display@15230000 { | 
 | 					compatible = "nvidia,tegra194-dc"; | 
 | 					reg = <0x15230000 0x10000>; | 
 | 					interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_HIGH>; | 
 | 					clocks = <&bpmp TEGRA194_CLK_NVDISPLAY_P3>; | 
 | 					clock-names = "dc"; | 
 | 					resets = <&bpmp TEGRA194_RESET_NVDISPLAY0_HEAD3>; | 
 | 					reset-names = "dc"; | 
 |  | 
 | 					power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISPC>; | 
 | 					interconnects = <&mc TEGRA194_MEMORY_CLIENT_NVDISPLAYR &emc>, | 
 | 							<&mc TEGRA194_MEMORY_CLIENT_NVDISPLAYR1 &emc>; | 
 | 					interconnect-names = "dma-mem", "read-1"; | 
 |  | 
 | 					nvidia,outputs = <&sor0 &sor1 &sor2 &sor3>; | 
 | 					nvidia,head = <3>; | 
 | 				}; | 
 | 			}; | 
 |  | 
 | 			vic@15340000 { | 
 | 				compatible = "nvidia,tegra194-vic"; | 
 | 				reg = <0x15340000 0x00040000>; | 
 | 				interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>; | 
 | 				clocks = <&bpmp TEGRA194_CLK_VIC>; | 
 | 				clock-names = "vic"; | 
 | 				resets = <&bpmp TEGRA194_RESET_VIC>; | 
 | 				reset-names = "vic"; | 
 |  | 
 | 				power-domains = <&bpmp TEGRA194_POWER_DOMAIN_VIC>; | 
 | 				interconnects = <&mc TEGRA194_MEMORY_CLIENT_VICSRD &emc>, | 
 | 						<&mc TEGRA194_MEMORY_CLIENT_VICSWR &emc>; | 
 | 				interconnect-names = "dma-mem", "write"; | 
 | 				iommus = <&smmu TEGRA194_SID_VIC>; | 
 | 			}; | 
 |  | 
 | 			dpaux0: dpaux@155c0000 { | 
 | 				compatible = "nvidia,tegra194-dpaux"; | 
 | 				reg = <0x155c0000 0x10000>; | 
 | 				interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>; | 
 | 				clocks = <&bpmp TEGRA194_CLK_DPAUX>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLDP>; | 
 | 				clock-names = "dpaux", "parent"; | 
 | 				resets = <&bpmp TEGRA194_RESET_DPAUX>; | 
 | 				reset-names = "dpaux"; | 
 | 				status = "disabled"; | 
 |  | 
 | 				power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISP>; | 
 |  | 
 | 				state_dpaux0_aux: pinmux-aux { | 
 | 					groups = "dpaux-io"; | 
 | 					function = "aux"; | 
 | 				}; | 
 |  | 
 | 				state_dpaux0_i2c: pinmux-i2c { | 
 | 					groups = "dpaux-io"; | 
 | 					function = "i2c"; | 
 | 				}; | 
 |  | 
 | 				state_dpaux0_off: pinmux-off { | 
 | 					groups = "dpaux-io"; | 
 | 					function = "off"; | 
 | 				}; | 
 |  | 
 | 				i2c-bus { | 
 | 					#address-cells = <1>; | 
 | 					#size-cells = <0>; | 
 | 				}; | 
 | 			}; | 
 |  | 
 | 			dpaux1: dpaux@155d0000 { | 
 | 				compatible = "nvidia,tegra194-dpaux"; | 
 | 				reg = <0x155d0000 0x10000>; | 
 | 				interrupts = <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>; | 
 | 				clocks = <&bpmp TEGRA194_CLK_DPAUX1>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLDP>; | 
 | 				clock-names = "dpaux", "parent"; | 
 | 				resets = <&bpmp TEGRA194_RESET_DPAUX1>; | 
 | 				reset-names = "dpaux"; | 
 | 				status = "disabled"; | 
 |  | 
 | 				power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISP>; | 
 |  | 
 | 				state_dpaux1_aux: pinmux-aux { | 
 | 					groups = "dpaux-io"; | 
 | 					function = "aux"; | 
 | 				}; | 
 |  | 
 | 				state_dpaux1_i2c: pinmux-i2c { | 
 | 					groups = "dpaux-io"; | 
 | 					function = "i2c"; | 
 | 				}; | 
 |  | 
 | 				state_dpaux1_off: pinmux-off { | 
 | 					groups = "dpaux-io"; | 
 | 					function = "off"; | 
 | 				}; | 
 |  | 
 | 				i2c-bus { | 
 | 					#address-cells = <1>; | 
 | 					#size-cells = <0>; | 
 | 				}; | 
 | 			}; | 
 |  | 
 | 			dpaux2: dpaux@155e0000 { | 
 | 				compatible = "nvidia,tegra194-dpaux"; | 
 | 				reg = <0x155e0000 0x10000>; | 
 | 				interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>; | 
 | 				clocks = <&bpmp TEGRA194_CLK_DPAUX2>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLDP>; | 
 | 				clock-names = "dpaux", "parent"; | 
 | 				resets = <&bpmp TEGRA194_RESET_DPAUX2>; | 
 | 				reset-names = "dpaux"; | 
 | 				status = "disabled"; | 
 |  | 
 | 				power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISP>; | 
 |  | 
 | 				state_dpaux2_aux: pinmux-aux { | 
 | 					groups = "dpaux-io"; | 
 | 					function = "aux"; | 
 | 				}; | 
 |  | 
 | 				state_dpaux2_i2c: pinmux-i2c { | 
 | 					groups = "dpaux-io"; | 
 | 					function = "i2c"; | 
 | 				}; | 
 |  | 
 | 				state_dpaux2_off: pinmux-off { | 
 | 					groups = "dpaux-io"; | 
 | 					function = "off"; | 
 | 				}; | 
 |  | 
 | 				i2c-bus { | 
 | 					#address-cells = <1>; | 
 | 					#size-cells = <0>; | 
 | 				}; | 
 | 			}; | 
 |  | 
 | 			dpaux3: dpaux@155f0000 { | 
 | 				compatible = "nvidia,tegra194-dpaux"; | 
 | 				reg = <0x155f0000 0x10000>; | 
 | 				interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>; | 
 | 				clocks = <&bpmp TEGRA194_CLK_DPAUX3>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLDP>; | 
 | 				clock-names = "dpaux", "parent"; | 
 | 				resets = <&bpmp TEGRA194_RESET_DPAUX3>; | 
 | 				reset-names = "dpaux"; | 
 | 				status = "disabled"; | 
 |  | 
 | 				power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISP>; | 
 |  | 
 | 				state_dpaux3_aux: pinmux-aux { | 
 | 					groups = "dpaux-io"; | 
 | 					function = "aux"; | 
 | 				}; | 
 |  | 
 | 				state_dpaux3_i2c: pinmux-i2c { | 
 | 					groups = "dpaux-io"; | 
 | 					function = "i2c"; | 
 | 				}; | 
 |  | 
 | 				state_dpaux3_off: pinmux-off { | 
 | 					groups = "dpaux-io"; | 
 | 					function = "off"; | 
 | 				}; | 
 |  | 
 | 				i2c-bus { | 
 | 					#address-cells = <1>; | 
 | 					#size-cells = <0>; | 
 | 				}; | 
 | 			}; | 
 |  | 
 | 			sor0: sor@15b00000 { | 
 | 				compatible = "nvidia,tegra194-sor"; | 
 | 				reg = <0x15b00000 0x40000>; | 
 | 				interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>; | 
 | 				clocks = <&bpmp TEGRA194_CLK_SOR0_REF>, | 
 | 					 <&bpmp TEGRA194_CLK_SOR0_OUT>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLD>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLDP>, | 
 | 					 <&bpmp TEGRA194_CLK_SOR_SAFE>, | 
 | 					 <&bpmp TEGRA194_CLK_SOR0_PAD_CLKOUT>; | 
 | 				clock-names = "sor", "out", "parent", "dp", "safe", | 
 | 					      "pad"; | 
 | 				resets = <&bpmp TEGRA194_RESET_SOR0>; | 
 | 				reset-names = "sor"; | 
 | 				pinctrl-0 = <&state_dpaux0_aux>; | 
 | 				pinctrl-1 = <&state_dpaux0_i2c>; | 
 | 				pinctrl-2 = <&state_dpaux0_off>; | 
 | 				pinctrl-names = "aux", "i2c", "off"; | 
 | 				status = "disabled"; | 
 |  | 
 | 				power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISP>; | 
 | 				nvidia,interface = <0>; | 
 | 			}; | 
 |  | 
 | 			sor1: sor@15b40000 { | 
 | 				compatible = "nvidia,tegra194-sor"; | 
 | 				reg = <0x15b40000 0x40000>; | 
 | 				interrupts = <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>; | 
 | 				clocks = <&bpmp TEGRA194_CLK_SOR1_REF>, | 
 | 					 <&bpmp TEGRA194_CLK_SOR1_OUT>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLD2>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLDP>, | 
 | 					 <&bpmp TEGRA194_CLK_SOR_SAFE>, | 
 | 					 <&bpmp TEGRA194_CLK_SOR1_PAD_CLKOUT>; | 
 | 				clock-names = "sor", "out", "parent", "dp", "safe", | 
 | 					      "pad"; | 
 | 				resets = <&bpmp TEGRA194_RESET_SOR1>; | 
 | 				reset-names = "sor"; | 
 | 				pinctrl-0 = <&state_dpaux1_aux>; | 
 | 				pinctrl-1 = <&state_dpaux1_i2c>; | 
 | 				pinctrl-2 = <&state_dpaux1_off>; | 
 | 				pinctrl-names = "aux", "i2c", "off"; | 
 | 				status = "disabled"; | 
 |  | 
 | 				power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISP>; | 
 | 				nvidia,interface = <1>; | 
 | 			}; | 
 |  | 
 | 			sor2: sor@15b80000 { | 
 | 				compatible = "nvidia,tegra194-sor"; | 
 | 				reg = <0x15b80000 0x40000>; | 
 | 				interrupts = <GIC_SPI 243 IRQ_TYPE_LEVEL_HIGH>; | 
 | 				clocks = <&bpmp TEGRA194_CLK_SOR2_REF>, | 
 | 					 <&bpmp TEGRA194_CLK_SOR2_OUT>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLD3>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLDP>, | 
 | 					 <&bpmp TEGRA194_CLK_SOR_SAFE>, | 
 | 					 <&bpmp TEGRA194_CLK_SOR2_PAD_CLKOUT>; | 
 | 				clock-names = "sor", "out", "parent", "dp", "safe", | 
 | 					      "pad"; | 
 | 				resets = <&bpmp TEGRA194_RESET_SOR2>; | 
 | 				reset-names = "sor"; | 
 | 				pinctrl-0 = <&state_dpaux2_aux>; | 
 | 				pinctrl-1 = <&state_dpaux2_i2c>; | 
 | 				pinctrl-2 = <&state_dpaux2_off>; | 
 | 				pinctrl-names = "aux", "i2c", "off"; | 
 | 				status = "disabled"; | 
 |  | 
 | 				power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISP>; | 
 | 				nvidia,interface = <2>; | 
 | 			}; | 
 |  | 
 | 			sor3: sor@15bc0000 { | 
 | 				compatible = "nvidia,tegra194-sor"; | 
 | 				reg = <0x15bc0000 0x40000>; | 
 | 				interrupts = <GIC_SPI 244 IRQ_TYPE_LEVEL_HIGH>; | 
 | 				clocks = <&bpmp TEGRA194_CLK_SOR3_REF>, | 
 | 					 <&bpmp TEGRA194_CLK_SOR3_OUT>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLD4>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLDP>, | 
 | 					 <&bpmp TEGRA194_CLK_SOR_SAFE>, | 
 | 					 <&bpmp TEGRA194_CLK_SOR3_PAD_CLKOUT>; | 
 | 				clock-names = "sor", "out", "parent", "dp", "safe", | 
 | 					      "pad"; | 
 | 				resets = <&bpmp TEGRA194_RESET_SOR3>; | 
 | 				reset-names = "sor"; | 
 | 				pinctrl-0 = <&state_dpaux3_aux>; | 
 | 				pinctrl-1 = <&state_dpaux3_i2c>; | 
 | 				pinctrl-2 = <&state_dpaux3_off>; | 
 | 				pinctrl-names = "aux", "i2c", "off"; | 
 | 				status = "disabled"; | 
 |  | 
 | 				power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISP>; | 
 | 				nvidia,interface = <3>; | 
 | 			}; | 
 | 		}; | 
 |  | 
 | 		gpu@17000000 { | 
 | 			compatible = "nvidia,gv11b"; | 
 | 			reg = <0x17000000 0x1000000>, | 
 | 			      <0x18000000 0x1000000>; | 
 | 			interrupts = <GIC_SPI 70 IRQ_TYPE_LEVEL_HIGH>, | 
 | 				     <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>; | 
 | 			interrupt-names = "stall", "nonstall"; | 
 | 			clocks = <&bpmp TEGRA194_CLK_GPCCLK>, | 
 | 				 <&bpmp TEGRA194_CLK_GPU_PWR>, | 
 | 				 <&bpmp TEGRA194_CLK_FUSE>; | 
 | 			clock-names = "gpu", "pwr", "fuse"; | 
 | 			resets = <&bpmp TEGRA194_RESET_GPU>; | 
 | 			reset-names = "gpu"; | 
 | 			dma-coherent; | 
 |  | 
 | 			power-domains = <&bpmp TEGRA194_POWER_DOMAIN_GPU>; | 
 | 			interconnects = <&mc TEGRA194_MEMORY_CLIENT_NVL1R &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_NVL1RHP &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_NVL1W &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_NVL2R &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_NVL2RHP &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_NVL2W &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_NVL3R &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_NVL3RHP &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_NVL3W &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_NVL4R &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_NVL4RHP &emc>, | 
 | 					<&mc TEGRA194_MEMORY_CLIENT_NVL4W &emc>; | 
 | 			interconnect-names = "dma-mem", "read-0-hp", "write-0", | 
 | 					     "read-1", "read-1-hp", "write-1", | 
 | 					     "read-2", "read-2-hp", "write-2", | 
 | 					     "read-3", "read-3-hp", "write-3"; | 
 | 		}; | 
 | 	}; | 
 |  | 
 | 	pcie@14100000 { | 
 | 		compatible = "nvidia,tegra194-pcie"; | 
 | 		power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PCIEX1A>; | 
 | 		reg = <0x00 0x14100000 0x0 0x00020000>, /* appl registers (128K)      */ | 
 | 		      <0x00 0x30000000 0x0 0x00040000>, /* configuration space (256K) */ | 
 | 		      <0x00 0x30040000 0x0 0x00040000>, /* iATU_DMA reg space (256K)  */ | 
 | 		      <0x00 0x30080000 0x0 0x00040000>; /* DBI reg space (256K)       */ | 
 | 		reg-names = "appl", "config", "atu_dma", "dbi"; | 
 |  | 
 | 		status = "disabled"; | 
 |  | 
 | 		#address-cells = <3>; | 
 | 		#size-cells = <2>; | 
 | 		device_type = "pci"; | 
 | 		num-lanes = <1>; | 
 | 		num-viewport = <8>; | 
 | 		linux,pci-domain = <1>; | 
 |  | 
 | 		clocks = <&bpmp TEGRA194_CLK_PEX0_CORE_1>; | 
 | 		clock-names = "core"; | 
 |  | 
 | 		resets = <&bpmp TEGRA194_RESET_PEX0_CORE_1_APB>, | 
 | 			 <&bpmp TEGRA194_RESET_PEX0_CORE_1>; | 
 | 		reset-names = "apb", "core"; | 
 |  | 
 | 		interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */ | 
 | 			     <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */ | 
 | 		interrupt-names = "intr", "msi"; | 
 |  | 
 | 		#interrupt-cells = <1>; | 
 | 		interrupt-map-mask = <0 0 0 0>; | 
 | 		interrupt-map = <0 0 0 0 &gic GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>; | 
 |  | 
 | 		nvidia,bpmp = <&bpmp 1>; | 
 |  | 
 | 		nvidia,aspm-cmrt-us = <60>; | 
 | 		nvidia,aspm-pwr-on-t-us = <20>; | 
 | 		nvidia,aspm-l0s-entrance-latency-us = <3>; | 
 |  | 
 | 		bus-range = <0x0 0xff>; | 
 |  | 
 | 		ranges = <0x43000000 0x12 0x00000000 0x12 0x00000000 0x0 0x30000000>, /* prefetchable memory (768 MiB) */ | 
 | 			 <0x02000000 0x0  0x40000000 0x12 0x30000000 0x0 0x0fff0000>, /* non-prefetchable memory (256 MiB - 64 KiB) */ | 
 | 			 <0x01000000 0x0  0x00000000 0x12 0x3fff0000 0x0 0x00010000>; /* downstream I/O (64 KiB) */ | 
 |  | 
 | 		interconnects = <&mc TEGRA194_MEMORY_CLIENT_PCIE1R &emc>, | 
 | 				<&mc TEGRA194_MEMORY_CLIENT_PCIE1W &emc>; | 
 | 		interconnect-names = "dma-mem", "write"; | 
 | 		iommus = <&smmu TEGRA194_SID_PCIE1>; | 
 | 		iommu-map = <0x0 &smmu TEGRA194_SID_PCIE1 0x1000>; | 
 | 		iommu-map-mask = <0x0>; | 
 | 		dma-coherent; | 
 | 	}; | 
 |  | 
 | 	pcie@14120000 { | 
 | 		compatible = "nvidia,tegra194-pcie"; | 
 | 		power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PCIEX1A>; | 
 | 		reg = <0x00 0x14120000 0x0 0x00020000>, /* appl registers (128K)      */ | 
 | 		      <0x00 0x32000000 0x0 0x00040000>, /* configuration space (256K) */ | 
 | 		      <0x00 0x32040000 0x0 0x00040000>, /* iATU_DMA reg space (256K)  */ | 
 | 		      <0x00 0x32080000 0x0 0x00040000>; /* DBI reg space (256K)       */ | 
 | 		reg-names = "appl", "config", "atu_dma", "dbi"; | 
 |  | 
 | 		status = "disabled"; | 
 |  | 
 | 		#address-cells = <3>; | 
 | 		#size-cells = <2>; | 
 | 		device_type = "pci"; | 
 | 		num-lanes = <1>; | 
 | 		num-viewport = <8>; | 
 | 		linux,pci-domain = <2>; | 
 |  | 
 | 		clocks = <&bpmp TEGRA194_CLK_PEX0_CORE_2>; | 
 | 		clock-names = "core"; | 
 |  | 
 | 		resets = <&bpmp TEGRA194_RESET_PEX0_CORE_2_APB>, | 
 | 			 <&bpmp TEGRA194_RESET_PEX0_CORE_2>; | 
 | 		reset-names = "apb", "core"; | 
 |  | 
 | 		interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */ | 
 | 			     <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */ | 
 | 		interrupt-names = "intr", "msi"; | 
 |  | 
 | 		#interrupt-cells = <1>; | 
 | 		interrupt-map-mask = <0 0 0 0>; | 
 | 		interrupt-map = <0 0 0 0 &gic GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>; | 
 |  | 
 | 		nvidia,bpmp = <&bpmp 2>; | 
 |  | 
 | 		nvidia,aspm-cmrt-us = <60>; | 
 | 		nvidia,aspm-pwr-on-t-us = <20>; | 
 | 		nvidia,aspm-l0s-entrance-latency-us = <3>; | 
 |  | 
 | 		bus-range = <0x0 0xff>; | 
 |  | 
 | 		ranges = <0x43000000 0x12 0x40000000 0x12 0x40000000 0x0 0x30000000>, /* prefetchable memory (768 MiB) */ | 
 | 			 <0x02000000 0x0  0x40000000 0x12 0x70000000 0x0 0x0fff0000>, /* non-prefetchable memory (256 MiB - 64 KiB) */ | 
 | 			 <0x01000000 0x0  0x00000000 0x12 0x7fff0000 0x0 0x00010000>; /* downstream I/O (64 KiB) */ | 
 |  | 
 | 		interconnects = <&mc TEGRA194_MEMORY_CLIENT_PCIE2AR &emc>, | 
 | 				<&mc TEGRA194_MEMORY_CLIENT_PCIE2AW &emc>; | 
 | 		interconnect-names = "dma-mem", "write"; | 
 | 		iommus = <&smmu TEGRA194_SID_PCIE2>; | 
 | 		iommu-map = <0x0 &smmu TEGRA194_SID_PCIE2 0x1000>; | 
 | 		iommu-map-mask = <0x0>; | 
 | 		dma-coherent; | 
 | 	}; | 
 |  | 
 | 	pcie@14140000 { | 
 | 		compatible = "nvidia,tegra194-pcie"; | 
 | 		power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PCIEX1A>; | 
 | 		reg = <0x00 0x14140000 0x0 0x00020000>, /* appl registers (128K)      */ | 
 | 		      <0x00 0x34000000 0x0 0x00040000>, /* configuration space (256K) */ | 
 | 		      <0x00 0x34040000 0x0 0x00040000>, /* iATU_DMA reg space (256K)  */ | 
 | 		      <0x00 0x34080000 0x0 0x00040000>; /* DBI reg space (256K)       */ | 
 | 		reg-names = "appl", "config", "atu_dma", "dbi"; | 
 |  | 
 | 		status = "disabled"; | 
 |  | 
 | 		#address-cells = <3>; | 
 | 		#size-cells = <2>; | 
 | 		device_type = "pci"; | 
 | 		num-lanes = <1>; | 
 | 		num-viewport = <8>; | 
 | 		linux,pci-domain = <3>; | 
 |  | 
 | 		clocks = <&bpmp TEGRA194_CLK_PEX0_CORE_3>; | 
 | 		clock-names = "core"; | 
 |  | 
 | 		resets = <&bpmp TEGRA194_RESET_PEX0_CORE_3_APB>, | 
 | 			 <&bpmp TEGRA194_RESET_PEX0_CORE_3>; | 
 | 		reset-names = "apb", "core"; | 
 |  | 
 | 		interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */ | 
 | 			     <GIC_SPI 50 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */ | 
 | 		interrupt-names = "intr", "msi"; | 
 |  | 
 | 		#interrupt-cells = <1>; | 
 | 		interrupt-map-mask = <0 0 0 0>; | 
 | 		interrupt-map = <0 0 0 0 &gic GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>; | 
 |  | 
 | 		nvidia,bpmp = <&bpmp 3>; | 
 |  | 
 | 		nvidia,aspm-cmrt-us = <60>; | 
 | 		nvidia,aspm-pwr-on-t-us = <20>; | 
 | 		nvidia,aspm-l0s-entrance-latency-us = <3>; | 
 |  | 
 | 		bus-range = <0x0 0xff>; | 
 |  | 
 | 		ranges = <0x43000000 0x12 0x80000000 0x12 0x80000000 0x0 0x30000000>, /* prefetchable memory (768 MiB) */ | 
 | 			 <0x02000000 0x0  0x40000000 0x12 0xb0000000 0x0 0x0fff0000>, /* non-prefetchable memory (256 MiB + 64 KiB) */ | 
 | 			 <0x01000000 0x0  0x00000000 0x12 0xbfff0000 0x0 0x00010000>; /* downstream I/O (64 KiB) */ | 
 |  | 
 | 		interconnects = <&mc TEGRA194_MEMORY_CLIENT_PCIE3R &emc>, | 
 | 				<&mc TEGRA194_MEMORY_CLIENT_PCIE3W &emc>; | 
 | 		interconnect-names = "dma-mem", "write"; | 
 | 		iommus = <&smmu TEGRA194_SID_PCIE3>; | 
 | 		iommu-map = <0x0 &smmu TEGRA194_SID_PCIE3 0x1000>; | 
 | 		iommu-map-mask = <0x0>; | 
 | 		dma-coherent; | 
 | 	}; | 
 |  | 
 | 	pcie@14160000 { | 
 | 		compatible = "nvidia,tegra194-pcie"; | 
 | 		power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PCIEX4A>; | 
 | 		reg = <0x00 0x14160000 0x0 0x00020000>, /* appl registers (128K)      */ | 
 | 		      <0x00 0x36000000 0x0 0x00040000>, /* configuration space (256K) */ | 
 | 		      <0x00 0x36040000 0x0 0x00040000>, /* iATU_DMA reg space (256K)  */ | 
 | 		      <0x00 0x36080000 0x0 0x00040000>; /* DBI reg space (256K)       */ | 
 | 		reg-names = "appl", "config", "atu_dma", "dbi"; | 
 |  | 
 | 		status = "disabled"; | 
 |  | 
 | 		#address-cells = <3>; | 
 | 		#size-cells = <2>; | 
 | 		device_type = "pci"; | 
 | 		num-lanes = <4>; | 
 | 		num-viewport = <8>; | 
 | 		linux,pci-domain = <4>; | 
 |  | 
 | 		clocks = <&bpmp TEGRA194_CLK_PEX0_CORE_4>; | 
 | 		clock-names = "core"; | 
 |  | 
 | 		resets = <&bpmp TEGRA194_RESET_PEX0_CORE_4_APB>, | 
 | 			 <&bpmp TEGRA194_RESET_PEX0_CORE_4>; | 
 | 		reset-names = "apb", "core"; | 
 |  | 
 | 		interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */ | 
 | 			     <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */ | 
 | 		interrupt-names = "intr", "msi"; | 
 |  | 
 | 		#interrupt-cells = <1>; | 
 | 		interrupt-map-mask = <0 0 0 0>; | 
 | 		interrupt-map = <0 0 0 0 &gic GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>; | 
 |  | 
 | 		nvidia,bpmp = <&bpmp 4>; | 
 |  | 
 | 		nvidia,aspm-cmrt-us = <60>; | 
 | 		nvidia,aspm-pwr-on-t-us = <20>; | 
 | 		nvidia,aspm-l0s-entrance-latency-us = <3>; | 
 |  | 
 | 		bus-range = <0x0 0xff>; | 
 |  | 
 | 		ranges = <0x43000000 0x14 0x00000000 0x14 0x00000000 0x3 0x40000000>, /* prefetchable memory (13 GiB) */ | 
 | 			 <0x02000000 0x0  0x40000000 0x17 0x40000000 0x0 0xbfff0000>, /* non-prefetchable memory (3 GiB - 64 KiB) */ | 
 | 			 <0x01000000 0x0  0x00000000 0x17 0xffff0000 0x0 0x00010000>; /* downstream I/O (64 KiB) */ | 
 |  | 
 | 		interconnects = <&mc TEGRA194_MEMORY_CLIENT_PCIE4R &emc>, | 
 | 				<&mc TEGRA194_MEMORY_CLIENT_PCIE4W &emc>; | 
 | 		interconnect-names = "dma-mem", "write"; | 
 | 		iommus = <&smmu TEGRA194_SID_PCIE4>; | 
 | 		iommu-map = <0x0 &smmu TEGRA194_SID_PCIE4 0x1000>; | 
 | 		iommu-map-mask = <0x0>; | 
 | 		dma-coherent; | 
 | 	}; | 
 |  | 
 | 	pcie@14180000 { | 
 | 		compatible = "nvidia,tegra194-pcie"; | 
 | 		power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PCIEX8B>; | 
 | 		reg = <0x00 0x14180000 0x0 0x00020000>, /* appl registers (128K)      */ | 
 | 		      <0x00 0x38000000 0x0 0x00040000>, /* configuration space (256K) */ | 
 | 		      <0x00 0x38040000 0x0 0x00040000>, /* iATU_DMA reg space (256K)  */ | 
 | 		      <0x00 0x38080000 0x0 0x00040000>; /* DBI reg space (256K)       */ | 
 | 		reg-names = "appl", "config", "atu_dma", "dbi"; | 
 |  | 
 | 		status = "disabled"; | 
 |  | 
 | 		#address-cells = <3>; | 
 | 		#size-cells = <2>; | 
 | 		device_type = "pci"; | 
 | 		num-lanes = <8>; | 
 | 		num-viewport = <8>; | 
 | 		linux,pci-domain = <0>; | 
 |  | 
 | 		clocks = <&bpmp TEGRA194_CLK_PEX0_CORE_0>; | 
 | 		clock-names = "core"; | 
 |  | 
 | 		resets = <&bpmp TEGRA194_RESET_PEX0_CORE_0_APB>, | 
 | 			 <&bpmp TEGRA194_RESET_PEX0_CORE_0>; | 
 | 		reset-names = "apb", "core"; | 
 |  | 
 | 		interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */ | 
 | 			     <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */ | 
 | 		interrupt-names = "intr", "msi"; | 
 |  | 
 | 		#interrupt-cells = <1>; | 
 | 		interrupt-map-mask = <0 0 0 0>; | 
 | 		interrupt-map = <0 0 0 0 &gic GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; | 
 |  | 
 | 		nvidia,bpmp = <&bpmp 0>; | 
 |  | 
 | 		nvidia,aspm-cmrt-us = <60>; | 
 | 		nvidia,aspm-pwr-on-t-us = <20>; | 
 | 		nvidia,aspm-l0s-entrance-latency-us = <3>; | 
 |  | 
 | 		bus-range = <0x0 0xff>; | 
 |  | 
 | 		ranges = <0x43000000 0x18 0x00000000 0x18 0x00000000 0x3 0x40000000>, /* prefetchable memory (13 GiB) */ | 
 | 			 <0x02000000 0x0  0x40000000 0x1b 0x40000000 0x0 0xbfff0000>, /* non-prefetchable memory (3 GiB - 64 KiB) */ | 
 | 			 <0x01000000 0x0  0x00000000 0x1b 0xffff0000 0x0 0x00010000>; /* downstream I/O (64 KiB) */ | 
 |  | 
 | 		interconnects = <&mc TEGRA194_MEMORY_CLIENT_PCIE0R &emc>, | 
 | 				<&mc TEGRA194_MEMORY_CLIENT_PCIE0W &emc>; | 
 | 		interconnect-names = "dma-mem", "write"; | 
 | 		iommus = <&smmu TEGRA194_SID_PCIE0>; | 
 | 		iommu-map = <0x0 &smmu TEGRA194_SID_PCIE0 0x1000>; | 
 | 		iommu-map-mask = <0x0>; | 
 | 		dma-coherent; | 
 | 	}; | 
 |  | 
 | 	pcie@141a0000 { | 
 | 		compatible = "nvidia,tegra194-pcie"; | 
 | 		power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PCIEX8A>; | 
 | 		reg = <0x00 0x141a0000 0x0 0x00020000>, /* appl registers (128K)      */ | 
 | 		      <0x00 0x3a000000 0x0 0x00040000>, /* configuration space (256K) */ | 
 | 		      <0x00 0x3a040000 0x0 0x00040000>, /* iATU_DMA reg space (256K)  */ | 
 | 		      <0x00 0x3a080000 0x0 0x00040000>; /* DBI reg space (256K)       */ | 
 | 		reg-names = "appl", "config", "atu_dma", "dbi"; | 
 |  | 
 | 		status = "disabled"; | 
 |  | 
 | 		#address-cells = <3>; | 
 | 		#size-cells = <2>; | 
 | 		device_type = "pci"; | 
 | 		num-lanes = <8>; | 
 | 		num-viewport = <8>; | 
 | 		linux,pci-domain = <5>; | 
 |  | 
 | 		pinctrl-names = "default"; | 
 | 		pinctrl-0 = <&pex_rst_c5_out_state>, <&clkreq_c5_bi_dir_state>; | 
 |  | 
 | 		clocks = <&bpmp TEGRA194_CLK_PEX1_CORE_5>, | 
 | 			 <&bpmp TEGRA194_CLK_PEX1_CORE_5M>; | 
 | 		clock-names = "core", "core_m"; | 
 |  | 
 | 		resets = <&bpmp TEGRA194_RESET_PEX1_CORE_5_APB>, | 
 | 			 <&bpmp TEGRA194_RESET_PEX1_CORE_5>; | 
 | 		reset-names = "apb", "core"; | 
 |  | 
 | 		interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */ | 
 | 			     <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */ | 
 | 		interrupt-names = "intr", "msi"; | 
 |  | 
 | 		nvidia,bpmp = <&bpmp 5>; | 
 |  | 
 | 		#interrupt-cells = <1>; | 
 | 		interrupt-map-mask = <0 0 0 0>; | 
 | 		interrupt-map = <0 0 0 0 &gic GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>; | 
 |  | 
 | 		nvidia,aspm-cmrt-us = <60>; | 
 | 		nvidia,aspm-pwr-on-t-us = <20>; | 
 | 		nvidia,aspm-l0s-entrance-latency-us = <3>; | 
 |  | 
 | 		bus-range = <0x0 0xff>; | 
 |  | 
 | 		ranges = <0x43000000 0x1c 0x00000000 0x1c 0x00000000 0x3 0x40000000>, /* prefetchable memory (13 GiB) */ | 
 | 			 <0x02000000 0x0  0x40000000 0x1f 0x40000000 0x0 0xbfff0000>, /* non-prefetchable memory (3 GiB - 64 KiB) */ | 
 | 			 <0x01000000 0x0  0x00000000 0x1f 0xffff0000 0x0 0x00010000>; /* downstream I/O (64 KiB) */ | 
 |  | 
 | 		interconnects = <&mc TEGRA194_MEMORY_CLIENT_PCIE5R &emc>, | 
 | 				<&mc TEGRA194_MEMORY_CLIENT_PCIE5W &emc>; | 
 | 		interconnect-names = "dma-mem", "write"; | 
 | 		iommus = <&smmu TEGRA194_SID_PCIE5>; | 
 | 		iommu-map = <0x0 &smmu TEGRA194_SID_PCIE5 0x1000>; | 
 | 		iommu-map-mask = <0x0>; | 
 | 		dma-coherent; | 
 | 	}; | 
 |  | 
 | 	pcie_ep@14160000 { | 
 | 		compatible = "nvidia,tegra194-pcie-ep"; | 
 | 		power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PCIEX4A>; | 
 | 		reg = <0x00 0x14160000 0x0 0x00020000>, /* appl registers (128K)      */ | 
 | 		      <0x00 0x36040000 0x0 0x00040000>, /* iATU_DMA reg space (256K)  */ | 
 | 		      <0x00 0x36080000 0x0 0x00040000>, /* DBI reg space (256K)       */ | 
 | 		      <0x14 0x00000000 0x4 0x00000000>; /* Address Space (16G)        */ | 
 | 		reg-names = "appl", "atu_dma", "dbi", "addr_space"; | 
 |  | 
 | 		status = "disabled"; | 
 |  | 
 | 		num-lanes = <4>; | 
 | 		num-ib-windows = <2>; | 
 | 		num-ob-windows = <8>; | 
 |  | 
 | 		clocks = <&bpmp TEGRA194_CLK_PEX0_CORE_4>; | 
 | 		clock-names = "core"; | 
 |  | 
 | 		resets = <&bpmp TEGRA194_RESET_PEX0_CORE_4_APB>, | 
 | 			 <&bpmp TEGRA194_RESET_PEX0_CORE_4>; | 
 | 		reset-names = "apb", "core"; | 
 |  | 
 | 		interrupts = <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;	/* controller interrupt */ | 
 | 		interrupt-names = "intr"; | 
 |  | 
 | 		nvidia,bpmp = <&bpmp 4>; | 
 |  | 
 | 		nvidia,aspm-cmrt-us = <60>; | 
 | 		nvidia,aspm-pwr-on-t-us = <20>; | 
 | 		nvidia,aspm-l0s-entrance-latency-us = <3>; | 
 |  | 
 | 		interconnects = <&mc TEGRA194_MEMORY_CLIENT_PCIE4R &emc>, | 
 | 				<&mc TEGRA194_MEMORY_CLIENT_PCIE4W &emc>; | 
 | 		interconnect-names = "dma-mem", "write"; | 
 | 		iommus = <&smmu TEGRA194_SID_PCIE4>; | 
 | 		iommu-map = <0x0 &smmu TEGRA194_SID_PCIE4 0x1000>; | 
 | 		iommu-map-mask = <0x0>; | 
 | 		dma-coherent; | 
 | 	}; | 
 |  | 
 | 	pcie_ep@14180000 { | 
 | 		compatible = "nvidia,tegra194-pcie-ep"; | 
 | 		power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PCIEX8B>; | 
 | 		reg = <0x00 0x14180000 0x0 0x00020000>, /* appl registers (128K)      */ | 
 | 		      <0x00 0x38040000 0x0 0x00040000>, /* iATU_DMA reg space (256K)  */ | 
 | 		      <0x00 0x38080000 0x0 0x00040000>, /* DBI reg space (256K)       */ | 
 | 		      <0x18 0x00000000 0x4 0x00000000>; /* Address Space (16G)        */ | 
 | 		reg-names = "appl", "atu_dma", "dbi", "addr_space"; | 
 |  | 
 | 		status = "disabled"; | 
 |  | 
 | 		num-lanes = <8>; | 
 | 		num-ib-windows = <2>; | 
 | 		num-ob-windows = <8>; | 
 |  | 
 | 		clocks = <&bpmp TEGRA194_CLK_PEX0_CORE_0>; | 
 | 		clock-names = "core"; | 
 |  | 
 | 		resets = <&bpmp TEGRA194_RESET_PEX0_CORE_0_APB>, | 
 | 			 <&bpmp TEGRA194_RESET_PEX0_CORE_0>; | 
 | 		reset-names = "apb", "core"; | 
 |  | 
 | 		interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;	/* controller interrupt */ | 
 | 		interrupt-names = "intr"; | 
 |  | 
 | 		nvidia,bpmp = <&bpmp 0>; | 
 |  | 
 | 		nvidia,aspm-cmrt-us = <60>; | 
 | 		nvidia,aspm-pwr-on-t-us = <20>; | 
 | 		nvidia,aspm-l0s-entrance-latency-us = <3>; | 
 |  | 
 | 		interconnects = <&mc TEGRA194_MEMORY_CLIENT_PCIE0R &emc>, | 
 | 				<&mc TEGRA194_MEMORY_CLIENT_PCIE0W &emc>; | 
 | 		interconnect-names = "dma-mem", "write"; | 
 | 		iommus = <&smmu TEGRA194_SID_PCIE0>; | 
 | 		iommu-map = <0x0 &smmu TEGRA194_SID_PCIE0 0x1000>; | 
 | 		iommu-map-mask = <0x0>; | 
 | 		dma-coherent; | 
 | 	}; | 
 |  | 
 | 	pcie_ep@141a0000 { | 
 | 		compatible = "nvidia,tegra194-pcie-ep"; | 
 | 		power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PCIEX8A>; | 
 | 		reg = <0x00 0x141a0000 0x0 0x00020000>, /* appl registers (128K)      */ | 
 | 		      <0x00 0x3a040000 0x0 0x00040000>, /* iATU_DMA reg space (256K)  */ | 
 | 		      <0x00 0x3a080000 0x0 0x00040000>, /* DBI reg space (256K)       */ | 
 | 		      <0x1c 0x00000000 0x4 0x00000000>; /* Address Space (16G)        */ | 
 | 		reg-names = "appl", "atu_dma", "dbi", "addr_space"; | 
 |  | 
 | 		status = "disabled"; | 
 |  | 
 | 		num-lanes = <8>; | 
 | 		num-ib-windows = <2>; | 
 | 		num-ob-windows = <8>; | 
 |  | 
 | 		pinctrl-names = "default"; | 
 | 		pinctrl-0 = <&clkreq_c5_bi_dir_state>; | 
 |  | 
 | 		clocks = <&bpmp TEGRA194_CLK_PEX1_CORE_5>; | 
 | 		clock-names = "core"; | 
 |  | 
 | 		resets = <&bpmp TEGRA194_RESET_PEX1_CORE_5_APB>, | 
 | 			 <&bpmp TEGRA194_RESET_PEX1_CORE_5>; | 
 | 		reset-names = "apb", "core"; | 
 |  | 
 | 		interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;	/* controller interrupt */ | 
 | 		interrupt-names = "intr"; | 
 |  | 
 | 		nvidia,bpmp = <&bpmp 5>; | 
 |  | 
 | 		nvidia,aspm-cmrt-us = <60>; | 
 | 		nvidia,aspm-pwr-on-t-us = <20>; | 
 | 		nvidia,aspm-l0s-entrance-latency-us = <3>; | 
 |  | 
 | 		interconnects = <&mc TEGRA194_MEMORY_CLIENT_PCIE5R &emc>, | 
 | 				<&mc TEGRA194_MEMORY_CLIENT_PCIE5W &emc>; | 
 | 		interconnect-names = "dma-mem", "write"; | 
 | 		iommus = <&smmu TEGRA194_SID_PCIE5>; | 
 | 		iommu-map = <0x0 &smmu TEGRA194_SID_PCIE5 0x1000>; | 
 | 		iommu-map-mask = <0x0>; | 
 | 		dma-coherent; | 
 | 	}; | 
 |  | 
 | 	sram@40000000 { | 
 | 		compatible = "nvidia,tegra194-sysram", "mmio-sram"; | 
 | 		reg = <0x0 0x40000000 0x0 0x50000>; | 
 | 		#address-cells = <1>; | 
 | 		#size-cells = <1>; | 
 | 		ranges = <0x0 0x0 0x40000000 0x50000>; | 
 |  | 
 | 		cpu_bpmp_tx: sram@4e000 { | 
 | 			reg = <0x4e000 0x1000>; | 
 | 			label = "cpu-bpmp-tx"; | 
 | 			pool; | 
 | 		}; | 
 |  | 
 | 		cpu_bpmp_rx: sram@4f000 { | 
 | 			reg = <0x4f000 0x1000>; | 
 | 			label = "cpu-bpmp-rx"; | 
 | 			pool; | 
 | 		}; | 
 | 	}; | 
 |  | 
 | 	bpmp: bpmp { | 
 | 		compatible = "nvidia,tegra186-bpmp"; | 
 | 		mboxes = <&hsp_top0 TEGRA_HSP_MBOX_TYPE_DB | 
 | 				    TEGRA_HSP_DB_MASTER_BPMP>; | 
 | 		shmem = <&cpu_bpmp_tx &cpu_bpmp_rx>; | 
 | 		#clock-cells = <1>; | 
 | 		#reset-cells = <1>; | 
 | 		#power-domain-cells = <1>; | 
 | 		interconnects = <&mc TEGRA194_MEMORY_CLIENT_BPMPR &emc>, | 
 | 				<&mc TEGRA194_MEMORY_CLIENT_BPMPW &emc>, | 
 | 				<&mc TEGRA194_MEMORY_CLIENT_BPMPDMAR &emc>, | 
 | 				<&mc TEGRA194_MEMORY_CLIENT_BPMPDMAW &emc>; | 
 | 		interconnect-names = "read", "write", "dma-mem", "dma-write"; | 
 | 		iommus = <&smmu TEGRA194_SID_BPMP>; | 
 |  | 
 | 		bpmp_i2c: i2c { | 
 | 			compatible = "nvidia,tegra186-bpmp-i2c"; | 
 | 			nvidia,bpmp-bus-id = <5>; | 
 | 			#address-cells = <1>; | 
 | 			#size-cells = <0>; | 
 | 		}; | 
 |  | 
 | 		bpmp_thermal: thermal { | 
 | 			compatible = "nvidia,tegra186-bpmp-thermal"; | 
 | 			#thermal-sensor-cells = <1>; | 
 | 		}; | 
 | 	}; | 
 |  | 
 | 	cpus { | 
 | 		compatible = "nvidia,tegra194-ccplex"; | 
 | 		nvidia,bpmp = <&bpmp>; | 
 | 		#address-cells = <1>; | 
 | 		#size-cells = <0>; | 
 |  | 
 | 		cpu0_0: cpu@0 { | 
 | 			compatible = "nvidia,tegra194-carmel"; | 
 | 			device_type = "cpu"; | 
 | 			reg = <0x000>; | 
 | 			enable-method = "psci"; | 
 | 			i-cache-size = <131072>; | 
 | 			i-cache-line-size = <64>; | 
 | 			i-cache-sets = <512>; | 
 | 			d-cache-size = <65536>; | 
 | 			d-cache-line-size = <64>; | 
 | 			d-cache-sets = <256>; | 
 | 			next-level-cache = <&l2c_0>; | 
 | 		}; | 
 |  | 
 | 		cpu0_1: cpu@1 { | 
 | 			compatible = "nvidia,tegra194-carmel"; | 
 | 			device_type = "cpu"; | 
 | 			reg = <0x001>; | 
 | 			enable-method = "psci"; | 
 | 			i-cache-size = <131072>; | 
 | 			i-cache-line-size = <64>; | 
 | 			i-cache-sets = <512>; | 
 | 			d-cache-size = <65536>; | 
 | 			d-cache-line-size = <64>; | 
 | 			d-cache-sets = <256>; | 
 | 			next-level-cache = <&l2c_0>; | 
 | 		}; | 
 |  | 
 | 		cpu1_0: cpu@100 { | 
 | 			compatible = "nvidia,tegra194-carmel"; | 
 | 			device_type = "cpu"; | 
 | 			reg = <0x100>; | 
 | 			enable-method = "psci"; | 
 | 			i-cache-size = <131072>; | 
 | 			i-cache-line-size = <64>; | 
 | 			i-cache-sets = <512>; | 
 | 			d-cache-size = <65536>; | 
 | 			d-cache-line-size = <64>; | 
 | 			d-cache-sets = <256>; | 
 | 			next-level-cache = <&l2c_1>; | 
 | 		}; | 
 |  | 
 | 		cpu1_1: cpu@101 { | 
 | 			compatible = "nvidia,tegra194-carmel"; | 
 | 			device_type = "cpu"; | 
 | 			reg = <0x101>; | 
 | 			enable-method = "psci"; | 
 | 			i-cache-size = <131072>; | 
 | 			i-cache-line-size = <64>; | 
 | 			i-cache-sets = <512>; | 
 | 			d-cache-size = <65536>; | 
 | 			d-cache-line-size = <64>; | 
 | 			d-cache-sets = <256>; | 
 | 			next-level-cache = <&l2c_1>; | 
 | 		}; | 
 |  | 
 | 		cpu2_0: cpu@200 { | 
 | 			compatible = "nvidia,tegra194-carmel"; | 
 | 			device_type = "cpu"; | 
 | 			reg = <0x200>; | 
 | 			enable-method = "psci"; | 
 | 			i-cache-size = <131072>; | 
 | 			i-cache-line-size = <64>; | 
 | 			i-cache-sets = <512>; | 
 | 			d-cache-size = <65536>; | 
 | 			d-cache-line-size = <64>; | 
 | 			d-cache-sets = <256>; | 
 | 			next-level-cache = <&l2c_2>; | 
 | 		}; | 
 |  | 
 | 		cpu2_1: cpu@201 { | 
 | 			compatible = "nvidia,tegra194-carmel"; | 
 | 			device_type = "cpu"; | 
 | 			reg = <0x201>; | 
 | 			enable-method = "psci"; | 
 | 			i-cache-size = <131072>; | 
 | 			i-cache-line-size = <64>; | 
 | 			i-cache-sets = <512>; | 
 | 			d-cache-size = <65536>; | 
 | 			d-cache-line-size = <64>; | 
 | 			d-cache-sets = <256>; | 
 | 			next-level-cache = <&l2c_2>; | 
 | 		}; | 
 |  | 
 | 		cpu3_0: cpu@300 { | 
 | 			compatible = "nvidia,tegra194-carmel"; | 
 | 			device_type = "cpu"; | 
 | 			reg = <0x300>; | 
 | 			enable-method = "psci"; | 
 | 			i-cache-size = <131072>; | 
 | 			i-cache-line-size = <64>; | 
 | 			i-cache-sets = <512>; | 
 | 			d-cache-size = <65536>; | 
 | 			d-cache-line-size = <64>; | 
 | 			d-cache-sets = <256>; | 
 | 			next-level-cache = <&l2c_3>; | 
 | 		}; | 
 |  | 
 | 		cpu3_1: cpu@301 { | 
 | 			compatible = "nvidia,tegra194-carmel"; | 
 | 			device_type = "cpu"; | 
 | 			reg = <0x301>; | 
 | 			enable-method = "psci"; | 
 | 			i-cache-size = <131072>; | 
 | 			i-cache-line-size = <64>; | 
 | 			i-cache-sets = <512>; | 
 | 			d-cache-size = <65536>; | 
 | 			d-cache-line-size = <64>; | 
 | 			d-cache-sets = <256>; | 
 | 			next-level-cache = <&l2c_3>; | 
 | 		}; | 
 |  | 
 | 		cpu-map { | 
 | 			cluster0 { | 
 | 				core0 { | 
 | 					cpu = <&cpu0_0>; | 
 | 				}; | 
 |  | 
 | 				core1 { | 
 | 					cpu = <&cpu0_1>; | 
 | 				}; | 
 | 			}; | 
 |  | 
 | 			cluster1 { | 
 | 				core0 { | 
 | 					cpu = <&cpu1_0>; | 
 | 				}; | 
 |  | 
 | 				core1 { | 
 | 					cpu = <&cpu1_1>; | 
 | 				}; | 
 | 			}; | 
 |  | 
 | 			cluster2 { | 
 | 				core0 { | 
 | 					cpu = <&cpu2_0>; | 
 | 				}; | 
 |  | 
 | 				core1 { | 
 | 					cpu = <&cpu2_1>; | 
 | 				}; | 
 | 			}; | 
 |  | 
 | 			cluster3 { | 
 | 				core0 { | 
 | 					cpu = <&cpu3_0>; | 
 | 				}; | 
 |  | 
 | 				core1 { | 
 | 					cpu = <&cpu3_1>; | 
 | 				}; | 
 | 			}; | 
 | 		}; | 
 |  | 
 | 		l2c_0: l2-cache0 { | 
 | 			cache-size = <2097152>; | 
 | 			cache-line-size = <64>; | 
 | 			cache-sets = <2048>; | 
 | 			next-level-cache = <&l3c>; | 
 | 		}; | 
 |  | 
 | 		l2c_1: l2-cache1 { | 
 | 			cache-size = <2097152>; | 
 | 			cache-line-size = <64>; | 
 | 			cache-sets = <2048>; | 
 | 			next-level-cache = <&l3c>; | 
 | 		}; | 
 |  | 
 | 		l2c_2: l2-cache2 { | 
 | 			cache-size = <2097152>; | 
 | 			cache-line-size = <64>; | 
 | 			cache-sets = <2048>; | 
 | 			next-level-cache = <&l3c>; | 
 | 		}; | 
 |  | 
 | 		l2c_3: l2-cache3 { | 
 | 			cache-size = <2097152>; | 
 | 			cache-line-size = <64>; | 
 | 			cache-sets = <2048>; | 
 | 			next-level-cache = <&l3c>; | 
 | 		}; | 
 |  | 
 | 		l3c: l3-cache { | 
 | 			cache-size = <4194304>; | 
 | 			cache-line-size = <64>; | 
 | 			cache-sets = <4096>; | 
 | 		}; | 
 | 	}; | 
 |  | 
 | 	pmu { | 
 | 		compatible = "arm,armv8-pmuv3"; | 
 | 		interrupts = <GIC_SPI 384 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			     <GIC_SPI 385 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			     <GIC_SPI 386 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			     <GIC_SPI 387 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			     <GIC_SPI 388 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			     <GIC_SPI 389 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			     <GIC_SPI 390 IRQ_TYPE_LEVEL_HIGH>, | 
 | 			     <GIC_SPI 391 IRQ_TYPE_LEVEL_HIGH>; | 
 | 		interrupt-affinity = <&cpu0_0 &cpu0_1 &cpu1_0 &cpu1_1 | 
 | 				      &cpu2_0 &cpu2_1 &cpu3_0 &cpu3_1>; | 
 | 	}; | 
 |  | 
 | 	psci { | 
 | 		compatible = "arm,psci-1.0"; | 
 | 		status = "okay"; | 
 | 		method = "smc"; | 
 | 	}; | 
 |  | 
 | 	sound { | 
 | 		status = "disabled"; | 
 |  | 
 | 		clocks = <&bpmp TEGRA194_CLK_PLLA>, | 
 | 			 <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 		clock-names = "pll_a", "plla_out0"; | 
 | 		assigned-clocks = <&bpmp TEGRA194_CLK_PLLA>, | 
 | 				  <&bpmp TEGRA194_CLK_PLLA_OUT0>, | 
 | 				  <&bpmp TEGRA194_CLK_AUD_MCLK>; | 
 | 		assigned-clock-parents = <0>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLA>, | 
 | 					 <&bpmp TEGRA194_CLK_PLLA_OUT0>; | 
 | 		/* | 
 | 		 * PLLA supports dynamic ramp. Below initial rate is chosen | 
 | 		 * for this to work and oscillate between base rates required | 
 | 		 * for 8x and 11.025x sample rate streams. | 
 | 		 */ | 
 | 		assigned-clock-rates = <258000000>; | 
 |  | 
 | 		interconnects = <&mc TEGRA194_MEMORY_CLIENT_APEDMAR &emc>, | 
 | 				<&mc TEGRA194_MEMORY_CLIENT_APEDMAW &emc>; | 
 | 		interconnect-names = "dma-mem", "write"; | 
 | 		iommus = <&smmu TEGRA194_SID_APE>; | 
 | 	}; | 
 |  | 
 | 	tcu: tcu { | 
 | 		compatible = "nvidia,tegra194-tcu"; | 
 | 		mboxes = <&hsp_top0 TEGRA_HSP_MBOX_TYPE_SM TEGRA_HSP_SM_RX(0)>, | 
 | 		         <&hsp_aon TEGRA_HSP_MBOX_TYPE_SM TEGRA_HSP_SM_TX(1)>; | 
 | 		mbox-names = "rx", "tx"; | 
 | 	}; | 
 |  | 
 | 	thermal-zones { | 
 | 		cpu { | 
 | 			thermal-sensors = <&{/bpmp/thermal} | 
 | 					   TEGRA194_BPMP_THERMAL_ZONE_CPU>; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		gpu { | 
 | 			thermal-sensors = <&{/bpmp/thermal} | 
 | 					   TEGRA194_BPMP_THERMAL_ZONE_GPU>; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		aux { | 
 | 			thermal-sensors = <&{/bpmp/thermal} | 
 | 					   TEGRA194_BPMP_THERMAL_ZONE_AUX>; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		pllx { | 
 | 			thermal-sensors = <&{/bpmp/thermal} | 
 | 					   TEGRA194_BPMP_THERMAL_ZONE_PLLX>; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		ao { | 
 | 			thermal-sensors = <&{/bpmp/thermal} | 
 | 					   TEGRA194_BPMP_THERMAL_ZONE_AO>; | 
 | 			status = "disabled"; | 
 | 		}; | 
 |  | 
 | 		tj { | 
 | 			thermal-sensors = <&{/bpmp/thermal} | 
 | 					   TEGRA194_BPMP_THERMAL_ZONE_TJ_MAX>; | 
 | 			status = "disabled"; | 
 | 		}; | 
 | 	}; | 
 |  | 
 | 	timer { | 
 | 		compatible = "arm,armv8-timer"; | 
 | 		interrupts = <GIC_PPI 13 | 
 | 				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, | 
 | 			     <GIC_PPI 14 | 
 | 				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, | 
 | 			     <GIC_PPI 11 | 
 | 				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, | 
 | 			     <GIC_PPI 10 | 
 | 				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; | 
 | 		interrupt-parent = <&gic>; | 
 | 		always-on; | 
 | 	}; | 
 | }; |