1b2441318SGreg Kroah-Hartman// SPDX-License-Identifier: GPL-2.0
234b4f6d0SThierry Reding#include <dt-bindings/clock/tegra124-car.h>
334b4f6d0SThierry Reding#include <dt-bindings/gpio/tegra-gpio.h>
434b4f6d0SThierry Reding#include <dt-bindings/memory/tegra124-mc.h>
534b4f6d0SThierry Reding#include <dt-bindings/pinctrl/pinctrl-tegra.h>
634b4f6d0SThierry Reding#include <dt-bindings/pinctrl/pinctrl-tegra-xusb.h>
734b4f6d0SThierry Reding#include <dt-bindings/interrupt-controller/arm-gic.h>
80fa2bfcdSWei Ni#include <dt-bindings/thermal/tegra124-soctherm.h>
9359ae651SSowjanya Komatineni#include <dt-bindings/soc/tegra-pmc.h>
1034b4f6d0SThierry Reding
11ed9e9a6eSThierry Reding#include "tegra132-peripherals-opp.dtsi"
12ed9e9a6eSThierry Reding
1334b4f6d0SThierry Reding/ {
1434b4f6d0SThierry Reding	compatible = "nvidia,tegra132", "nvidia,tegra124";
1534b4f6d0SThierry Reding	interrupt-parent = <&lic>;
1634b4f6d0SThierry Reding	#address-cells = <2>;
1734b4f6d0SThierry Reding	#size-cells = <2>;
1834b4f6d0SThierry Reding
19475d99fcSRob Herring	pcie@1003000 {
2034b4f6d0SThierry Reding		compatible = "nvidia,tegra124-pcie";
2134b4f6d0SThierry Reding		device_type = "pci";
22644c569dSThierry Reding		reg = <0x0 0x01003000 0x0 0x00000800>, /* PADS registers */
23644c569dSThierry Reding		      <0x0 0x01003800 0x0 0x00000800>, /* AFI registers */
24644c569dSThierry Reding		      <0x0 0x02000000 0x0 0x10000000>; /* configuration space */
2534b4f6d0SThierry Reding		reg-names = "pads", "afi", "cs";
2634b4f6d0SThierry Reding		interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */
2734b4f6d0SThierry Reding			     <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
2834b4f6d0SThierry Reding		interrupt-names = "intr", "msi";
2934b4f6d0SThierry Reding
3034b4f6d0SThierry Reding		#interrupt-cells = <1>;
3134b4f6d0SThierry Reding		interrupt-map-mask = <0 0 0 0>;
3234b4f6d0SThierry Reding		interrupt-map = <0 0 0 0 &gic GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
3334b4f6d0SThierry Reding
3434b4f6d0SThierry Reding		bus-range = <0x00 0xff>;
3534b4f6d0SThierry Reding		#address-cells = <3>;
3634b4f6d0SThierry Reding		#size-cells = <2>;
3734b4f6d0SThierry Reding
38644c569dSThierry Reding		ranges = <0x02000000 0 0x01000000 0x0 0x01000000 0 0x00001000>, /* port 0 configuration space */
39644c569dSThierry Reding			 <0x02000000 0 0x01001000 0x0 0x01001000 0 0x00001000>, /* port 1 configuration space */
40644c569dSThierry Reding			 <0x01000000 0 0x0        0x0 0x12000000 0 0x00010000>, /* downstream I/O (64 KiB) */
41644c569dSThierry Reding			 <0x02000000 0 0x13000000 0x0 0x13000000 0 0x0d000000>, /* non-prefetchable memory (208 MiB) */
42644c569dSThierry Reding			 <0x42000000 0 0x20000000 0x0 0x20000000 0 0x20000000>; /* prefetchable memory (512 MiB) */
4334b4f6d0SThierry Reding
4434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_PCIE>,
4534b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_AFI>,
4634b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_PLL_E>,
4734b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_CML0>;
4834b4f6d0SThierry Reding		clock-names = "pex", "afi", "pll_e", "cml";
4934b4f6d0SThierry Reding		resets = <&tegra_car 70>,
5034b4f6d0SThierry Reding			 <&tegra_car 72>,
5134b4f6d0SThierry Reding			 <&tegra_car 74>;
5234b4f6d0SThierry Reding		reset-names = "pex", "afi", "pcie_x";
5334b4f6d0SThierry Reding		status = "disabled";
5434b4f6d0SThierry Reding
5534b4f6d0SThierry Reding		pci@1,0 {
5634b4f6d0SThierry Reding			device_type = "pci";
5734b4f6d0SThierry Reding			assigned-addresses = <0x82000800 0 0x01000000 0 0x1000>;
5834b4f6d0SThierry Reding			reg = <0x000800 0 0 0 0>;
59475d99fcSRob Herring			bus-range = <0x00 0xff>;
6034b4f6d0SThierry Reding			status = "disabled";
6134b4f6d0SThierry Reding
6234b4f6d0SThierry Reding			#address-cells = <3>;
6334b4f6d0SThierry Reding			#size-cells = <2>;
6434b4f6d0SThierry Reding			ranges;
6534b4f6d0SThierry Reding
6634b4f6d0SThierry Reding			nvidia,num-lanes = <2>;
6734b4f6d0SThierry Reding		};
6834b4f6d0SThierry Reding
6934b4f6d0SThierry Reding		pci@2,0 {
7034b4f6d0SThierry Reding			device_type = "pci";
7134b4f6d0SThierry Reding			assigned-addresses = <0x82001000 0 0x01001000 0 0x1000>;
7234b4f6d0SThierry Reding			reg = <0x001000 0 0 0 0>;
73475d99fcSRob Herring			bus-range = <0x00 0xff>;
7434b4f6d0SThierry Reding			status = "disabled";
7534b4f6d0SThierry Reding
7634b4f6d0SThierry Reding			#address-cells = <3>;
7734b4f6d0SThierry Reding			#size-cells = <2>;
7834b4f6d0SThierry Reding			ranges;
7934b4f6d0SThierry Reding
8034b4f6d0SThierry Reding			nvidia,num-lanes = <1>;
8134b4f6d0SThierry Reding		};
8234b4f6d0SThierry Reding	};
8334b4f6d0SThierry Reding
84be70771dSThierry Reding	host1x@50000000 {
8501a9d523SThierry Reding		compatible = "nvidia,tegra132-host1x",
86ef126bc4SThierry Reding			     "nvidia,tegra124-host1x";
8734b4f6d0SThierry Reding		reg = <0x0 0x50000000 0x0 0x00034000>;
8834b4f6d0SThierry Reding		interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */
8934b4f6d0SThierry Reding			     <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */
90052d3f65SThierry Reding		interrupt-names = "syncpt", "host1x";
9134b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
9234b4f6d0SThierry Reding		clock-names = "host1x";
9334b4f6d0SThierry Reding		resets = <&tegra_car 28>;
9434b4f6d0SThierry Reding		reset-names = "host1x";
9534b4f6d0SThierry Reding
9634b4f6d0SThierry Reding		#address-cells = <2>;
9734b4f6d0SThierry Reding		#size-cells = <2>;
9834b4f6d0SThierry Reding
9934b4f6d0SThierry Reding		ranges = <0 0x54000000 0 0x54000000 0 0x01000000>;
10034b4f6d0SThierry Reding
101be70771dSThierry Reding		dc@54200000 {
10234b4f6d0SThierry Reding			compatible = "nvidia,tegra124-dc";
10334b4f6d0SThierry Reding			reg = <0x0 0x54200000 0x0 0x00040000>;
10434b4f6d0SThierry Reding			interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
105352092b0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_DISP1>;
106352092b0SThierry Reding			clock-names = "dc";
10734b4f6d0SThierry Reding			resets = <&tegra_car 27>;
10834b4f6d0SThierry Reding			reset-names = "dc";
10934b4f6d0SThierry Reding
11034b4f6d0SThierry Reding			iommus = <&mc TEGRA_SWGROUP_DC>;
11134b4f6d0SThierry Reding
11234b4f6d0SThierry Reding			nvidia,head = <0>;
11334b4f6d0SThierry Reding		};
11434b4f6d0SThierry Reding
115be70771dSThierry Reding		dc@54240000 {
11634b4f6d0SThierry Reding			compatible = "nvidia,tegra124-dc";
11734b4f6d0SThierry Reding			reg = <0x0 0x54240000 0x0 0x00040000>;
11834b4f6d0SThierry Reding			interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
119352092b0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_DISP2>;
120352092b0SThierry Reding			clock-names = "dc";
12134b4f6d0SThierry Reding			resets = <&tegra_car 26>;
12234b4f6d0SThierry Reding			reset-names = "dc";
12334b4f6d0SThierry Reding
12434b4f6d0SThierry Reding			iommus = <&mc TEGRA_SWGROUP_DCB>;
12534b4f6d0SThierry Reding
12634b4f6d0SThierry Reding			nvidia,head = <1>;
12734b4f6d0SThierry Reding		};
12834b4f6d0SThierry Reding
129be70771dSThierry Reding		hdmi@54280000 {
13034b4f6d0SThierry Reding			compatible = "nvidia,tegra124-hdmi";
13134b4f6d0SThierry Reding			reg = <0x0 0x54280000 0x0 0x00040000>;
13234b4f6d0SThierry Reding			interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
13334b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_HDMI>,
13434b4f6d0SThierry Reding				 <&tegra_car TEGRA124_CLK_PLL_D2_OUT0>;
13534b4f6d0SThierry Reding			clock-names = "hdmi", "parent";
13634b4f6d0SThierry Reding			resets = <&tegra_car 51>;
13734b4f6d0SThierry Reding			reset-names = "hdmi";
13834b4f6d0SThierry Reding			status = "disabled";
13934b4f6d0SThierry Reding		};
14034b4f6d0SThierry Reding
141be70771dSThierry Reding		sor@54540000 {
14234b4f6d0SThierry Reding			compatible = "nvidia,tegra124-sor";
14334b4f6d0SThierry Reding			reg = <0x0 0x54540000 0x0 0x00040000>;
14434b4f6d0SThierry Reding			interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
14534b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_SOR0>,
146abc9c8a5SThierry Reding				 <&tegra_car TEGRA124_CLK_SOR0_OUT>,
14734b4f6d0SThierry Reding				 <&tegra_car TEGRA124_CLK_PLL_D_OUT0>,
14834b4f6d0SThierry Reding				 <&tegra_car TEGRA124_CLK_PLL_DP>,
14934b4f6d0SThierry Reding				 <&tegra_car TEGRA124_CLK_CLK_M>;
150abc9c8a5SThierry Reding			clock-names = "sor", "out", "parent", "dp", "safe";
15134b4f6d0SThierry Reding			resets = <&tegra_car 182>;
15234b4f6d0SThierry Reding			reset-names = "sor";
15334b4f6d0SThierry Reding			status = "disabled";
15434b4f6d0SThierry Reding		};
15534b4f6d0SThierry Reding
156be70771dSThierry Reding		dpaux: dpaux@545c0000 {
15734b4f6d0SThierry Reding			compatible = "nvidia,tegra124-dpaux";
15834b4f6d0SThierry Reding			reg = <0x0 0x545c0000 0x0 0x00040000>;
15934b4f6d0SThierry Reding			interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>;
16034b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_DPAUX>,
16134b4f6d0SThierry Reding				 <&tegra_car TEGRA124_CLK_PLL_DP>;
16234b4f6d0SThierry Reding			clock-names = "dpaux", "parent";
16334b4f6d0SThierry Reding			resets = <&tegra_car 181>;
16434b4f6d0SThierry Reding			reset-names = "dpaux";
16534b4f6d0SThierry Reding			status = "disabled";
166997a3b73SThierry Reding
167997a3b73SThierry Reding			i2c-bus {
168997a3b73SThierry Reding				#address-cells = <1>;
169997a3b73SThierry Reding				#size-cells = <0>;
170997a3b73SThierry Reding			};
17134b4f6d0SThierry Reding		};
17234b4f6d0SThierry Reding	};
17334b4f6d0SThierry Reding
174be70771dSThierry Reding	gic: interrupt-controller@50041000 {
17534b4f6d0SThierry Reding		compatible = "arm,cortex-a15-gic";
17634b4f6d0SThierry Reding		#interrupt-cells = <3>;
17734b4f6d0SThierry Reding		interrupt-controller;
17834b4f6d0SThierry Reding		reg = <0x0 0x50041000 0x0 0x1000>,
17934b4f6d0SThierry Reding		      <0x0 0x50042000 0x0 0x2000>,
18034b4f6d0SThierry Reding		      <0x0 0x50044000 0x0 0x2000>,
18134b4f6d0SThierry Reding		      <0x0 0x50046000 0x0 0x2000>;
18234b4f6d0SThierry Reding		interrupts = <GIC_PPI 9
18334b4f6d0SThierry Reding			(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
18434b4f6d0SThierry Reding		interrupt-parent = <&gic>;
18534b4f6d0SThierry Reding	};
18634b4f6d0SThierry Reding
187be70771dSThierry Reding	gpu@57000000 {
18834b4f6d0SThierry Reding		compatible = "nvidia,gk20a";
18934b4f6d0SThierry Reding		reg = <0x0 0x57000000 0x0 0x01000000>,
19034b4f6d0SThierry Reding		      <0x0 0x58000000 0x0 0x01000000>;
19134b4f6d0SThierry Reding		interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
19234b4f6d0SThierry Reding			     <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
19334b4f6d0SThierry Reding		interrupt-names = "stall", "nonstall";
19434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_GPU>,
19534b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_PLL_P_OUT5>;
19634b4f6d0SThierry Reding		clock-names = "gpu", "pwr";
19734b4f6d0SThierry Reding		resets = <&tegra_car 184>;
19834b4f6d0SThierry Reding		reset-names = "gpu";
19934b4f6d0SThierry Reding		status = "disabled";
20034b4f6d0SThierry Reding	};
20134b4f6d0SThierry Reding
20234b4f6d0SThierry Reding	lic: interrupt-controller@60004000 {
20334b4f6d0SThierry Reding		compatible = "nvidia,tegra124-ictlr", "nvidia,tegra30-ictlr";
20434b4f6d0SThierry Reding		reg = <0x0 0x60004000 0x0 0x100>,
20534b4f6d0SThierry Reding		      <0x0 0x60004100 0x0 0x100>,
20634b4f6d0SThierry Reding		      <0x0 0x60004200 0x0 0x100>,
20734b4f6d0SThierry Reding		      <0x0 0x60004300 0x0 0x100>,
20834b4f6d0SThierry Reding		      <0x0 0x60004400 0x0 0x100>;
20934b4f6d0SThierry Reding		interrupt-controller;
21034b4f6d0SThierry Reding		#interrupt-cells = <3>;
21134b4f6d0SThierry Reding		interrupt-parent = <&gic>;
21234b4f6d0SThierry Reding	};
21334b4f6d0SThierry Reding
214be70771dSThierry Reding	timer@60005000 {
215bb43b219SThierry Reding		compatible = "nvidia,tegra124-timer", "nvidia,tegra30-timer";
21634b4f6d0SThierry Reding		reg = <0x0 0x60005000 0x0 0x400>;
21734b4f6d0SThierry Reding		interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
21834b4f6d0SThierry Reding			     <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
21934b4f6d0SThierry Reding			     <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
22034b4f6d0SThierry Reding			     <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
22134b4f6d0SThierry Reding			     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
22234b4f6d0SThierry Reding			     <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
22334b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_TIMER>;
22434b4f6d0SThierry Reding		clock-names = "timer";
22534b4f6d0SThierry Reding	};
22634b4f6d0SThierry Reding
227be70771dSThierry Reding	tegra_car: clock@60006000 {
22834b4f6d0SThierry Reding		compatible = "nvidia,tegra132-car";
22934b4f6d0SThierry Reding		reg = <0x0 0x60006000 0x0 0x1000>;
23034b4f6d0SThierry Reding		#clock-cells = <1>;
23134b4f6d0SThierry Reding		#reset-cells = <1>;
23234b4f6d0SThierry Reding		nvidia,external-memory-controller = <&emc>;
23334b4f6d0SThierry Reding	};
23434b4f6d0SThierry Reding
235be70771dSThierry Reding	flow-controller@60007000 {
23618236a14SJon Hunter		compatible = "nvidia,tegra132-flowctrl", "nvidia,tegra124-flowctrl";
23734b4f6d0SThierry Reding		reg = <0x0 0x60007000 0x0 0x1000>;
23834b4f6d0SThierry Reding	};
23934b4f6d0SThierry Reding
240be70771dSThierry Reding	actmon@6000c800 {
24134b4f6d0SThierry Reding		compatible = "nvidia,tegra124-actmon";
24234b4f6d0SThierry Reding		reg = <0x0 0x6000c800 0x0 0x400>;
24334b4f6d0SThierry Reding		interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
24434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_ACTMON>,
24534b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_EMC>;
24634b4f6d0SThierry Reding		clock-names = "actmon", "emc";
24734b4f6d0SThierry Reding		resets = <&tegra_car 119>;
24834b4f6d0SThierry Reding		reset-names = "actmon";
249ed9e9a6eSThierry Reding		operating-points-v2 = <&emc_bw_dfs_opp_table>;
250ed9e9a6eSThierry Reding		interconnects = <&mc TEGRA124_MC_MPCORER &emc>;
251ed9e9a6eSThierry Reding		interconnect-names = "cpu-read";
252ed9e9a6eSThierry Reding		#cooling-cells = <2>;
25334b4f6d0SThierry Reding	};
25434b4f6d0SThierry Reding
255be70771dSThierry Reding	gpio: gpio@6000d000 {
25634b4f6d0SThierry Reding		compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
25734b4f6d0SThierry Reding		reg = <0x0 0x6000d000 0x0 0x1000>;
25834b4f6d0SThierry Reding		interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
25934b4f6d0SThierry Reding			     <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
26034b4f6d0SThierry Reding			     <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
26134b4f6d0SThierry Reding			     <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
26234b4f6d0SThierry Reding			     <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
26334b4f6d0SThierry Reding			     <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
26434b4f6d0SThierry Reding			     <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
26534b4f6d0SThierry Reding			     <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
26634b4f6d0SThierry Reding		#gpio-cells = <2>;
26734b4f6d0SThierry Reding		gpio-controller;
26834b4f6d0SThierry Reding		#interrupt-cells = <2>;
26934b4f6d0SThierry Reding		interrupt-controller;
27034b4f6d0SThierry Reding	};
27134b4f6d0SThierry Reding
272be70771dSThierry Reding	apbdma: dma@60020000 {
27334b4f6d0SThierry Reding		compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma";
27434b4f6d0SThierry Reding		reg = <0x0 0x60020000 0x0 0x1400>;
27534b4f6d0SThierry Reding		interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
27634b4f6d0SThierry Reding			     <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
27734b4f6d0SThierry Reding			     <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
27834b4f6d0SThierry Reding			     <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
27934b4f6d0SThierry Reding			     <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
28034b4f6d0SThierry Reding			     <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
28134b4f6d0SThierry Reding			     <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
28234b4f6d0SThierry Reding			     <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
28334b4f6d0SThierry Reding			     <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
28434b4f6d0SThierry Reding			     <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
28534b4f6d0SThierry Reding			     <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
28634b4f6d0SThierry Reding			     <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
28734b4f6d0SThierry Reding			     <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
28834b4f6d0SThierry Reding			     <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
28934b4f6d0SThierry Reding			     <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
29034b4f6d0SThierry Reding			     <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
29134b4f6d0SThierry Reding			     <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
29234b4f6d0SThierry Reding			     <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
29334b4f6d0SThierry Reding			     <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
29434b4f6d0SThierry Reding			     <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
29534b4f6d0SThierry Reding			     <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
29634b4f6d0SThierry Reding			     <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
29734b4f6d0SThierry Reding			     <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
29834b4f6d0SThierry Reding			     <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
29934b4f6d0SThierry Reding			     <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
30034b4f6d0SThierry Reding			     <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
30134b4f6d0SThierry Reding			     <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
30234b4f6d0SThierry Reding			     <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
30334b4f6d0SThierry Reding			     <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
30434b4f6d0SThierry Reding			     <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
30534b4f6d0SThierry Reding			     <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
30634b4f6d0SThierry Reding			     <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
30734b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_APBDMA>;
30834b4f6d0SThierry Reding		clock-names = "dma";
30934b4f6d0SThierry Reding		resets = <&tegra_car 34>;
31034b4f6d0SThierry Reding		reset-names = "dma";
31134b4f6d0SThierry Reding		#dma-cells = <1>;
31234b4f6d0SThierry Reding	};
31334b4f6d0SThierry Reding
314be70771dSThierry Reding	apbmisc@70000800 {
31534b4f6d0SThierry Reding		compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc";
31634b4f6d0SThierry Reding		reg = <0x0 0x70000800 0x0 0x64>,   /* Chip revision */
31734b4f6d0SThierry Reding		      <0x0 0x7000e864 0x0 0x04>;   /* Strapping options */
31834b4f6d0SThierry Reding	};
31934b4f6d0SThierry Reding
320be70771dSThierry Reding	pinmux: pinmux@70000868 {
32134b4f6d0SThierry Reding		compatible = "nvidia,tegra124-pinmux";
32234b4f6d0SThierry Reding		reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */
32334b4f6d0SThierry Reding		      <0x0 0x70003000 0x0 0x434>, /* Mux registers */
32434b4f6d0SThierry Reding		      <0x0 0x70000820 0x0 0x008>; /* MIPI pad control */
32534b4f6d0SThierry Reding	};
32634b4f6d0SThierry Reding
32734b4f6d0SThierry Reding	/*
32834b4f6d0SThierry Reding	 * There are two serial driver i.e. 8250 based simple serial
32934b4f6d0SThierry Reding	 * driver and APB DMA based serial driver for higher baudrate
330ef769e32SAdam Buchbinder	 * and performance. To enable the 8250 based driver, the compatible
33134b4f6d0SThierry Reding	 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
33268cd8b2eSThierry Reding	 * the APB DMA based serial driver, the compatible is
33334b4f6d0SThierry Reding	 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
33434b4f6d0SThierry Reding	 */
335be70771dSThierry Reding	uarta: serial@70006000 {
33634b4f6d0SThierry Reding		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
33734b4f6d0SThierry Reding		reg = <0x0 0x70006000 0x0 0x40>;
33834b4f6d0SThierry Reding		reg-shift = <2>;
33934b4f6d0SThierry Reding		interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
34034b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_UARTA>;
34134b4f6d0SThierry Reding		clock-names = "serial";
34234b4f6d0SThierry Reding		resets = <&tegra_car 6>;
34334b4f6d0SThierry Reding		reset-names = "serial";
34434b4f6d0SThierry Reding		dmas = <&apbdma 8>, <&apbdma 8>;
34534b4f6d0SThierry Reding		dma-names = "rx", "tx";
34634b4f6d0SThierry Reding		status = "disabled";
34734b4f6d0SThierry Reding	};
34834b4f6d0SThierry Reding
349be70771dSThierry Reding	uartb: serial@70006040 {
35034b4f6d0SThierry Reding		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
35134b4f6d0SThierry Reding		reg = <0x0 0x70006040 0x0 0x40>;
35234b4f6d0SThierry Reding		reg-shift = <2>;
35334b4f6d0SThierry Reding		interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
35434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_UARTB>;
35534b4f6d0SThierry Reding		clock-names = "serial";
35634b4f6d0SThierry Reding		resets = <&tegra_car 7>;
35734b4f6d0SThierry Reding		reset-names = "serial";
35834b4f6d0SThierry Reding		dmas = <&apbdma 9>, <&apbdma 9>;
35934b4f6d0SThierry Reding		dma-names = "rx", "tx";
36034b4f6d0SThierry Reding		status = "disabled";
36134b4f6d0SThierry Reding	};
36234b4f6d0SThierry Reding
363be70771dSThierry Reding	uartc: serial@70006200 {
36434b4f6d0SThierry Reding		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
36534b4f6d0SThierry Reding		reg = <0x0 0x70006200 0x0 0x40>;
36634b4f6d0SThierry Reding		reg-shift = <2>;
36734b4f6d0SThierry Reding		interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
36834b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_UARTC>;
36934b4f6d0SThierry Reding		clock-names = "serial";
37034b4f6d0SThierry Reding		resets = <&tegra_car 55>;
37134b4f6d0SThierry Reding		reset-names = "serial";
37234b4f6d0SThierry Reding		dmas = <&apbdma 10>, <&apbdma 10>;
37334b4f6d0SThierry Reding		dma-names = "rx", "tx";
37434b4f6d0SThierry Reding		status = "disabled";
37534b4f6d0SThierry Reding	};
37634b4f6d0SThierry Reding
377be70771dSThierry Reding	uartd: serial@70006300 {
37834b4f6d0SThierry Reding		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
37934b4f6d0SThierry Reding		reg = <0x0 0x70006300 0x0 0x40>;
38034b4f6d0SThierry Reding		reg-shift = <2>;
38134b4f6d0SThierry Reding		interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
38234b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_UARTD>;
38334b4f6d0SThierry Reding		clock-names = "serial";
38434b4f6d0SThierry Reding		resets = <&tegra_car 65>;
38534b4f6d0SThierry Reding		reset-names = "serial";
38634b4f6d0SThierry Reding		dmas = <&apbdma 19>, <&apbdma 19>;
38734b4f6d0SThierry Reding		dma-names = "rx", "tx";
38834b4f6d0SThierry Reding		status = "disabled";
38934b4f6d0SThierry Reding	};
39034b4f6d0SThierry Reding
391be70771dSThierry Reding	pwm: pwm@7000a000 {
39234b4f6d0SThierry Reding		compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
39334b4f6d0SThierry Reding		reg = <0x0 0x7000a000 0x0 0x100>;
39434b4f6d0SThierry Reding		#pwm-cells = <2>;
39534b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_PWM>;
39634b4f6d0SThierry Reding		clock-names = "pwm";
39734b4f6d0SThierry Reding		resets = <&tegra_car 17>;
39834b4f6d0SThierry Reding		reset-names = "pwm";
39934b4f6d0SThierry Reding		status = "disabled";
40034b4f6d0SThierry Reding	};
40134b4f6d0SThierry Reding
402be70771dSThierry Reding	i2c@7000c000 {
40392564257SThierry Reding		compatible = "nvidia,tegra124-i2c";
40434b4f6d0SThierry Reding		reg = <0x0 0x7000c000 0x0 0x100>;
40534b4f6d0SThierry Reding		interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
40634b4f6d0SThierry Reding		#address-cells = <1>;
40734b4f6d0SThierry Reding		#size-cells = <0>;
40834b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_I2C1>;
40934b4f6d0SThierry Reding		clock-names = "div-clk";
41034b4f6d0SThierry Reding		resets = <&tegra_car 12>;
41134b4f6d0SThierry Reding		reset-names = "i2c";
41234b4f6d0SThierry Reding		dmas = <&apbdma 21>, <&apbdma 21>;
41334b4f6d0SThierry Reding		dma-names = "rx", "tx";
41434b4f6d0SThierry Reding		status = "disabled";
41534b4f6d0SThierry Reding	};
41634b4f6d0SThierry Reding
417be70771dSThierry Reding	i2c@7000c400 {
41892564257SThierry Reding		compatible = "nvidia,tegra124-i2c";
41934b4f6d0SThierry Reding		reg = <0x0 0x7000c400 0x0 0x100>;
42034b4f6d0SThierry Reding		interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
42134b4f6d0SThierry Reding		#address-cells = <1>;
42234b4f6d0SThierry Reding		#size-cells = <0>;
42334b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_I2C2>;
42434b4f6d0SThierry Reding		clock-names = "div-clk";
42534b4f6d0SThierry Reding		resets = <&tegra_car 54>;
42634b4f6d0SThierry Reding		reset-names = "i2c";
42734b4f6d0SThierry Reding		dmas = <&apbdma 22>, <&apbdma 22>;
42834b4f6d0SThierry Reding		dma-names = "rx", "tx";
42934b4f6d0SThierry Reding		status = "disabled";
43034b4f6d0SThierry Reding	};
43134b4f6d0SThierry Reding
432be70771dSThierry Reding	i2c@7000c500 {
43392564257SThierry Reding		compatible = "nvidia,tegra124-i2c";
43434b4f6d0SThierry Reding		reg = <0x0 0x7000c500 0x0 0x100>;
43534b4f6d0SThierry Reding		interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
43634b4f6d0SThierry Reding		#address-cells = <1>;
43734b4f6d0SThierry Reding		#size-cells = <0>;
43834b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_I2C3>;
43934b4f6d0SThierry Reding		clock-names = "div-clk";
44034b4f6d0SThierry Reding		resets = <&tegra_car 67>;
44134b4f6d0SThierry Reding		reset-names = "i2c";
44234b4f6d0SThierry Reding		dmas = <&apbdma 23>, <&apbdma 23>;
44334b4f6d0SThierry Reding		dma-names = "rx", "tx";
44434b4f6d0SThierry Reding		status = "disabled";
44534b4f6d0SThierry Reding	};
44634b4f6d0SThierry Reding
447be70771dSThierry Reding	i2c@7000c700 {
44892564257SThierry Reding		compatible = "nvidia,tegra124-i2c";
44934b4f6d0SThierry Reding		reg = <0x0 0x7000c700 0x0 0x100>;
45034b4f6d0SThierry Reding		interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
45134b4f6d0SThierry Reding		#address-cells = <1>;
45234b4f6d0SThierry Reding		#size-cells = <0>;
45334b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_I2C4>;
45434b4f6d0SThierry Reding		clock-names = "div-clk";
45534b4f6d0SThierry Reding		resets = <&tegra_car 103>;
45634b4f6d0SThierry Reding		reset-names = "i2c";
45734b4f6d0SThierry Reding		dmas = <&apbdma 26>, <&apbdma 26>;
45834b4f6d0SThierry Reding		dma-names = "rx", "tx";
45934b4f6d0SThierry Reding		status = "disabled";
46034b4f6d0SThierry Reding	};
46134b4f6d0SThierry Reding
462be70771dSThierry Reding	i2c@7000d000 {
46392564257SThierry Reding		compatible = "nvidia,tegra124-i2c";
46434b4f6d0SThierry Reding		reg = <0x0 0x7000d000 0x0 0x100>;
46534b4f6d0SThierry Reding		interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
46634b4f6d0SThierry Reding		#address-cells = <1>;
46734b4f6d0SThierry Reding		#size-cells = <0>;
46834b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_I2C5>;
46934b4f6d0SThierry Reding		clock-names = "div-clk";
47034b4f6d0SThierry Reding		resets = <&tegra_car 47>;
47134b4f6d0SThierry Reding		reset-names = "i2c";
47234b4f6d0SThierry Reding		dmas = <&apbdma 24>, <&apbdma 24>;
47334b4f6d0SThierry Reding		dma-names = "rx", "tx";
47434b4f6d0SThierry Reding		status = "disabled";
47534b4f6d0SThierry Reding	};
47634b4f6d0SThierry Reding
477be70771dSThierry Reding	i2c@7000d100 {
47892564257SThierry Reding		compatible = "nvidia,tegra124-i2c";
47934b4f6d0SThierry Reding		reg = <0x0 0x7000d100 0x0 0x100>;
48034b4f6d0SThierry Reding		interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
48134b4f6d0SThierry Reding		#address-cells = <1>;
48234b4f6d0SThierry Reding		#size-cells = <0>;
48334b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_I2C6>;
48434b4f6d0SThierry Reding		clock-names = "div-clk";
48534b4f6d0SThierry Reding		resets = <&tegra_car 166>;
48634b4f6d0SThierry Reding		reset-names = "i2c";
48734b4f6d0SThierry Reding		dmas = <&apbdma 30>, <&apbdma 30>;
48834b4f6d0SThierry Reding		dma-names = "rx", "tx";
48934b4f6d0SThierry Reding		status = "disabled";
49034b4f6d0SThierry Reding	};
49134b4f6d0SThierry Reding
492be70771dSThierry Reding	spi@7000d400 {
49334b4f6d0SThierry Reding		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
49434b4f6d0SThierry Reding		reg = <0x0 0x7000d400 0x0 0x200>;
49534b4f6d0SThierry Reding		interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
49634b4f6d0SThierry Reding		#address-cells = <1>;
49734b4f6d0SThierry Reding		#size-cells = <0>;
49834b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SBC1>;
49934b4f6d0SThierry Reding		clock-names = "spi";
50034b4f6d0SThierry Reding		resets = <&tegra_car 41>;
50134b4f6d0SThierry Reding		reset-names = "spi";
50234b4f6d0SThierry Reding		dmas = <&apbdma 15>, <&apbdma 15>;
50334b4f6d0SThierry Reding		dma-names = "rx", "tx";
50434b4f6d0SThierry Reding		status = "disabled";
50534b4f6d0SThierry Reding	};
50634b4f6d0SThierry Reding
507be70771dSThierry Reding	spi@7000d600 {
50834b4f6d0SThierry Reding		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
50934b4f6d0SThierry Reding		reg = <0x0 0x7000d600 0x0 0x200>;
51034b4f6d0SThierry Reding		interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
51134b4f6d0SThierry Reding		#address-cells = <1>;
51234b4f6d0SThierry Reding		#size-cells = <0>;
51334b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SBC2>;
51434b4f6d0SThierry Reding		clock-names = "spi";
51534b4f6d0SThierry Reding		resets = <&tegra_car 44>;
51634b4f6d0SThierry Reding		reset-names = "spi";
51734b4f6d0SThierry Reding		dmas = <&apbdma 16>, <&apbdma 16>;
51834b4f6d0SThierry Reding		dma-names = "rx", "tx";
51934b4f6d0SThierry Reding		status = "disabled";
52034b4f6d0SThierry Reding	};
52134b4f6d0SThierry Reding
522be70771dSThierry Reding	spi@7000d800 {
52334b4f6d0SThierry Reding		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
52434b4f6d0SThierry Reding		reg = <0x0 0x7000d800 0x0 0x200>;
52534b4f6d0SThierry Reding		interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
52634b4f6d0SThierry Reding		#address-cells = <1>;
52734b4f6d0SThierry Reding		#size-cells = <0>;
52834b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SBC3>;
52934b4f6d0SThierry Reding		clock-names = "spi";
53034b4f6d0SThierry Reding		resets = <&tegra_car 46>;
53134b4f6d0SThierry Reding		reset-names = "spi";
53234b4f6d0SThierry Reding		dmas = <&apbdma 17>, <&apbdma 17>;
53334b4f6d0SThierry Reding		dma-names = "rx", "tx";
53434b4f6d0SThierry Reding		status = "disabled";
53534b4f6d0SThierry Reding	};
53634b4f6d0SThierry Reding
537be70771dSThierry Reding	spi@7000da00 {
53834b4f6d0SThierry Reding		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
53934b4f6d0SThierry Reding		reg = <0x0 0x7000da00 0x0 0x200>;
54034b4f6d0SThierry Reding		interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
54134b4f6d0SThierry Reding		#address-cells = <1>;
54234b4f6d0SThierry Reding		#size-cells = <0>;
54334b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SBC4>;
54434b4f6d0SThierry Reding		clock-names = "spi";
54534b4f6d0SThierry Reding		resets = <&tegra_car 68>;
54634b4f6d0SThierry Reding		reset-names = "spi";
54734b4f6d0SThierry Reding		dmas = <&apbdma 18>, <&apbdma 18>;
54834b4f6d0SThierry Reding		dma-names = "rx", "tx";
54934b4f6d0SThierry Reding		status = "disabled";
55034b4f6d0SThierry Reding	};
55134b4f6d0SThierry Reding
552be70771dSThierry Reding	spi@7000dc00 {
55334b4f6d0SThierry Reding		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
55434b4f6d0SThierry Reding		reg = <0x0 0x7000dc00 0x0 0x200>;
55534b4f6d0SThierry Reding		interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
55634b4f6d0SThierry Reding		#address-cells = <1>;
55734b4f6d0SThierry Reding		#size-cells = <0>;
55834b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SBC5>;
55934b4f6d0SThierry Reding		clock-names = "spi";
56034b4f6d0SThierry Reding		resets = <&tegra_car 104>;
56134b4f6d0SThierry Reding		reset-names = "spi";
56234b4f6d0SThierry Reding		dmas = <&apbdma 27>, <&apbdma 27>;
56334b4f6d0SThierry Reding		dma-names = "rx", "tx";
56434b4f6d0SThierry Reding		status = "disabled";
56534b4f6d0SThierry Reding	};
56634b4f6d0SThierry Reding
567be70771dSThierry Reding	spi@7000de00 {
56834b4f6d0SThierry Reding		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
56934b4f6d0SThierry Reding		reg = <0x0 0x7000de00 0x0 0x200>;
57034b4f6d0SThierry Reding		interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
57134b4f6d0SThierry Reding		#address-cells = <1>;
57234b4f6d0SThierry Reding		#size-cells = <0>;
57334b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SBC6>;
57434b4f6d0SThierry Reding		clock-names = "spi";
57534b4f6d0SThierry Reding		resets = <&tegra_car 105>;
57634b4f6d0SThierry Reding		reset-names = "spi";
57734b4f6d0SThierry Reding		dmas = <&apbdma 28>, <&apbdma 28>;
57834b4f6d0SThierry Reding		dma-names = "rx", "tx";
57934b4f6d0SThierry Reding		status = "disabled";
58034b4f6d0SThierry Reding	};
58134b4f6d0SThierry Reding
582be70771dSThierry Reding	rtc@7000e000 {
58334b4f6d0SThierry Reding		compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc";
58434b4f6d0SThierry Reding		reg = <0x0 0x7000e000 0x0 0x100>;
58534b4f6d0SThierry Reding		interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
58634b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_RTC>;
58734b4f6d0SThierry Reding		clock-names = "rtc";
58834b4f6d0SThierry Reding	};
58934b4f6d0SThierry Reding
590359ae651SSowjanya Komatineni	tegra_pmc: pmc@7000e400 {
59134b4f6d0SThierry Reding		compatible = "nvidia,tegra124-pmc";
59234b4f6d0SThierry Reding		reg = <0x0 0x7000e400 0x0 0x400>;
59334b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_PCLK>, <&clk32k_in>;
59434b4f6d0SThierry Reding		clock-names = "pclk", "clk32k_in";
595359ae651SSowjanya Komatineni		#clock-cells = <1>;
59634b4f6d0SThierry Reding	};
59734b4f6d0SThierry Reding
598be70771dSThierry Reding	fuse@7000f800 {
59934b4f6d0SThierry Reding		compatible = "nvidia,tegra124-efuse";
60034b4f6d0SThierry Reding		reg = <0x0 0x7000f800 0x0 0x400>;
60134b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_FUSE>;
60234b4f6d0SThierry Reding		clock-names = "fuse";
60334b4f6d0SThierry Reding		resets = <&tegra_car 39>;
60434b4f6d0SThierry Reding		reset-names = "fuse";
60534b4f6d0SThierry Reding	};
60634b4f6d0SThierry Reding
607be70771dSThierry Reding	mc: memory-controller@70019000 {
60834b4f6d0SThierry Reding		compatible = "nvidia,tegra132-mc";
60934b4f6d0SThierry Reding		reg = <0x0 0x70019000 0x0 0x1000>;
61034b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_MC>;
61134b4f6d0SThierry Reding		clock-names = "mc";
61234b4f6d0SThierry Reding
61334b4f6d0SThierry Reding		interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
61434b4f6d0SThierry Reding
61534b4f6d0SThierry Reding		#iommu-cells = <1>;
616ed9e9a6eSThierry Reding		#reset-cells = <1>;
617ed9e9a6eSThierry Reding		#interconnect-cells = <1>;
61834b4f6d0SThierry Reding	};
61934b4f6d0SThierry Reding
62047cd385eSThierry Reding	emc: external-memory-controller@7001b000 {
621ed9e9a6eSThierry Reding		compatible = "nvidia,tegra132-emc", "nvidia,tegra124-emc";
62234b4f6d0SThierry Reding		reg = <0x0 0x7001b000 0x0 0x1000>;
6230bab86abSThierry Reding		clocks = <&tegra_car TEGRA124_CLK_EMC>;
6240bab86abSThierry Reding		clock-names = "emc";
62534b4f6d0SThierry Reding
62634b4f6d0SThierry Reding		nvidia,memory-controller = <&mc>;
627ed9e9a6eSThierry Reding		operating-points-v2 = <&emc_icc_dvfs_opp_table>;
628ed9e9a6eSThierry Reding
629ed9e9a6eSThierry Reding		#interconnect-cells = <0>;
63034b4f6d0SThierry Reding	};
63134b4f6d0SThierry Reding
632be70771dSThierry Reding	sata@70020000 {
63334b4f6d0SThierry Reding		compatible = "nvidia,tegra124-ahci";
63434b4f6d0SThierry Reding		reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */
63534b4f6d0SThierry Reding		      <0x0 0x70020000 0x0 0x7000>; /* SATA */
63634b4f6d0SThierry Reding		interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
63734b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SATA>,
638*9f27a6c4SThierry Reding			 <&tegra_car TEGRA124_CLK_SATA_OOB>;
639*9f27a6c4SThierry Reding		clock-names = "sata", "sata-oob";
64034b4f6d0SThierry Reding		resets = <&tegra_car 124>,
641c84ebdfdSSowjanya Komatineni			 <&tegra_car 129>,
642c84ebdfdSSowjanya Komatineni			 <&tegra_car 123>;
643c84ebdfdSSowjanya Komatineni		reset-names = "sata", "sata-cold", "sata-oob";
64434b4f6d0SThierry Reding		status = "disabled";
64534b4f6d0SThierry Reding	};
64634b4f6d0SThierry Reding
647be70771dSThierry Reding	hda@70030000 {
64834b4f6d0SThierry Reding		compatible = "nvidia,tegra132-hda", "nvidia,tegra124-hda",
64934b4f6d0SThierry Reding			     "nvidia,tegra30-hda";
65034b4f6d0SThierry Reding		reg = <0x0 0x70030000 0x0 0x10000>;
65134b4f6d0SThierry Reding		interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
65234b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_HDA>,
65334b4f6d0SThierry Reding		         <&tegra_car TEGRA124_CLK_HDA2HDMI>,
65434b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
65534b4f6d0SThierry Reding		clock-names = "hda", "hda2hdmi", "hda2codec_2x";
65634b4f6d0SThierry Reding		resets = <&tegra_car 125>, /* hda */
65734b4f6d0SThierry Reding			 <&tegra_car 128>, /* hda2hdmi */
65834b4f6d0SThierry Reding			 <&tegra_car 111>; /* hda2codec_2x */
65934b4f6d0SThierry Reding		reset-names = "hda", "hda2hdmi", "hda2codec_2x";
66034b4f6d0SThierry Reding		status = "disabled";
66134b4f6d0SThierry Reding	};
66234b4f6d0SThierry Reding
663574d9cffSThierry Reding	usb@70090000 {
664574d9cffSThierry Reding		compatible = "nvidia,tegra132-xusb", "nvidia,tegra124-xusb";
665574d9cffSThierry Reding		reg = <0x0 0x70090000 0x0 0x8000>,
666574d9cffSThierry Reding		      <0x0 0x70098000 0x0 0x1000>,
667574d9cffSThierry Reding		      <0x0 0x70099000 0x0 0x1000>;
668574d9cffSThierry Reding		reg-names = "hcd", "fpci", "ipfs";
669574d9cffSThierry Reding
670574d9cffSThierry Reding		interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
671574d9cffSThierry Reding			     <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
672574d9cffSThierry Reding
673574d9cffSThierry Reding		clocks = <&tegra_car TEGRA124_CLK_XUSB_HOST>,
674574d9cffSThierry Reding			 <&tegra_car TEGRA124_CLK_XUSB_HOST_SRC>,
675574d9cffSThierry Reding			 <&tegra_car TEGRA124_CLK_XUSB_FALCON_SRC>,
676574d9cffSThierry Reding			 <&tegra_car TEGRA124_CLK_XUSB_SS>,
677574d9cffSThierry Reding			 <&tegra_car TEGRA124_CLK_XUSB_SS_SRC>,
678574d9cffSThierry Reding			 <&tegra_car TEGRA124_CLK_XUSB_SS_DIV2>,
679574d9cffSThierry Reding			 <&tegra_car TEGRA124_CLK_XUSB_HS_SRC>,
680574d9cffSThierry Reding			 <&tegra_car TEGRA124_CLK_XUSB_FS_SRC>,
681574d9cffSThierry Reding			 <&tegra_car TEGRA124_CLK_PLL_U_480M>,
682574d9cffSThierry Reding			 <&tegra_car TEGRA124_CLK_CLK_M>,
683574d9cffSThierry Reding			 <&tegra_car TEGRA124_CLK_PLL_E>;
684574d9cffSThierry Reding		clock-names = "xusb_host", "xusb_host_src",
685574d9cffSThierry Reding			      "xusb_falcon_src", "xusb_ss",
686574d9cffSThierry Reding			      "xusb_ss_src", "xusb_ss_div2",
687574d9cffSThierry Reding			      "xusb_hs_src", "xusb_fs_src",
688574d9cffSThierry Reding			      "pll_u_480m", "clk_m", "pll_e";
689574d9cffSThierry Reding		resets = <&tegra_car 89>, <&tegra_car 156>,
690574d9cffSThierry Reding			 <&tegra_car 143>;
691574d9cffSThierry Reding		reset-names = "xusb_host", "xusb_ss", "xusb_src";
692574d9cffSThierry Reding
693574d9cffSThierry Reding		nvidia,xusb-padctl = <&padctl>;
694574d9cffSThierry Reding
695574d9cffSThierry Reding		status = "disabled";
696574d9cffSThierry Reding	};
697574d9cffSThierry Reding
698be70771dSThierry Reding	padctl: padctl@7009f000 {
69934b4f6d0SThierry Reding		compatible = "nvidia,tegra132-xusb-padctl",
70034b4f6d0SThierry Reding			     "nvidia,tegra124-xusb-padctl";
70134b4f6d0SThierry Reding		reg = <0x0 0x7009f000 0x0 0x1000>;
70234b4f6d0SThierry Reding		resets = <&tegra_car 142>;
70334b4f6d0SThierry Reding		reset-names = "padctl";
70434b4f6d0SThierry Reding
705574d9cffSThierry Reding		pads {
706574d9cffSThierry Reding			usb2 {
707574d9cffSThierry Reding				status = "disabled";
70834b4f6d0SThierry Reding
709574d9cffSThierry Reding				lanes {
710574d9cffSThierry Reding					usb2-0 {
711574d9cffSThierry Reding						status = "disabled";
712574d9cffSThierry Reding						#phy-cells = <0>;
713574d9cffSThierry Reding					};
714574d9cffSThierry Reding
715574d9cffSThierry Reding					usb2-1 {
716574d9cffSThierry Reding						status = "disabled";
717574d9cffSThierry Reding						#phy-cells = <0>;
718574d9cffSThierry Reding					};
719574d9cffSThierry Reding
720574d9cffSThierry Reding					usb2-2 {
721574d9cffSThierry Reding						status = "disabled";
722574d9cffSThierry Reding						#phy-cells = <0>;
723574d9cffSThierry Reding					};
724574d9cffSThierry Reding				};
725574d9cffSThierry Reding			};
726574d9cffSThierry Reding
727574d9cffSThierry Reding			ulpi {
728574d9cffSThierry Reding				status = "disabled";
729574d9cffSThierry Reding
730574d9cffSThierry Reding				lanes {
731574d9cffSThierry Reding					ulpi-0 {
732574d9cffSThierry Reding						status = "disabled";
733574d9cffSThierry Reding						#phy-cells = <0>;
734574d9cffSThierry Reding					};
735574d9cffSThierry Reding				};
736574d9cffSThierry Reding			};
737574d9cffSThierry Reding
738574d9cffSThierry Reding			hsic {
739574d9cffSThierry Reding				status = "disabled";
740574d9cffSThierry Reding
741574d9cffSThierry Reding				lanes {
742574d9cffSThierry Reding					hsic-0 {
743574d9cffSThierry Reding						status = "disabled";
744574d9cffSThierry Reding						#phy-cells = <0>;
745574d9cffSThierry Reding					};
746574d9cffSThierry Reding
747574d9cffSThierry Reding					hsic-1 {
748574d9cffSThierry Reding						status = "disabled";
749574d9cffSThierry Reding						#phy-cells = <0>;
750574d9cffSThierry Reding					};
751574d9cffSThierry Reding				};
752574d9cffSThierry Reding			};
753574d9cffSThierry Reding
754574d9cffSThierry Reding			pcie {
755574d9cffSThierry Reding				status = "disabled";
756574d9cffSThierry Reding
757574d9cffSThierry Reding				lanes {
75834b4f6d0SThierry Reding					pcie-0 {
75934b4f6d0SThierry Reding						status = "disabled";
760574d9cffSThierry Reding						#phy-cells = <0>;
761574d9cffSThierry Reding					};
762574d9cffSThierry Reding
763574d9cffSThierry Reding					pcie-1 {
764574d9cffSThierry Reding						status = "disabled";
765574d9cffSThierry Reding						#phy-cells = <0>;
766574d9cffSThierry Reding					};
767574d9cffSThierry Reding
768574d9cffSThierry Reding					pcie-2 {
769574d9cffSThierry Reding						status = "disabled";
770574d9cffSThierry Reding						#phy-cells = <0>;
771574d9cffSThierry Reding					};
772574d9cffSThierry Reding
773574d9cffSThierry Reding					pcie-3 {
774574d9cffSThierry Reding						status = "disabled";
775574d9cffSThierry Reding						#phy-cells = <0>;
776574d9cffSThierry Reding					};
777574d9cffSThierry Reding
778574d9cffSThierry Reding					pcie-4 {
779574d9cffSThierry Reding						status = "disabled";
780574d9cffSThierry Reding						#phy-cells = <0>;
781574d9cffSThierry Reding					};
782574d9cffSThierry Reding				};
783574d9cffSThierry Reding			};
784574d9cffSThierry Reding
785574d9cffSThierry Reding			sata {
786574d9cffSThierry Reding				status = "disabled";
787574d9cffSThierry Reding
788574d9cffSThierry Reding				lanes {
789574d9cffSThierry Reding					sata-0 {
790574d9cffSThierry Reding						status = "disabled";
791574d9cffSThierry Reding						#phy-cells = <0>;
792574d9cffSThierry Reding					};
793574d9cffSThierry Reding				};
794574d9cffSThierry Reding			};
795574d9cffSThierry Reding		};
796574d9cffSThierry Reding
797574d9cffSThierry Reding		ports {
798574d9cffSThierry Reding			usb2-0 {
799574d9cffSThierry Reding				status = "disabled";
80034b4f6d0SThierry Reding			};
80134b4f6d0SThierry Reding
802574d9cffSThierry Reding			usb2-1 {
803574d9cffSThierry Reding				status = "disabled";
804574d9cffSThierry Reding			};
805574d9cffSThierry Reding
806574d9cffSThierry Reding			usb2-2 {
807574d9cffSThierry Reding				status = "disabled";
808574d9cffSThierry Reding			};
809574d9cffSThierry Reding
810574d9cffSThierry Reding			hsic-0 {
811574d9cffSThierry Reding				status = "disabled";
812574d9cffSThierry Reding			};
813574d9cffSThierry Reding
814574d9cffSThierry Reding			hsic-1 {
81534b4f6d0SThierry Reding				status = "disabled";
81634b4f6d0SThierry Reding			};
81734b4f6d0SThierry Reding
81834b4f6d0SThierry Reding			usb3-0 {
81934b4f6d0SThierry Reding				status = "disabled";
82034b4f6d0SThierry Reding			};
82134b4f6d0SThierry Reding
82234b4f6d0SThierry Reding			usb3-1 {
82334b4f6d0SThierry Reding				status = "disabled";
82434b4f6d0SThierry Reding			};
82534b4f6d0SThierry Reding		};
82634b4f6d0SThierry Reding	};
82734b4f6d0SThierry Reding
82867bb17f6SThierry Reding	mmc@700b0000 {
82934b4f6d0SThierry Reding		compatible = "nvidia,tegra124-sdhci";
83034b4f6d0SThierry Reding		reg = <0x0 0x700b0000 0x0 0x200>;
83134b4f6d0SThierry Reding		interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
83234b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SDMMC1>;
83334b4f6d0SThierry Reding		clock-names = "sdhci";
83434b4f6d0SThierry Reding		resets = <&tegra_car 14>;
83534b4f6d0SThierry Reding		reset-names = "sdhci";
83634b4f6d0SThierry Reding		status = "disabled";
83734b4f6d0SThierry Reding	};
83834b4f6d0SThierry Reding
83967bb17f6SThierry Reding	mmc@700b0200 {
84034b4f6d0SThierry Reding		compatible = "nvidia,tegra124-sdhci";
84134b4f6d0SThierry Reding		reg = <0x0 0x700b0200 0x0 0x200>;
84234b4f6d0SThierry Reding		interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
84334b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SDMMC2>;
84434b4f6d0SThierry Reding		clock-names = "sdhci";
84534b4f6d0SThierry Reding		resets = <&tegra_car 9>;
84634b4f6d0SThierry Reding		reset-names = "sdhci";
84734b4f6d0SThierry Reding		status = "disabled";
84834b4f6d0SThierry Reding	};
84934b4f6d0SThierry Reding
85067bb17f6SThierry Reding	mmc@700b0400 {
85134b4f6d0SThierry Reding		compatible = "nvidia,tegra124-sdhci";
85234b4f6d0SThierry Reding		reg = <0x0 0x700b0400 0x0 0x200>;
85334b4f6d0SThierry Reding		interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
85434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SDMMC3>;
85534b4f6d0SThierry Reding		clock-names = "sdhci";
85634b4f6d0SThierry Reding		resets = <&tegra_car 69>;
85734b4f6d0SThierry Reding		reset-names = "sdhci";
85834b4f6d0SThierry Reding		status = "disabled";
85934b4f6d0SThierry Reding	};
86034b4f6d0SThierry Reding
86167bb17f6SThierry Reding	mmc@700b0600 {
86234b4f6d0SThierry Reding		compatible = "nvidia,tegra124-sdhci";
86334b4f6d0SThierry Reding		reg = <0x0 0x700b0600 0x0 0x200>;
86434b4f6d0SThierry Reding		interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
86534b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SDMMC4>;
86634b4f6d0SThierry Reding		clock-names = "sdhci";
86734b4f6d0SThierry Reding		resets = <&tegra_car 15>;
86834b4f6d0SThierry Reding		reset-names = "sdhci";
86934b4f6d0SThierry Reding		status = "disabled";
87034b4f6d0SThierry Reding	};
87134b4f6d0SThierry Reding
872be70771dSThierry Reding	soctherm: thermal-sensor@700e2000 {
8730fa2bfcdSWei Ni		compatible = "nvidia,tegra132-soctherm";
874644c569dSThierry Reding		reg = <0x0 0x700e2000 0x0 0x600>, /* 0: SOC_THERM reg_base */
875644c569dSThierry Reding		      <0x0 0x70040000 0x0 0x200>; /* 2: CCROC reg_base */
876f4357938SWei Ni		reg-names = "soctherm-reg", "ccroc-reg";
8771289bd9fSThierry Reding		interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>,
8781289bd9fSThierry Reding			     <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>;
8791289bd9fSThierry Reding		interrupt-names = "thermal", "edp";
88034b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_TSENSOR>,
88134b4f6d0SThierry Reding		         <&tegra_car TEGRA124_CLK_SOC_THERM>;
88234b4f6d0SThierry Reding		clock-names = "tsensor", "soctherm";
88334b4f6d0SThierry Reding		resets = <&tegra_car 78>;
88434b4f6d0SThierry Reding		reset-names = "soctherm";
88534b4f6d0SThierry Reding		#thermal-sensor-cells = <1>;
886f4357938SWei Ni
887f4357938SWei Ni		throttle-cfgs {
888f4357938SWei Ni			throttle_heavy: heavy {
889f4357938SWei Ni				nvidia,priority = <100>;
890f4357938SWei Ni				nvidia,cpu-throt-level = <TEGRA_SOCTHERM_THROT_LEVEL_HIGH>;
891f4357938SWei Ni
892f4357938SWei Ni				#cooling-cells = <2>;
893f4357938SWei Ni			};
894f4357938SWei Ni		};
89534b4f6d0SThierry Reding	};
89634b4f6d0SThierry Reding
8970fa2bfcdSWei Ni	thermal-zones {
8980fa2bfcdSWei Ni		cpu {
8990fa2bfcdSWei Ni			polling-delay-passive = <1000>;
9000fa2bfcdSWei Ni			polling-delay = <0>;
9010fa2bfcdSWei Ni
9020fa2bfcdSWei Ni			thermal-sensors =
9030fa2bfcdSWei Ni				<&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>;
904a6ebde25SWei Ni
905a6ebde25SWei Ni			trips {
906a6ebde25SWei Ni				cpu_shutdown_trip {
907a6ebde25SWei Ni					temperature = <105000>;
908a6ebde25SWei Ni					hysteresis = <1000>;
909a6ebde25SWei Ni					type = "critical";
910a6ebde25SWei Ni				};
911f4357938SWei Ni
912f4357938SWei Ni				cpu_throttle_trip: throttle-trip {
913f4357938SWei Ni					temperature = <102000>;
914f4357938SWei Ni					hysteresis = <1000>;
915f4357938SWei Ni					type = "hot";
916f4357938SWei Ni				};
917a6ebde25SWei Ni			};
918a6ebde25SWei Ni
919a6ebde25SWei Ni			cooling-maps {
920f4357938SWei Ni				map0 {
921f4357938SWei Ni					trip = <&cpu_throttle_trip>;
922f4357938SWei Ni					cooling-device = <&throttle_heavy 1 1>;
923f4357938SWei Ni				};
924a6ebde25SWei Ni			};
9250fa2bfcdSWei Ni		};
9260fa2bfcdSWei Ni		mem {
9270fa2bfcdSWei Ni			polling-delay-passive = <0>;
9280fa2bfcdSWei Ni			polling-delay = <0>;
9290fa2bfcdSWei Ni
9300fa2bfcdSWei Ni			thermal-sensors =
9310fa2bfcdSWei Ni				<&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>;
932a6ebde25SWei Ni
933a6ebde25SWei Ni			trips {
934a6ebde25SWei Ni				mem_shutdown_trip {
935a6ebde25SWei Ni					temperature = <101000>;
936a6ebde25SWei Ni					hysteresis = <1000>;
937a6ebde25SWei Ni					type = "critical";
938a6ebde25SWei Ni				};
9395aaa0de9SNicolas Chauvet				mem_throttle_trip {
9405aaa0de9SNicolas Chauvet					temperature = <99000>;
9415aaa0de9SNicolas Chauvet					hysteresis = <1000>;
9425aaa0de9SNicolas Chauvet					type = "hot";
9435aaa0de9SNicolas Chauvet				};
944a6ebde25SWei Ni			};
945a6ebde25SWei Ni
946a6ebde25SWei Ni			cooling-maps {
947a6ebde25SWei Ni				/*
948a6ebde25SWei Ni				 * There are currently no cooling maps,
949a6ebde25SWei Ni				 * because there are no cooling devices.
950a6ebde25SWei Ni				 */
951a6ebde25SWei Ni			};
9520fa2bfcdSWei Ni		};
9530fa2bfcdSWei Ni		gpu {
9540fa2bfcdSWei Ni			polling-delay-passive = <1000>;
9550fa2bfcdSWei Ni			polling-delay = <0>;
9560fa2bfcdSWei Ni
9570fa2bfcdSWei Ni			thermal-sensors =
9580fa2bfcdSWei Ni				<&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>;
959a6ebde25SWei Ni
960a6ebde25SWei Ni			trips {
961a6ebde25SWei Ni				gpu_shutdown_trip {
962a6ebde25SWei Ni					temperature = <101000>;
963a6ebde25SWei Ni					hysteresis = <1000>;
964a6ebde25SWei Ni					type = "critical";
965a6ebde25SWei Ni				};
966f4357938SWei Ni
967f4357938SWei Ni				gpu_throttle_trip: throttle-trip {
968f4357938SWei Ni					temperature = <99000>;
969f4357938SWei Ni					hysteresis = <1000>;
970f4357938SWei Ni					type = "hot";
971f4357938SWei Ni				};
972a6ebde25SWei Ni			};
973a6ebde25SWei Ni
974a6ebde25SWei Ni			cooling-maps {
975f4357938SWei Ni				map0 {
976f4357938SWei Ni					trip = <&gpu_throttle_trip>;
977f4357938SWei Ni					cooling-device = <&throttle_heavy 1 1>;
978f4357938SWei Ni				};
979a6ebde25SWei Ni			};
9800fa2bfcdSWei Ni		};
9810fa2bfcdSWei Ni		pllx {
9820fa2bfcdSWei Ni			polling-delay-passive = <0>;
9830fa2bfcdSWei Ni			polling-delay = <0>;
9840fa2bfcdSWei Ni
9850fa2bfcdSWei Ni			thermal-sensors =
9860fa2bfcdSWei Ni				<&soctherm TEGRA124_SOCTHERM_SENSOR_PLLX>;
987a6ebde25SWei Ni
988a6ebde25SWei Ni			trips {
989a6ebde25SWei Ni				pllx_shutdown_trip {
990a6ebde25SWei Ni					temperature = <105000>;
991a6ebde25SWei Ni					hysteresis = <1000>;
992a6ebde25SWei Ni					type = "critical";
993a6ebde25SWei Ni				};
9945aaa0de9SNicolas Chauvet				pllx_throttle_trip {
9955aaa0de9SNicolas Chauvet					temperature = <99000>;
9965aaa0de9SNicolas Chauvet					hysteresis = <1000>;
9975aaa0de9SNicolas Chauvet					type = "hot";
9985aaa0de9SNicolas Chauvet				};
999a6ebde25SWei Ni			};
1000a6ebde25SWei Ni
1001a6ebde25SWei Ni			cooling-maps {
1002a6ebde25SWei Ni				/*
1003a6ebde25SWei Ni				 * There are currently no cooling maps,
1004a6ebde25SWei Ni				 * because there are no cooling devices.
1005a6ebde25SWei Ni				 */
1006a6ebde25SWei Ni			};
10070fa2bfcdSWei Ni		};
10080fa2bfcdSWei Ni	};
10090fa2bfcdSWei Ni
1010be70771dSThierry Reding	ahub@70300000 {
101134b4f6d0SThierry Reding		compatible = "nvidia,tegra124-ahub";
101234b4f6d0SThierry Reding		reg = <0x0 0x70300000 0x0 0x200>,
101334b4f6d0SThierry Reding		      <0x0 0x70300800 0x0 0x800>,
101434b4f6d0SThierry Reding		      <0x0 0x70300200 0x0 0x600>;
101534b4f6d0SThierry Reding		interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
101634b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>,
101734b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_APBIF>;
101834b4f6d0SThierry Reding		clock-names = "d_audio", "apbif";
101934b4f6d0SThierry Reding		resets = <&tegra_car 106>, /* d_audio */
102034b4f6d0SThierry Reding			 <&tegra_car 107>, /* apbif */
102134b4f6d0SThierry Reding			 <&tegra_car 30>,  /* i2s0 */
102234b4f6d0SThierry Reding			 <&tegra_car 11>,  /* i2s1 */
102334b4f6d0SThierry Reding			 <&tegra_car 18>,  /* i2s2 */
102434b4f6d0SThierry Reding			 <&tegra_car 101>, /* i2s3 */
102534b4f6d0SThierry Reding			 <&tegra_car 102>, /* i2s4 */
102634b4f6d0SThierry Reding			 <&tegra_car 108>, /* dam0 */
102734b4f6d0SThierry Reding			 <&tegra_car 109>, /* dam1 */
102834b4f6d0SThierry Reding			 <&tegra_car 110>, /* dam2 */
102934b4f6d0SThierry Reding			 <&tegra_car 10>,  /* spdif */
103034b4f6d0SThierry Reding			 <&tegra_car 153>, /* amx */
103134b4f6d0SThierry Reding			 <&tegra_car 185>, /* amx1 */
103234b4f6d0SThierry Reding			 <&tegra_car 154>, /* adx */
103334b4f6d0SThierry Reding			 <&tegra_car 180>, /* adx1 */
103434b4f6d0SThierry Reding			 <&tegra_car 186>, /* afc0 */
103534b4f6d0SThierry Reding			 <&tegra_car 187>, /* afc1 */
103634b4f6d0SThierry Reding			 <&tegra_car 188>, /* afc2 */
103734b4f6d0SThierry Reding			 <&tegra_car 189>, /* afc3 */
103834b4f6d0SThierry Reding			 <&tegra_car 190>, /* afc4 */
103934b4f6d0SThierry Reding			 <&tegra_car 191>; /* afc5 */
104034b4f6d0SThierry Reding		reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
104134b4f6d0SThierry Reding			      "i2s3", "i2s4", "dam0", "dam1", "dam2",
104234b4f6d0SThierry Reding			      "spdif", "amx", "amx1", "adx", "adx1",
104334b4f6d0SThierry Reding			      "afc0", "afc1", "afc2", "afc3", "afc4", "afc5";
104434b4f6d0SThierry Reding		dmas = <&apbdma 1>, <&apbdma 1>,
104534b4f6d0SThierry Reding		       <&apbdma 2>, <&apbdma 2>,
104634b4f6d0SThierry Reding		       <&apbdma 3>, <&apbdma 3>,
104734b4f6d0SThierry Reding		       <&apbdma 4>, <&apbdma 4>,
104834b4f6d0SThierry Reding		       <&apbdma 6>, <&apbdma 6>,
104934b4f6d0SThierry Reding		       <&apbdma 7>, <&apbdma 7>,
105034b4f6d0SThierry Reding		       <&apbdma 12>, <&apbdma 12>,
105134b4f6d0SThierry Reding		       <&apbdma 13>, <&apbdma 13>,
105234b4f6d0SThierry Reding		       <&apbdma 14>, <&apbdma 14>,
105334b4f6d0SThierry Reding		       <&apbdma 29>, <&apbdma 29>;
105434b4f6d0SThierry Reding		dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
105534b4f6d0SThierry Reding			    "rx3", "tx3", "rx4", "tx4", "rx5", "tx5",
105634b4f6d0SThierry Reding			    "rx6", "tx6", "rx7", "tx7", "rx8", "tx8",
105734b4f6d0SThierry Reding			    "rx9", "tx9";
105834b4f6d0SThierry Reding		ranges;
105934b4f6d0SThierry Reding		#address-cells = <2>;
106034b4f6d0SThierry Reding		#size-cells = <2>;
106134b4f6d0SThierry Reding
1062be70771dSThierry Reding		tegra_i2s0: i2s@70301000 {
106334b4f6d0SThierry Reding			compatible = "nvidia,tegra124-i2s";
106434b4f6d0SThierry Reding			reg = <0x0 0x70301000 0x0 0x100>;
106534b4f6d0SThierry Reding			nvidia,ahub-cif-ids = <4 4>;
106634b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_I2S0>;
106734b4f6d0SThierry Reding			clock-names = "i2s";
106834b4f6d0SThierry Reding			resets = <&tegra_car 30>;
106934b4f6d0SThierry Reding			reset-names = "i2s";
107034b4f6d0SThierry Reding			status = "disabled";
107134b4f6d0SThierry Reding		};
107234b4f6d0SThierry Reding
1073be70771dSThierry Reding		tegra_i2s1: i2s@70301100 {
107434b4f6d0SThierry Reding			compatible = "nvidia,tegra124-i2s";
107534b4f6d0SThierry Reding			reg = <0x0 0x70301100 0x0 0x100>;
107634b4f6d0SThierry Reding			nvidia,ahub-cif-ids = <5 5>;
107734b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_I2S1>;
107834b4f6d0SThierry Reding			clock-names = "i2s";
107934b4f6d0SThierry Reding			resets = <&tegra_car 11>;
108034b4f6d0SThierry Reding			reset-names = "i2s";
108134b4f6d0SThierry Reding			status = "disabled";
108234b4f6d0SThierry Reding		};
108334b4f6d0SThierry Reding
1084be70771dSThierry Reding		tegra_i2s2: i2s@70301200 {
108534b4f6d0SThierry Reding			compatible = "nvidia,tegra124-i2s";
108634b4f6d0SThierry Reding			reg = <0x0 0x70301200 0x0 0x100>;
108734b4f6d0SThierry Reding			nvidia,ahub-cif-ids = <6 6>;
108834b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_I2S2>;
108934b4f6d0SThierry Reding			clock-names = "i2s";
109034b4f6d0SThierry Reding			resets = <&tegra_car 18>;
109134b4f6d0SThierry Reding			reset-names = "i2s";
109234b4f6d0SThierry Reding			status = "disabled";
109334b4f6d0SThierry Reding		};
109434b4f6d0SThierry Reding
1095be70771dSThierry Reding		tegra_i2s3: i2s@70301300 {
109634b4f6d0SThierry Reding			compatible = "nvidia,tegra124-i2s";
109734b4f6d0SThierry Reding			reg = <0x0 0x70301300 0x0 0x100>;
109834b4f6d0SThierry Reding			nvidia,ahub-cif-ids = <7 7>;
109934b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_I2S3>;
110034b4f6d0SThierry Reding			clock-names = "i2s";
110134b4f6d0SThierry Reding			resets = <&tegra_car 101>;
110234b4f6d0SThierry Reding			reset-names = "i2s";
110334b4f6d0SThierry Reding			status = "disabled";
110434b4f6d0SThierry Reding		};
110534b4f6d0SThierry Reding
1106be70771dSThierry Reding		tegra_i2s4: i2s@70301400 {
110734b4f6d0SThierry Reding			compatible = "nvidia,tegra124-i2s";
110834b4f6d0SThierry Reding			reg = <0x0 0x70301400 0x0 0x100>;
110934b4f6d0SThierry Reding			nvidia,ahub-cif-ids = <8 8>;
111034b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_I2S4>;
111134b4f6d0SThierry Reding			clock-names = "i2s";
111234b4f6d0SThierry Reding			resets = <&tegra_car 102>;
111334b4f6d0SThierry Reding			reset-names = "i2s";
111434b4f6d0SThierry Reding			status = "disabled";
111534b4f6d0SThierry Reding		};
111634b4f6d0SThierry Reding	};
111734b4f6d0SThierry Reding
1118be70771dSThierry Reding	usb@7d000000 {
111905647401SThierry Reding		compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci";
112034b4f6d0SThierry Reding		reg = <0x0 0x7d000000 0x0 0x4000>;
112134b4f6d0SThierry Reding		interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
112234b4f6d0SThierry Reding		phy_type = "utmi";
112334b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_USBD>;
112434b4f6d0SThierry Reding		clock-names = "usb";
112534b4f6d0SThierry Reding		resets = <&tegra_car 22>;
112634b4f6d0SThierry Reding		reset-names = "usb";
112734b4f6d0SThierry Reding		nvidia,phy = <&phy1>;
112834b4f6d0SThierry Reding		status = "disabled";
112934b4f6d0SThierry Reding	};
113034b4f6d0SThierry Reding
1131be70771dSThierry Reding	phy1: usb-phy@7d000000 {
113234b4f6d0SThierry Reding		compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
113334b4f6d0SThierry Reding		reg = <0x0 0x7d000000 0x0 0x4000>,
113434b4f6d0SThierry Reding		      <0x0 0x7d000000 0x0 0x4000>;
1135212a6aeeSDmitry Osipenko		interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
113634b4f6d0SThierry Reding		phy_type = "utmi";
113734b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_USBD>,
113834b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_PLL_U>,
113934b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_USBD>;
114034b4f6d0SThierry Reding		clock-names = "reg", "pll_u", "utmi-pads";
114134b4f6d0SThierry Reding		resets = <&tegra_car 22>, <&tegra_car 22>;
114234b4f6d0SThierry Reding		reset-names = "usb", "utmi-pads";
114327e2c657SThierry Reding		#phy-cells = <0>;
114434b4f6d0SThierry Reding		nvidia,hssync-start-delay = <0>;
114534b4f6d0SThierry Reding		nvidia,idle-wait-delay = <17>;
114634b4f6d0SThierry Reding		nvidia,elastic-limit = <16>;
114734b4f6d0SThierry Reding		nvidia,term-range-adj = <6>;
114834b4f6d0SThierry Reding		nvidia,xcvr-setup = <9>;
114934b4f6d0SThierry Reding		nvidia,xcvr-lsfslew = <0>;
115034b4f6d0SThierry Reding		nvidia,xcvr-lsrslew = <3>;
115134b4f6d0SThierry Reding		nvidia,hssquelch-level = <2>;
115234b4f6d0SThierry Reding		nvidia,hsdiscon-level = <5>;
115334b4f6d0SThierry Reding		nvidia,xcvr-hsslew = <12>;
115434b4f6d0SThierry Reding		nvidia,has-utmi-pad-registers;
1155212a6aeeSDmitry Osipenko		nvidia,pmc = <&tegra_pmc 0>;
115634b4f6d0SThierry Reding		status = "disabled";
115734b4f6d0SThierry Reding	};
115834b4f6d0SThierry Reding
1159be70771dSThierry Reding	usb@7d004000 {
116005647401SThierry Reding		compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci";
116134b4f6d0SThierry Reding		reg = <0x0 0x7d004000 0x0 0x4000>;
116234b4f6d0SThierry Reding		interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
116334b4f6d0SThierry Reding		phy_type = "utmi";
116434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_USB2>;
116534b4f6d0SThierry Reding		clock-names = "usb";
116634b4f6d0SThierry Reding		resets = <&tegra_car 58>;
116734b4f6d0SThierry Reding		reset-names = "usb";
116834b4f6d0SThierry Reding		nvidia,phy = <&phy2>;
116934b4f6d0SThierry Reding		status = "disabled";
117034b4f6d0SThierry Reding	};
117134b4f6d0SThierry Reding
1172be70771dSThierry Reding	phy2: usb-phy@7d004000 {
117334b4f6d0SThierry Reding		compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
117434b4f6d0SThierry Reding		reg = <0x0 0x7d004000 0x0 0x4000>,
117534b4f6d0SThierry Reding		      <0x0 0x7d000000 0x0 0x4000>;
1176212a6aeeSDmitry Osipenko		interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
117734b4f6d0SThierry Reding		phy_type = "utmi";
117834b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_USB2>,
117934b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_PLL_U>,
118034b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_USBD>;
118134b4f6d0SThierry Reding		clock-names = "reg", "pll_u", "utmi-pads";
118234b4f6d0SThierry Reding		resets = <&tegra_car 58>, <&tegra_car 22>;
118334b4f6d0SThierry Reding		reset-names = "usb", "utmi-pads";
118427e2c657SThierry Reding		#phy-cells = <0>;
118534b4f6d0SThierry Reding		nvidia,hssync-start-delay = <0>;
118634b4f6d0SThierry Reding		nvidia,idle-wait-delay = <17>;
118734b4f6d0SThierry Reding		nvidia,elastic-limit = <16>;
118834b4f6d0SThierry Reding		nvidia,term-range-adj = <6>;
118934b4f6d0SThierry Reding		nvidia,xcvr-setup = <9>;
119034b4f6d0SThierry Reding		nvidia,xcvr-lsfslew = <0>;
119134b4f6d0SThierry Reding		nvidia,xcvr-lsrslew = <3>;
119234b4f6d0SThierry Reding		nvidia,hssquelch-level = <2>;
119334b4f6d0SThierry Reding		nvidia,hsdiscon-level = <5>;
119434b4f6d0SThierry Reding		nvidia,xcvr-hsslew = <12>;
1195212a6aeeSDmitry Osipenko		nvidia,pmc = <&tegra_pmc 1>;
119634b4f6d0SThierry Reding		status = "disabled";
119734b4f6d0SThierry Reding	};
119834b4f6d0SThierry Reding
1199be70771dSThierry Reding	usb@7d008000 {
120005647401SThierry Reding		compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci";
120134b4f6d0SThierry Reding		reg = <0x0 0x7d008000 0x0 0x4000>;
120234b4f6d0SThierry Reding		interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
120334b4f6d0SThierry Reding		phy_type = "utmi";
120434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_USB3>;
120534b4f6d0SThierry Reding		clock-names = "usb";
120634b4f6d0SThierry Reding		resets = <&tegra_car 59>;
120734b4f6d0SThierry Reding		reset-names = "usb";
120834b4f6d0SThierry Reding		nvidia,phy = <&phy3>;
120934b4f6d0SThierry Reding		status = "disabled";
121034b4f6d0SThierry Reding	};
121134b4f6d0SThierry Reding
1212be70771dSThierry Reding	phy3: usb-phy@7d008000 {
121334b4f6d0SThierry Reding		compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
121434b4f6d0SThierry Reding		reg = <0x0 0x7d008000 0x0 0x4000>,
121534b4f6d0SThierry Reding		      <0x0 0x7d000000 0x0 0x4000>;
1216212a6aeeSDmitry Osipenko		interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
121734b4f6d0SThierry Reding		phy_type = "utmi";
121834b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_USB3>,
121934b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_PLL_U>,
122034b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_USBD>;
122134b4f6d0SThierry Reding		clock-names = "reg", "pll_u", "utmi-pads";
122234b4f6d0SThierry Reding		resets = <&tegra_car 59>, <&tegra_car 22>;
122334b4f6d0SThierry Reding		reset-names = "usb", "utmi-pads";
122427e2c657SThierry Reding		#phy-cells = <0>;
122534b4f6d0SThierry Reding		nvidia,hssync-start-delay = <0>;
122634b4f6d0SThierry Reding		nvidia,idle-wait-delay = <17>;
122734b4f6d0SThierry Reding		nvidia,elastic-limit = <16>;
122834b4f6d0SThierry Reding		nvidia,term-range-adj = <6>;
122934b4f6d0SThierry Reding		nvidia,xcvr-setup = <9>;
123034b4f6d0SThierry Reding		nvidia,xcvr-lsfslew = <0>;
123134b4f6d0SThierry Reding		nvidia,xcvr-lsrslew = <3>;
123234b4f6d0SThierry Reding		nvidia,hssquelch-level = <2>;
123334b4f6d0SThierry Reding		nvidia,hsdiscon-level = <5>;
123434b4f6d0SThierry Reding		nvidia,xcvr-hsslew = <12>;
1235212a6aeeSDmitry Osipenko		nvidia,pmc = <&tegra_pmc 2>;
123634b4f6d0SThierry Reding		status = "disabled";
123734b4f6d0SThierry Reding	};
123834b4f6d0SThierry Reding
123934b4f6d0SThierry Reding	cpus {
124034b4f6d0SThierry Reding		#address-cells = <1>;
124134b4f6d0SThierry Reding		#size-cells = <0>;
124234b4f6d0SThierry Reding
124334b4f6d0SThierry Reding		cpu@0 {
124434b4f6d0SThierry Reding			device_type = "cpu";
1245f865d029SThierry Reding			compatible = "nvidia,tegra132-denver";
124634b4f6d0SThierry Reding			reg = <0>;
124734b4f6d0SThierry Reding		};
124834b4f6d0SThierry Reding
124934b4f6d0SThierry Reding		cpu@1 {
125034b4f6d0SThierry Reding			device_type = "cpu";
1251f865d029SThierry Reding			compatible = "nvidia,tegra132-denver";
125234b4f6d0SThierry Reding			reg = <1>;
125334b4f6d0SThierry Reding		};
125434b4f6d0SThierry Reding	};
125534b4f6d0SThierry Reding
125634b4f6d0SThierry Reding	timer {
125734b4f6d0SThierry Reding		compatible = "arm,armv7-timer";
125834b4f6d0SThierry Reding		interrupts = <GIC_PPI 13
125934b4f6d0SThierry Reding				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
126034b4f6d0SThierry Reding			     <GIC_PPI 14
126134b4f6d0SThierry Reding				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
126234b4f6d0SThierry Reding			     <GIC_PPI 11
126334b4f6d0SThierry Reding				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
126434b4f6d0SThierry Reding			     <GIC_PPI 10
126534b4f6d0SThierry Reding				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
126634b4f6d0SThierry Reding		interrupt-parent = <&gic>;
126734b4f6d0SThierry Reding	};
126834b4f6d0SThierry Reding};
1269