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
1134b4f6d0SThierry Reding/ {
1234b4f6d0SThierry Reding	compatible = "nvidia,tegra132", "nvidia,tegra124";
1334b4f6d0SThierry Reding	interrupt-parent = <&lic>;
1434b4f6d0SThierry Reding	#address-cells = <2>;
1534b4f6d0SThierry Reding	#size-cells = <2>;
1634b4f6d0SThierry Reding
17475d99fcSRob Herring	pcie@1003000 {
1834b4f6d0SThierry Reding		compatible = "nvidia,tegra124-pcie";
1934b4f6d0SThierry Reding		device_type = "pci";
2034b4f6d0SThierry Reding		reg = <0x0 0x01003000 0x0 0x00000800   /* PADS registers */
2134b4f6d0SThierry Reding		       0x0 0x01003800 0x0 0x00000800   /* AFI registers */
2234b4f6d0SThierry Reding		       0x0 0x02000000 0x0 0x10000000>; /* configuration space */
2334b4f6d0SThierry Reding		reg-names = "pads", "afi", "cs";
2434b4f6d0SThierry Reding		interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */
2534b4f6d0SThierry Reding			     <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */
2634b4f6d0SThierry Reding		interrupt-names = "intr", "msi";
2734b4f6d0SThierry Reding
2834b4f6d0SThierry Reding		#interrupt-cells = <1>;
2934b4f6d0SThierry Reding		interrupt-map-mask = <0 0 0 0>;
3034b4f6d0SThierry Reding		interrupt-map = <0 0 0 0 &gic GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
3134b4f6d0SThierry Reding
3234b4f6d0SThierry Reding		bus-range = <0x00 0xff>;
3334b4f6d0SThierry Reding		#address-cells = <3>;
3434b4f6d0SThierry Reding		#size-cells = <2>;
3534b4f6d0SThierry Reding
3634b4f6d0SThierry Reding		ranges = <0x82000000 0 0x01000000 0x0 0x01000000 0 0x00001000   /* port 0 configuration space */
3734b4f6d0SThierry Reding			  0x82000000 0 0x01001000 0x0 0x01001000 0 0x00001000   /* port 1 configuration space */
3834b4f6d0SThierry Reding			  0x81000000 0 0x0        0x0 0x12000000 0 0x00010000   /* downstream I/O (64 KiB) */
3934b4f6d0SThierry Reding			  0x82000000 0 0x13000000 0x0 0x13000000 0 0x0d000000   /* non-prefetchable memory (208 MiB) */
4034b4f6d0SThierry Reding			  0xc2000000 0 0x20000000 0x0 0x20000000 0 0x20000000>; /* prefetchable memory (512 MiB) */
4134b4f6d0SThierry Reding
4234b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_PCIE>,
4334b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_AFI>,
4434b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_PLL_E>,
4534b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_CML0>;
4634b4f6d0SThierry Reding		clock-names = "pex", "afi", "pll_e", "cml";
4734b4f6d0SThierry Reding		resets = <&tegra_car 70>,
4834b4f6d0SThierry Reding			 <&tegra_car 72>,
4934b4f6d0SThierry Reding			 <&tegra_car 74>;
5034b4f6d0SThierry Reding		reset-names = "pex", "afi", "pcie_x";
5134b4f6d0SThierry Reding		status = "disabled";
5234b4f6d0SThierry Reding
5334b4f6d0SThierry Reding		phys = <&padctl TEGRA_XUSB_PADCTL_PCIE>;
5434b4f6d0SThierry Reding		phy-names = "pcie";
5534b4f6d0SThierry Reding
5634b4f6d0SThierry Reding		pci@1,0 {
5734b4f6d0SThierry Reding			device_type = "pci";
5834b4f6d0SThierry Reding			assigned-addresses = <0x82000800 0 0x01000000 0 0x1000>;
5934b4f6d0SThierry Reding			reg = <0x000800 0 0 0 0>;
60475d99fcSRob Herring			bus-range = <0x00 0xff>;
6134b4f6d0SThierry Reding			status = "disabled";
6234b4f6d0SThierry Reding
6334b4f6d0SThierry Reding			#address-cells = <3>;
6434b4f6d0SThierry Reding			#size-cells = <2>;
6534b4f6d0SThierry Reding			ranges;
6634b4f6d0SThierry Reding
6734b4f6d0SThierry Reding			nvidia,num-lanes = <2>;
6834b4f6d0SThierry Reding		};
6934b4f6d0SThierry Reding
7034b4f6d0SThierry Reding		pci@2,0 {
7134b4f6d0SThierry Reding			device_type = "pci";
7234b4f6d0SThierry Reding			assigned-addresses = <0x82001000 0 0x01001000 0 0x1000>;
7334b4f6d0SThierry Reding			reg = <0x001000 0 0 0 0>;
74475d99fcSRob Herring			bus-range = <0x00 0xff>;
7534b4f6d0SThierry Reding			status = "disabled";
7634b4f6d0SThierry Reding
7734b4f6d0SThierry Reding			#address-cells = <3>;
7834b4f6d0SThierry Reding			#size-cells = <2>;
7934b4f6d0SThierry Reding			ranges;
8034b4f6d0SThierry Reding
8134b4f6d0SThierry Reding			nvidia,num-lanes = <1>;
8234b4f6d0SThierry Reding		};
8334b4f6d0SThierry Reding	};
8434b4f6d0SThierry Reding
85be70771dSThierry Reding	host1x@50000000 {
8634b4f6d0SThierry Reding		compatible = "nvidia,tegra124-host1x", "simple-bus";
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 */
9034b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_HOST1X>;
9134b4f6d0SThierry Reding		clock-names = "host1x";
9234b4f6d0SThierry Reding		resets = <&tegra_car 28>;
9334b4f6d0SThierry Reding		reset-names = "host1x";
9434b4f6d0SThierry Reding
9534b4f6d0SThierry Reding		#address-cells = <2>;
9634b4f6d0SThierry Reding		#size-cells = <2>;
9734b4f6d0SThierry Reding
9834b4f6d0SThierry Reding		ranges = <0 0x54000000 0 0x54000000 0 0x01000000>;
9934b4f6d0SThierry Reding
100be70771dSThierry Reding		dc@54200000 {
10134b4f6d0SThierry Reding			compatible = "nvidia,tegra124-dc";
10234b4f6d0SThierry Reding			reg = <0x0 0x54200000 0x0 0x00040000>;
10334b4f6d0SThierry Reding			interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
10434b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_DISP1>,
10534b4f6d0SThierry Reding				 <&tegra_car TEGRA124_CLK_PLL_P>;
10634b4f6d0SThierry Reding			clock-names = "dc", "parent";
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>;
11934b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_DISP2>,
12034b4f6d0SThierry Reding				 <&tegra_car TEGRA124_CLK_PLL_P>;
12134b4f6d0SThierry Reding			clock-names = "dc", "parent";
12234b4f6d0SThierry Reding			resets = <&tegra_car 26>;
12334b4f6d0SThierry Reding			reset-names = "dc";
12434b4f6d0SThierry Reding
12534b4f6d0SThierry Reding			iommus = <&mc TEGRA_SWGROUP_DCB>;
12634b4f6d0SThierry Reding
12734b4f6d0SThierry Reding			nvidia,head = <1>;
12834b4f6d0SThierry Reding		};
12934b4f6d0SThierry Reding
130be70771dSThierry Reding		hdmi@54280000 {
13134b4f6d0SThierry Reding			compatible = "nvidia,tegra124-hdmi";
13234b4f6d0SThierry Reding			reg = <0x0 0x54280000 0x0 0x00040000>;
13334b4f6d0SThierry Reding			interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
13434b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_HDMI>,
13534b4f6d0SThierry Reding				 <&tegra_car TEGRA124_CLK_PLL_D2_OUT0>;
13634b4f6d0SThierry Reding			clock-names = "hdmi", "parent";
13734b4f6d0SThierry Reding			resets = <&tegra_car 51>;
13834b4f6d0SThierry Reding			reset-names = "hdmi";
13934b4f6d0SThierry Reding			status = "disabled";
14034b4f6d0SThierry Reding		};
14134b4f6d0SThierry Reding
142be70771dSThierry Reding		sor@54540000 {
14334b4f6d0SThierry Reding			compatible = "nvidia,tegra124-sor";
14434b4f6d0SThierry Reding			reg = <0x0 0x54540000 0x0 0x00040000>;
14534b4f6d0SThierry Reding			interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>;
14634b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_SOR0>,
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>;
15034b4f6d0SThierry Reding			clock-names = "sor", "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";
16634b4f6d0SThierry Reding		};
16734b4f6d0SThierry Reding	};
16834b4f6d0SThierry Reding
169be70771dSThierry Reding	gic: interrupt-controller@50041000 {
17034b4f6d0SThierry Reding		compatible = "arm,cortex-a15-gic";
17134b4f6d0SThierry Reding		#interrupt-cells = <3>;
17234b4f6d0SThierry Reding		interrupt-controller;
17334b4f6d0SThierry Reding		reg = <0x0 0x50041000 0x0 0x1000>,
17434b4f6d0SThierry Reding		      <0x0 0x50042000 0x0 0x2000>,
17534b4f6d0SThierry Reding		      <0x0 0x50044000 0x0 0x2000>,
17634b4f6d0SThierry Reding		      <0x0 0x50046000 0x0 0x2000>;
17734b4f6d0SThierry Reding		interrupts = <GIC_PPI 9
17834b4f6d0SThierry Reding			(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
17934b4f6d0SThierry Reding		interrupt-parent = <&gic>;
18034b4f6d0SThierry Reding	};
18134b4f6d0SThierry Reding
182be70771dSThierry Reding	gpu@57000000 {
18334b4f6d0SThierry Reding		compatible = "nvidia,gk20a";
18434b4f6d0SThierry Reding		reg = <0x0 0x57000000 0x0 0x01000000>,
18534b4f6d0SThierry Reding		      <0x0 0x58000000 0x0 0x01000000>;
18634b4f6d0SThierry Reding		interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>,
18734b4f6d0SThierry Reding			     <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>;
18834b4f6d0SThierry Reding		interrupt-names = "stall", "nonstall";
18934b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_GPU>,
19034b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_PLL_P_OUT5>;
19134b4f6d0SThierry Reding		clock-names = "gpu", "pwr";
19234b4f6d0SThierry Reding		resets = <&tegra_car 184>;
19334b4f6d0SThierry Reding		reset-names = "gpu";
19434b4f6d0SThierry Reding		status = "disabled";
19534b4f6d0SThierry Reding	};
19634b4f6d0SThierry Reding
19734b4f6d0SThierry Reding	lic: interrupt-controller@60004000 {
19834b4f6d0SThierry Reding		compatible = "nvidia,tegra124-ictlr", "nvidia,tegra30-ictlr";
19934b4f6d0SThierry Reding		reg = <0x0 0x60004000 0x0 0x100>,
20034b4f6d0SThierry Reding		      <0x0 0x60004100 0x0 0x100>,
20134b4f6d0SThierry Reding		      <0x0 0x60004200 0x0 0x100>,
20234b4f6d0SThierry Reding		      <0x0 0x60004300 0x0 0x100>,
20334b4f6d0SThierry Reding		      <0x0 0x60004400 0x0 0x100>;
20434b4f6d0SThierry Reding		interrupt-controller;
20534b4f6d0SThierry Reding		#interrupt-cells = <3>;
20634b4f6d0SThierry Reding		interrupt-parent = <&gic>;
20734b4f6d0SThierry Reding	};
20834b4f6d0SThierry Reding
209be70771dSThierry Reding	timer@60005000 {
21034b4f6d0SThierry Reding		compatible = "nvidia,tegra124-timer", "nvidia,tegra20-timer";
21134b4f6d0SThierry Reding		reg = <0x0 0x60005000 0x0 0x400>;
21234b4f6d0SThierry Reding		interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
21334b4f6d0SThierry Reding			     <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>,
21434b4f6d0SThierry Reding			     <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>,
21534b4f6d0SThierry Reding			     <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>,
21634b4f6d0SThierry Reding			     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
21734b4f6d0SThierry Reding			     <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>;
21834b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_TIMER>;
21934b4f6d0SThierry Reding		clock-names = "timer";
22034b4f6d0SThierry Reding	};
22134b4f6d0SThierry Reding
222be70771dSThierry Reding	tegra_car: clock@60006000 {
22334b4f6d0SThierry Reding		compatible = "nvidia,tegra132-car";
22434b4f6d0SThierry Reding		reg = <0x0 0x60006000 0x0 0x1000>;
22534b4f6d0SThierry Reding		#clock-cells = <1>;
22634b4f6d0SThierry Reding		#reset-cells = <1>;
22734b4f6d0SThierry Reding		nvidia,external-memory-controller = <&emc>;
22834b4f6d0SThierry Reding	};
22934b4f6d0SThierry Reding
230be70771dSThierry Reding	flow-controller@60007000 {
23118236a14SJon Hunter		compatible = "nvidia,tegra132-flowctrl", "nvidia,tegra124-flowctrl";
23234b4f6d0SThierry Reding		reg = <0x0 0x60007000 0x0 0x1000>;
23334b4f6d0SThierry Reding	};
23434b4f6d0SThierry Reding
235be70771dSThierry Reding	actmon@6000c800 {
23634b4f6d0SThierry Reding		compatible = "nvidia,tegra124-actmon";
23734b4f6d0SThierry Reding		reg = <0x0 0x6000c800 0x0 0x400>;
23834b4f6d0SThierry Reding		interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
23934b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_ACTMON>,
24034b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_EMC>;
24134b4f6d0SThierry Reding		clock-names = "actmon", "emc";
24234b4f6d0SThierry Reding		resets = <&tegra_car 119>;
24334b4f6d0SThierry Reding		reset-names = "actmon";
24434b4f6d0SThierry Reding	};
24534b4f6d0SThierry Reding
246be70771dSThierry Reding	gpio: gpio@6000d000 {
24734b4f6d0SThierry Reding		compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio";
24834b4f6d0SThierry Reding		reg = <0x0 0x6000d000 0x0 0x1000>;
24934b4f6d0SThierry Reding		interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
25034b4f6d0SThierry Reding			     <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>,
25134b4f6d0SThierry Reding			     <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>,
25234b4f6d0SThierry Reding			     <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>,
25334b4f6d0SThierry Reding			     <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>,
25434b4f6d0SThierry Reding			     <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>,
25534b4f6d0SThierry Reding			     <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>,
25634b4f6d0SThierry Reding			     <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>;
25734b4f6d0SThierry Reding		#gpio-cells = <2>;
25834b4f6d0SThierry Reding		gpio-controller;
25934b4f6d0SThierry Reding		#interrupt-cells = <2>;
26034b4f6d0SThierry Reding		interrupt-controller;
26134b4f6d0SThierry Reding	};
26234b4f6d0SThierry Reding
263be70771dSThierry Reding	apbdma: dma@60020000 {
26434b4f6d0SThierry Reding		compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma";
26534b4f6d0SThierry Reding		reg = <0x0 0x60020000 0x0 0x1400>;
26634b4f6d0SThierry Reding		interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,
26734b4f6d0SThierry Reding			     <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>,
26834b4f6d0SThierry Reding			     <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>,
26934b4f6d0SThierry Reding			     <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>,
27034b4f6d0SThierry Reding			     <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>,
27134b4f6d0SThierry Reding			     <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>,
27234b4f6d0SThierry Reding			     <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>,
27334b4f6d0SThierry Reding			     <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>,
27434b4f6d0SThierry Reding			     <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>,
27534b4f6d0SThierry Reding			     <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>,
27634b4f6d0SThierry Reding			     <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>,
27734b4f6d0SThierry Reding			     <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>,
27834b4f6d0SThierry Reding			     <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>,
27934b4f6d0SThierry Reding			     <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>,
28034b4f6d0SThierry Reding			     <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
28134b4f6d0SThierry Reding			     <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,
28234b4f6d0SThierry Reding			     <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
28334b4f6d0SThierry Reding			     <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
28434b4f6d0SThierry Reding			     <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>,
28534b4f6d0SThierry Reding			     <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
28634b4f6d0SThierry Reding			     <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
28734b4f6d0SThierry Reding			     <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>,
28834b4f6d0SThierry Reding			     <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>,
28934b4f6d0SThierry Reding			     <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>,
29034b4f6d0SThierry Reding			     <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
29134b4f6d0SThierry Reding			     <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
29234b4f6d0SThierry Reding			     <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>,
29334b4f6d0SThierry Reding			     <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>,
29434b4f6d0SThierry Reding			     <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>,
29534b4f6d0SThierry Reding			     <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>,
29634b4f6d0SThierry Reding			     <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
29734b4f6d0SThierry Reding			     <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
29834b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_APBDMA>;
29934b4f6d0SThierry Reding		clock-names = "dma";
30034b4f6d0SThierry Reding		resets = <&tegra_car 34>;
30134b4f6d0SThierry Reding		reset-names = "dma";
30234b4f6d0SThierry Reding		#dma-cells = <1>;
30334b4f6d0SThierry Reding	};
30434b4f6d0SThierry Reding
305be70771dSThierry Reding	apbmisc@70000800 {
30634b4f6d0SThierry Reding		compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc";
30734b4f6d0SThierry Reding		reg = <0x0 0x70000800 0x0 0x64>,   /* Chip revision */
30834b4f6d0SThierry Reding		      <0x0 0x7000e864 0x0 0x04>;   /* Strapping options */
30934b4f6d0SThierry Reding	};
31034b4f6d0SThierry Reding
311be70771dSThierry Reding	pinmux: pinmux@70000868 {
31234b4f6d0SThierry Reding		compatible = "nvidia,tegra124-pinmux";
31334b4f6d0SThierry Reding		reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */
31434b4f6d0SThierry Reding		      <0x0 0x70003000 0x0 0x434>, /* Mux registers */
31534b4f6d0SThierry Reding		      <0x0 0x70000820 0x0 0x008>; /* MIPI pad control */
31634b4f6d0SThierry Reding	};
31734b4f6d0SThierry Reding
31834b4f6d0SThierry Reding	/*
31934b4f6d0SThierry Reding	 * There are two serial driver i.e. 8250 based simple serial
32034b4f6d0SThierry Reding	 * driver and APB DMA based serial driver for higher baudrate
321ef769e32SAdam Buchbinder	 * and performance. To enable the 8250 based driver, the compatible
32234b4f6d0SThierry Reding	 * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
32368cd8b2eSThierry Reding	 * the APB DMA based serial driver, the compatible is
32434b4f6d0SThierry Reding	 * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
32534b4f6d0SThierry Reding	 */
326be70771dSThierry Reding	uarta: serial@70006000 {
32734b4f6d0SThierry Reding		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
32834b4f6d0SThierry Reding		reg = <0x0 0x70006000 0x0 0x40>;
32934b4f6d0SThierry Reding		reg-shift = <2>;
33034b4f6d0SThierry Reding		interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
33134b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_UARTA>;
33234b4f6d0SThierry Reding		clock-names = "serial";
33334b4f6d0SThierry Reding		resets = <&tegra_car 6>;
33434b4f6d0SThierry Reding		reset-names = "serial";
33534b4f6d0SThierry Reding		dmas = <&apbdma 8>, <&apbdma 8>;
33634b4f6d0SThierry Reding		dma-names = "rx", "tx";
33734b4f6d0SThierry Reding		status = "disabled";
33834b4f6d0SThierry Reding	};
33934b4f6d0SThierry Reding
340be70771dSThierry Reding	uartb: serial@70006040 {
34134b4f6d0SThierry Reding		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
34234b4f6d0SThierry Reding		reg = <0x0 0x70006040 0x0 0x40>;
34334b4f6d0SThierry Reding		reg-shift = <2>;
34434b4f6d0SThierry Reding		interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
34534b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_UARTB>;
34634b4f6d0SThierry Reding		clock-names = "serial";
34734b4f6d0SThierry Reding		resets = <&tegra_car 7>;
34834b4f6d0SThierry Reding		reset-names = "serial";
34934b4f6d0SThierry Reding		dmas = <&apbdma 9>, <&apbdma 9>;
35034b4f6d0SThierry Reding		dma-names = "rx", "tx";
35134b4f6d0SThierry Reding		status = "disabled";
35234b4f6d0SThierry Reding	};
35334b4f6d0SThierry Reding
354be70771dSThierry Reding	uartc: serial@70006200 {
35534b4f6d0SThierry Reding		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
35634b4f6d0SThierry Reding		reg = <0x0 0x70006200 0x0 0x40>;
35734b4f6d0SThierry Reding		reg-shift = <2>;
35834b4f6d0SThierry Reding		interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
35934b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_UARTC>;
36034b4f6d0SThierry Reding		clock-names = "serial";
36134b4f6d0SThierry Reding		resets = <&tegra_car 55>;
36234b4f6d0SThierry Reding		reset-names = "serial";
36334b4f6d0SThierry Reding		dmas = <&apbdma 10>, <&apbdma 10>;
36434b4f6d0SThierry Reding		dma-names = "rx", "tx";
36534b4f6d0SThierry Reding		status = "disabled";
36634b4f6d0SThierry Reding	};
36734b4f6d0SThierry Reding
368be70771dSThierry Reding	uartd: serial@70006300 {
36934b4f6d0SThierry Reding		compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart";
37034b4f6d0SThierry Reding		reg = <0x0 0x70006300 0x0 0x40>;
37134b4f6d0SThierry Reding		reg-shift = <2>;
37234b4f6d0SThierry Reding		interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
37334b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_UARTD>;
37434b4f6d0SThierry Reding		clock-names = "serial";
37534b4f6d0SThierry Reding		resets = <&tegra_car 65>;
37634b4f6d0SThierry Reding		reset-names = "serial";
37734b4f6d0SThierry Reding		dmas = <&apbdma 19>, <&apbdma 19>;
37834b4f6d0SThierry Reding		dma-names = "rx", "tx";
37934b4f6d0SThierry Reding		status = "disabled";
38034b4f6d0SThierry Reding	};
38134b4f6d0SThierry Reding
382be70771dSThierry Reding	pwm: pwm@7000a000 {
38334b4f6d0SThierry Reding		compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm";
38434b4f6d0SThierry Reding		reg = <0x0 0x7000a000 0x0 0x100>;
38534b4f6d0SThierry Reding		#pwm-cells = <2>;
38634b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_PWM>;
38734b4f6d0SThierry Reding		clock-names = "pwm";
38834b4f6d0SThierry Reding		resets = <&tegra_car 17>;
38934b4f6d0SThierry Reding		reset-names = "pwm";
39034b4f6d0SThierry Reding		status = "disabled";
39134b4f6d0SThierry Reding	};
39234b4f6d0SThierry Reding
393be70771dSThierry Reding	i2c@7000c000 {
39434b4f6d0SThierry Reding		compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
39534b4f6d0SThierry Reding		reg = <0x0 0x7000c000 0x0 0x100>;
39634b4f6d0SThierry Reding		interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
39734b4f6d0SThierry Reding		#address-cells = <1>;
39834b4f6d0SThierry Reding		#size-cells = <0>;
39934b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_I2C1>;
40034b4f6d0SThierry Reding		clock-names = "div-clk";
40134b4f6d0SThierry Reding		resets = <&tegra_car 12>;
40234b4f6d0SThierry Reding		reset-names = "i2c";
40334b4f6d0SThierry Reding		dmas = <&apbdma 21>, <&apbdma 21>;
40434b4f6d0SThierry Reding		dma-names = "rx", "tx";
40534b4f6d0SThierry Reding		status = "disabled";
40634b4f6d0SThierry Reding	};
40734b4f6d0SThierry Reding
408be70771dSThierry Reding	i2c@7000c400 {
40934b4f6d0SThierry Reding		compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
41034b4f6d0SThierry Reding		reg = <0x0 0x7000c400 0x0 0x100>;
41134b4f6d0SThierry Reding		interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
41234b4f6d0SThierry Reding		#address-cells = <1>;
41334b4f6d0SThierry Reding		#size-cells = <0>;
41434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_I2C2>;
41534b4f6d0SThierry Reding		clock-names = "div-clk";
41634b4f6d0SThierry Reding		resets = <&tegra_car 54>;
41734b4f6d0SThierry Reding		reset-names = "i2c";
41834b4f6d0SThierry Reding		dmas = <&apbdma 22>, <&apbdma 22>;
41934b4f6d0SThierry Reding		dma-names = "rx", "tx";
42034b4f6d0SThierry Reding		status = "disabled";
42134b4f6d0SThierry Reding	};
42234b4f6d0SThierry Reding
423be70771dSThierry Reding	i2c@7000c500 {
42434b4f6d0SThierry Reding		compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
42534b4f6d0SThierry Reding		reg = <0x0 0x7000c500 0x0 0x100>;
42634b4f6d0SThierry Reding		interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>;
42734b4f6d0SThierry Reding		#address-cells = <1>;
42834b4f6d0SThierry Reding		#size-cells = <0>;
42934b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_I2C3>;
43034b4f6d0SThierry Reding		clock-names = "div-clk";
43134b4f6d0SThierry Reding		resets = <&tegra_car 67>;
43234b4f6d0SThierry Reding		reset-names = "i2c";
43334b4f6d0SThierry Reding		dmas = <&apbdma 23>, <&apbdma 23>;
43434b4f6d0SThierry Reding		dma-names = "rx", "tx";
43534b4f6d0SThierry Reding		status = "disabled";
43634b4f6d0SThierry Reding	};
43734b4f6d0SThierry Reding
438be70771dSThierry Reding	i2c@7000c700 {
43934b4f6d0SThierry Reding		compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
44034b4f6d0SThierry Reding		reg = <0x0 0x7000c700 0x0 0x100>;
44134b4f6d0SThierry Reding		interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
44234b4f6d0SThierry Reding		#address-cells = <1>;
44334b4f6d0SThierry Reding		#size-cells = <0>;
44434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_I2C4>;
44534b4f6d0SThierry Reding		clock-names = "div-clk";
44634b4f6d0SThierry Reding		resets = <&tegra_car 103>;
44734b4f6d0SThierry Reding		reset-names = "i2c";
44834b4f6d0SThierry Reding		dmas = <&apbdma 26>, <&apbdma 26>;
44934b4f6d0SThierry Reding		dma-names = "rx", "tx";
45034b4f6d0SThierry Reding		status = "disabled";
45134b4f6d0SThierry Reding	};
45234b4f6d0SThierry Reding
453be70771dSThierry Reding	i2c@7000d000 {
45434b4f6d0SThierry Reding		compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
45534b4f6d0SThierry Reding		reg = <0x0 0x7000d000 0x0 0x100>;
45634b4f6d0SThierry Reding		interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
45734b4f6d0SThierry Reding		#address-cells = <1>;
45834b4f6d0SThierry Reding		#size-cells = <0>;
45934b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_I2C5>;
46034b4f6d0SThierry Reding		clock-names = "div-clk";
46134b4f6d0SThierry Reding		resets = <&tegra_car 47>;
46234b4f6d0SThierry Reding		reset-names = "i2c";
46334b4f6d0SThierry Reding		dmas = <&apbdma 24>, <&apbdma 24>;
46434b4f6d0SThierry Reding		dma-names = "rx", "tx";
46534b4f6d0SThierry Reding		status = "disabled";
46634b4f6d0SThierry Reding	};
46734b4f6d0SThierry Reding
468be70771dSThierry Reding	i2c@7000d100 {
46934b4f6d0SThierry Reding		compatible = "nvidia,tegra124-i2c", "nvidia,tegra114-i2c";
47034b4f6d0SThierry Reding		reg = <0x0 0x7000d100 0x0 0x100>;
47134b4f6d0SThierry Reding		interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
47234b4f6d0SThierry Reding		#address-cells = <1>;
47334b4f6d0SThierry Reding		#size-cells = <0>;
47434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_I2C6>;
47534b4f6d0SThierry Reding		clock-names = "div-clk";
47634b4f6d0SThierry Reding		resets = <&tegra_car 166>;
47734b4f6d0SThierry Reding		reset-names = "i2c";
47834b4f6d0SThierry Reding		dmas = <&apbdma 30>, <&apbdma 30>;
47934b4f6d0SThierry Reding		dma-names = "rx", "tx";
48034b4f6d0SThierry Reding		status = "disabled";
48134b4f6d0SThierry Reding	};
48234b4f6d0SThierry Reding
483be70771dSThierry Reding	spi@7000d400 {
48434b4f6d0SThierry Reding		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
48534b4f6d0SThierry Reding		reg = <0x0 0x7000d400 0x0 0x200>;
48634b4f6d0SThierry Reding		interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>;
48734b4f6d0SThierry Reding		#address-cells = <1>;
48834b4f6d0SThierry Reding		#size-cells = <0>;
48934b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SBC1>;
49034b4f6d0SThierry Reding		clock-names = "spi";
49134b4f6d0SThierry Reding		resets = <&tegra_car 41>;
49234b4f6d0SThierry Reding		reset-names = "spi";
49334b4f6d0SThierry Reding		dmas = <&apbdma 15>, <&apbdma 15>;
49434b4f6d0SThierry Reding		dma-names = "rx", "tx";
49534b4f6d0SThierry Reding		status = "disabled";
49634b4f6d0SThierry Reding	};
49734b4f6d0SThierry Reding
498be70771dSThierry Reding	spi@7000d600 {
49934b4f6d0SThierry Reding		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
50034b4f6d0SThierry Reding		reg = <0x0 0x7000d600 0x0 0x200>;
50134b4f6d0SThierry Reding		interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>;
50234b4f6d0SThierry Reding		#address-cells = <1>;
50334b4f6d0SThierry Reding		#size-cells = <0>;
50434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SBC2>;
50534b4f6d0SThierry Reding		clock-names = "spi";
50634b4f6d0SThierry Reding		resets = <&tegra_car 44>;
50734b4f6d0SThierry Reding		reset-names = "spi";
50834b4f6d0SThierry Reding		dmas = <&apbdma 16>, <&apbdma 16>;
50934b4f6d0SThierry Reding		dma-names = "rx", "tx";
51034b4f6d0SThierry Reding		status = "disabled";
51134b4f6d0SThierry Reding	};
51234b4f6d0SThierry Reding
513be70771dSThierry Reding	spi@7000d800 {
51434b4f6d0SThierry Reding		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
51534b4f6d0SThierry Reding		reg = <0x0 0x7000d800 0x0 0x200>;
51634b4f6d0SThierry Reding		interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
51734b4f6d0SThierry Reding		#address-cells = <1>;
51834b4f6d0SThierry Reding		#size-cells = <0>;
51934b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SBC3>;
52034b4f6d0SThierry Reding		clock-names = "spi";
52134b4f6d0SThierry Reding		resets = <&tegra_car 46>;
52234b4f6d0SThierry Reding		reset-names = "spi";
52334b4f6d0SThierry Reding		dmas = <&apbdma 17>, <&apbdma 17>;
52434b4f6d0SThierry Reding		dma-names = "rx", "tx";
52534b4f6d0SThierry Reding		status = "disabled";
52634b4f6d0SThierry Reding	};
52734b4f6d0SThierry Reding
528be70771dSThierry Reding	spi@7000da00 {
52934b4f6d0SThierry Reding		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
53034b4f6d0SThierry Reding		reg = <0x0 0x7000da00 0x0 0x200>;
53134b4f6d0SThierry Reding		interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
53234b4f6d0SThierry Reding		#address-cells = <1>;
53334b4f6d0SThierry Reding		#size-cells = <0>;
53434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SBC4>;
53534b4f6d0SThierry Reding		clock-names = "spi";
53634b4f6d0SThierry Reding		resets = <&tegra_car 68>;
53734b4f6d0SThierry Reding		reset-names = "spi";
53834b4f6d0SThierry Reding		dmas = <&apbdma 18>, <&apbdma 18>;
53934b4f6d0SThierry Reding		dma-names = "rx", "tx";
54034b4f6d0SThierry Reding		status = "disabled";
54134b4f6d0SThierry Reding	};
54234b4f6d0SThierry Reding
543be70771dSThierry Reding	spi@7000dc00 {
54434b4f6d0SThierry Reding		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
54534b4f6d0SThierry Reding		reg = <0x0 0x7000dc00 0x0 0x200>;
54634b4f6d0SThierry Reding		interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>;
54734b4f6d0SThierry Reding		#address-cells = <1>;
54834b4f6d0SThierry Reding		#size-cells = <0>;
54934b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SBC5>;
55034b4f6d0SThierry Reding		clock-names = "spi";
55134b4f6d0SThierry Reding		resets = <&tegra_car 104>;
55234b4f6d0SThierry Reding		reset-names = "spi";
55334b4f6d0SThierry Reding		dmas = <&apbdma 27>, <&apbdma 27>;
55434b4f6d0SThierry Reding		dma-names = "rx", "tx";
55534b4f6d0SThierry Reding		status = "disabled";
55634b4f6d0SThierry Reding	};
55734b4f6d0SThierry Reding
558be70771dSThierry Reding	spi@7000de00 {
55934b4f6d0SThierry Reding		compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi";
56034b4f6d0SThierry Reding		reg = <0x0 0x7000de00 0x0 0x200>;
56134b4f6d0SThierry Reding		interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
56234b4f6d0SThierry Reding		#address-cells = <1>;
56334b4f6d0SThierry Reding		#size-cells = <0>;
56434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SBC6>;
56534b4f6d0SThierry Reding		clock-names = "spi";
56634b4f6d0SThierry Reding		resets = <&tegra_car 105>;
56734b4f6d0SThierry Reding		reset-names = "spi";
56834b4f6d0SThierry Reding		dmas = <&apbdma 28>, <&apbdma 28>;
56934b4f6d0SThierry Reding		dma-names = "rx", "tx";
57034b4f6d0SThierry Reding		status = "disabled";
57134b4f6d0SThierry Reding	};
57234b4f6d0SThierry Reding
573be70771dSThierry Reding	rtc@7000e000 {
57434b4f6d0SThierry Reding		compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc";
57534b4f6d0SThierry Reding		reg = <0x0 0x7000e000 0x0 0x100>;
57634b4f6d0SThierry Reding		interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
57734b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_RTC>;
57834b4f6d0SThierry Reding		clock-names = "rtc";
57934b4f6d0SThierry Reding	};
58034b4f6d0SThierry Reding
581359ae651SSowjanya Komatineni	tegra_pmc: pmc@7000e400 {
58234b4f6d0SThierry Reding		compatible = "nvidia,tegra124-pmc";
58334b4f6d0SThierry Reding		reg = <0x0 0x7000e400 0x0 0x400>;
58434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_PCLK>, <&clk32k_in>;
58534b4f6d0SThierry Reding		clock-names = "pclk", "clk32k_in";
586359ae651SSowjanya Komatineni		#clock-cells = <1>;
58734b4f6d0SThierry Reding	};
58834b4f6d0SThierry Reding
589be70771dSThierry Reding	fuse@7000f800 {
59034b4f6d0SThierry Reding		compatible = "nvidia,tegra124-efuse";
59134b4f6d0SThierry Reding		reg = <0x0 0x7000f800 0x0 0x400>;
59234b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_FUSE>;
59334b4f6d0SThierry Reding		clock-names = "fuse";
59434b4f6d0SThierry Reding		resets = <&tegra_car 39>;
59534b4f6d0SThierry Reding		reset-names = "fuse";
59634b4f6d0SThierry Reding	};
59734b4f6d0SThierry Reding
598be70771dSThierry Reding	mc: memory-controller@70019000 {
59934b4f6d0SThierry Reding		compatible = "nvidia,tegra132-mc";
60034b4f6d0SThierry Reding		reg = <0x0 0x70019000 0x0 0x1000>;
60134b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_MC>;
60234b4f6d0SThierry Reding		clock-names = "mc";
60334b4f6d0SThierry Reding
60434b4f6d0SThierry Reding		interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
60534b4f6d0SThierry Reding
60634b4f6d0SThierry Reding		#iommu-cells = <1>;
60734b4f6d0SThierry Reding	};
60834b4f6d0SThierry Reding
60947cd385eSThierry Reding	emc: external-memory-controller@7001b000 {
61034b4f6d0SThierry Reding		compatible = "nvidia,tegra132-emc", "nvidia,tegra124-emc";
61134b4f6d0SThierry Reding		reg = <0x0 0x7001b000 0x0 0x1000>;
6120bab86abSThierry Reding		clocks = <&tegra_car TEGRA124_CLK_EMC>;
6130bab86abSThierry Reding		clock-names = "emc";
61434b4f6d0SThierry Reding
61534b4f6d0SThierry Reding		nvidia,memory-controller = <&mc>;
61634b4f6d0SThierry Reding	};
61734b4f6d0SThierry Reding
618be70771dSThierry Reding	sata@70020000 {
61934b4f6d0SThierry Reding		compatible = "nvidia,tegra124-ahci";
62034b4f6d0SThierry Reding		reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */
62134b4f6d0SThierry Reding		      <0x0 0x70020000 0x0 0x7000>; /* SATA */
62234b4f6d0SThierry Reding		interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
62334b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SATA>,
62434b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_SATA_OOB>,
62534b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_CML1>,
62634b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_PLL_E>;
62734b4f6d0SThierry Reding		clock-names = "sata", "sata-oob", "cml1", "pll_e";
62834b4f6d0SThierry Reding		resets = <&tegra_car 124>,
62934b4f6d0SThierry Reding			 <&tegra_car 123>,
63034b4f6d0SThierry Reding			 <&tegra_car 129>;
63134b4f6d0SThierry Reding		reset-names = "sata", "sata-oob", "sata-cold";
63234b4f6d0SThierry Reding		phys = <&padctl TEGRA_XUSB_PADCTL_SATA>;
63334b4f6d0SThierry Reding		phy-names = "sata-phy";
63434b4f6d0SThierry Reding		status = "disabled";
63534b4f6d0SThierry Reding	};
63634b4f6d0SThierry Reding
637be70771dSThierry Reding	hda@70030000 {
63834b4f6d0SThierry Reding		compatible = "nvidia,tegra132-hda", "nvidia,tegra124-hda",
63934b4f6d0SThierry Reding			     "nvidia,tegra30-hda";
64034b4f6d0SThierry Reding		reg = <0x0 0x70030000 0x0 0x10000>;
64134b4f6d0SThierry Reding		interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>;
64234b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_HDA>,
64334b4f6d0SThierry Reding		         <&tegra_car TEGRA124_CLK_HDA2HDMI>,
64434b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>;
64534b4f6d0SThierry Reding		clock-names = "hda", "hda2hdmi", "hda2codec_2x";
64634b4f6d0SThierry Reding		resets = <&tegra_car 125>, /* hda */
64734b4f6d0SThierry Reding			 <&tegra_car 128>, /* hda2hdmi */
64834b4f6d0SThierry Reding			 <&tegra_car 111>; /* hda2codec_2x */
64934b4f6d0SThierry Reding		reset-names = "hda", "hda2hdmi", "hda2codec_2x";
65034b4f6d0SThierry Reding		status = "disabled";
65134b4f6d0SThierry Reding	};
65234b4f6d0SThierry Reding
653be70771dSThierry Reding	padctl: padctl@7009f000 {
65434b4f6d0SThierry Reding		compatible = "nvidia,tegra132-xusb-padctl",
65534b4f6d0SThierry Reding			     "nvidia,tegra124-xusb-padctl";
65634b4f6d0SThierry Reding		reg = <0x0 0x7009f000 0x0 0x1000>;
65734b4f6d0SThierry Reding		resets = <&tegra_car 142>;
65834b4f6d0SThierry Reding		reset-names = "padctl";
65934b4f6d0SThierry Reding
66034b4f6d0SThierry Reding		#phy-cells = <1>;
66134b4f6d0SThierry Reding
66234b4f6d0SThierry Reding		phys {
66334b4f6d0SThierry Reding			pcie-0 {
66434b4f6d0SThierry Reding				status = "disabled";
66534b4f6d0SThierry Reding			};
66634b4f6d0SThierry Reding
66734b4f6d0SThierry Reding			sata-0 {
66834b4f6d0SThierry Reding				status = "disabled";
66934b4f6d0SThierry Reding			};
67034b4f6d0SThierry Reding
67134b4f6d0SThierry Reding			usb3-0 {
67234b4f6d0SThierry Reding				status = "disabled";
67334b4f6d0SThierry Reding			};
67434b4f6d0SThierry Reding
67534b4f6d0SThierry Reding			usb3-1 {
67634b4f6d0SThierry Reding				status = "disabled";
67734b4f6d0SThierry Reding			};
67834b4f6d0SThierry Reding
67934b4f6d0SThierry Reding			utmi-0 {
68034b4f6d0SThierry Reding				status = "disabled";
68134b4f6d0SThierry Reding			};
68234b4f6d0SThierry Reding
68334b4f6d0SThierry Reding			utmi-1 {
68434b4f6d0SThierry Reding				status = "disabled";
68534b4f6d0SThierry Reding			};
68634b4f6d0SThierry Reding
68734b4f6d0SThierry Reding			utmi-2 {
68834b4f6d0SThierry Reding				status = "disabled";
68934b4f6d0SThierry Reding			};
69034b4f6d0SThierry Reding		};
69134b4f6d0SThierry Reding	};
69234b4f6d0SThierry Reding
693be70771dSThierry Reding	sdhci@700b0000 {
69434b4f6d0SThierry Reding		compatible = "nvidia,tegra124-sdhci";
69534b4f6d0SThierry Reding		reg = <0x0 0x700b0000 0x0 0x200>;
69634b4f6d0SThierry Reding		interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
69734b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SDMMC1>;
69834b4f6d0SThierry Reding		clock-names = "sdhci";
69934b4f6d0SThierry Reding		resets = <&tegra_car 14>;
70034b4f6d0SThierry Reding		reset-names = "sdhci";
70134b4f6d0SThierry Reding		status = "disabled";
70234b4f6d0SThierry Reding	};
70334b4f6d0SThierry Reding
704be70771dSThierry Reding	sdhci@700b0200 {
70534b4f6d0SThierry Reding		compatible = "nvidia,tegra124-sdhci";
70634b4f6d0SThierry Reding		reg = <0x0 0x700b0200 0x0 0x200>;
70734b4f6d0SThierry Reding		interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
70834b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SDMMC2>;
70934b4f6d0SThierry Reding		clock-names = "sdhci";
71034b4f6d0SThierry Reding		resets = <&tegra_car 9>;
71134b4f6d0SThierry Reding		reset-names = "sdhci";
71234b4f6d0SThierry Reding		status = "disabled";
71334b4f6d0SThierry Reding	};
71434b4f6d0SThierry Reding
715be70771dSThierry Reding	sdhci@700b0400 {
71634b4f6d0SThierry Reding		compatible = "nvidia,tegra124-sdhci";
71734b4f6d0SThierry Reding		reg = <0x0 0x700b0400 0x0 0x200>;
71834b4f6d0SThierry Reding		interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
71934b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SDMMC3>;
72034b4f6d0SThierry Reding		clock-names = "sdhci";
72134b4f6d0SThierry Reding		resets = <&tegra_car 69>;
72234b4f6d0SThierry Reding		reset-names = "sdhci";
72334b4f6d0SThierry Reding		status = "disabled";
72434b4f6d0SThierry Reding	};
72534b4f6d0SThierry Reding
726be70771dSThierry Reding	sdhci@700b0600 {
72734b4f6d0SThierry Reding		compatible = "nvidia,tegra124-sdhci";
72834b4f6d0SThierry Reding		reg = <0x0 0x700b0600 0x0 0x200>;
72934b4f6d0SThierry Reding		interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
73034b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_SDMMC4>;
73134b4f6d0SThierry Reding		clock-names = "sdhci";
73234b4f6d0SThierry Reding		resets = <&tegra_car 15>;
73334b4f6d0SThierry Reding		reset-names = "sdhci";
73434b4f6d0SThierry Reding		status = "disabled";
73534b4f6d0SThierry Reding	};
73634b4f6d0SThierry Reding
737be70771dSThierry Reding	soctherm: thermal-sensor@700e2000 {
7380fa2bfcdSWei Ni		compatible = "nvidia,tegra132-soctherm";
739f4357938SWei Ni		reg = <0x0 0x700e2000 0x0 0x600 /* 0: SOC_THERM reg_base */
740f4357938SWei Ni			0x0 0x70040000 0x0 0x200>; /* 2: CCROC reg_base */
741f4357938SWei Ni		reg-names = "soctherm-reg", "ccroc-reg";
74234b4f6d0SThierry Reding		interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
74334b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_TSENSOR>,
74434b4f6d0SThierry Reding			<&tegra_car TEGRA124_CLK_SOC_THERM>;
74534b4f6d0SThierry Reding		clock-names = "tsensor", "soctherm";
74634b4f6d0SThierry Reding		resets = <&tegra_car 78>;
74734b4f6d0SThierry Reding		reset-names = "soctherm";
74834b4f6d0SThierry Reding		#thermal-sensor-cells = <1>;
749f4357938SWei Ni
750f4357938SWei Ni		throttle-cfgs {
751f4357938SWei Ni			throttle_heavy: heavy {
752f4357938SWei Ni				nvidia,priority = <100>;
753f4357938SWei Ni				nvidia,cpu-throt-level = <TEGRA_SOCTHERM_THROT_LEVEL_HIGH>;
754f4357938SWei Ni
755f4357938SWei Ni				#cooling-cells = <2>;
756f4357938SWei Ni			};
757f4357938SWei Ni		};
75834b4f6d0SThierry Reding	};
75934b4f6d0SThierry Reding
7600fa2bfcdSWei Ni	thermal-zones {
7610fa2bfcdSWei Ni		cpu {
7620fa2bfcdSWei Ni			polling-delay-passive = <1000>;
7630fa2bfcdSWei Ni			polling-delay = <0>;
7640fa2bfcdSWei Ni
7650fa2bfcdSWei Ni			thermal-sensors =
7660fa2bfcdSWei Ni				<&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>;
767a6ebde25SWei Ni
768a6ebde25SWei Ni			trips {
769a6ebde25SWei Ni				cpu_shutdown_trip {
770a6ebde25SWei Ni					temperature = <105000>;
771a6ebde25SWei Ni					hysteresis = <1000>;
772a6ebde25SWei Ni					type = "critical";
773a6ebde25SWei Ni				};
774f4357938SWei Ni
775f4357938SWei Ni				cpu_throttle_trip: throttle-trip {
776f4357938SWei Ni					temperature = <102000>;
777f4357938SWei Ni					hysteresis = <1000>;
778f4357938SWei Ni					type = "hot";
779f4357938SWei Ni				};
780a6ebde25SWei Ni			};
781a6ebde25SWei Ni
782a6ebde25SWei Ni			cooling-maps {
783f4357938SWei Ni				map0 {
784f4357938SWei Ni					trip = <&cpu_throttle_trip>;
785f4357938SWei Ni					cooling-device = <&throttle_heavy 1 1>;
786f4357938SWei Ni				};
787a6ebde25SWei Ni			};
7880fa2bfcdSWei Ni		};
7890fa2bfcdSWei Ni		mem {
7900fa2bfcdSWei Ni			polling-delay-passive = <0>;
7910fa2bfcdSWei Ni			polling-delay = <0>;
7920fa2bfcdSWei Ni
7930fa2bfcdSWei Ni			thermal-sensors =
7940fa2bfcdSWei Ni				<&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>;
795a6ebde25SWei Ni
796a6ebde25SWei Ni			trips {
797a6ebde25SWei Ni				mem_shutdown_trip {
798a6ebde25SWei Ni					temperature = <101000>;
799a6ebde25SWei Ni					hysteresis = <1000>;
800a6ebde25SWei Ni					type = "critical";
801a6ebde25SWei Ni				};
802a6ebde25SWei Ni			};
803a6ebde25SWei Ni
804a6ebde25SWei Ni			cooling-maps {
805a6ebde25SWei Ni				/*
806a6ebde25SWei Ni				 * There are currently no cooling maps,
807a6ebde25SWei Ni				 * because there are no cooling devices.
808a6ebde25SWei Ni				 */
809a6ebde25SWei Ni			};
8100fa2bfcdSWei Ni		};
8110fa2bfcdSWei Ni		gpu {
8120fa2bfcdSWei Ni			polling-delay-passive = <1000>;
8130fa2bfcdSWei Ni			polling-delay = <0>;
8140fa2bfcdSWei Ni
8150fa2bfcdSWei Ni			thermal-sensors =
8160fa2bfcdSWei Ni				<&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>;
817a6ebde25SWei Ni
818a6ebde25SWei Ni			trips {
819a6ebde25SWei Ni				gpu_shutdown_trip {
820a6ebde25SWei Ni					temperature = <101000>;
821a6ebde25SWei Ni					hysteresis = <1000>;
822a6ebde25SWei Ni					type = "critical";
823a6ebde25SWei Ni				};
824f4357938SWei Ni
825f4357938SWei Ni				gpu_throttle_trip: throttle-trip {
826f4357938SWei Ni					temperature = <99000>;
827f4357938SWei Ni					hysteresis = <1000>;
828f4357938SWei Ni					type = "hot";
829f4357938SWei Ni				};
830a6ebde25SWei Ni			};
831a6ebde25SWei Ni
832a6ebde25SWei Ni			cooling-maps {
833f4357938SWei Ni				map0 {
834f4357938SWei Ni					trip = <&gpu_throttle_trip>;
835f4357938SWei Ni					cooling-device = <&throttle_heavy 1 1>;
836f4357938SWei Ni				};
837a6ebde25SWei Ni			};
8380fa2bfcdSWei Ni		};
8390fa2bfcdSWei Ni		pllx {
8400fa2bfcdSWei Ni			polling-delay-passive = <0>;
8410fa2bfcdSWei Ni			polling-delay = <0>;
8420fa2bfcdSWei Ni
8430fa2bfcdSWei Ni			thermal-sensors =
8440fa2bfcdSWei Ni				<&soctherm TEGRA124_SOCTHERM_SENSOR_PLLX>;
845a6ebde25SWei Ni
846a6ebde25SWei Ni			trips {
847a6ebde25SWei Ni				pllx_shutdown_trip {
848a6ebde25SWei Ni					temperature = <105000>;
849a6ebde25SWei Ni					hysteresis = <1000>;
850a6ebde25SWei Ni					type = "critical";
851a6ebde25SWei Ni				};
852a6ebde25SWei Ni			};
853a6ebde25SWei Ni
854a6ebde25SWei Ni			cooling-maps {
855a6ebde25SWei Ni				/*
856a6ebde25SWei Ni				 * There are currently no cooling maps,
857a6ebde25SWei Ni				 * because there are no cooling devices.
858a6ebde25SWei Ni				 */
859a6ebde25SWei Ni			};
8600fa2bfcdSWei Ni		};
8610fa2bfcdSWei Ni	};
8620fa2bfcdSWei Ni
863be70771dSThierry Reding	ahub@70300000 {
86434b4f6d0SThierry Reding		compatible = "nvidia,tegra124-ahub";
86534b4f6d0SThierry Reding		reg = <0x0 0x70300000 0x0 0x200>,
86634b4f6d0SThierry Reding		      <0x0 0x70300800 0x0 0x800>,
86734b4f6d0SThierry Reding		      <0x0 0x70300200 0x0 0x600>;
86834b4f6d0SThierry Reding		interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
86934b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>,
87034b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_APBIF>;
87134b4f6d0SThierry Reding		clock-names = "d_audio", "apbif";
87234b4f6d0SThierry Reding		resets = <&tegra_car 106>, /* d_audio */
87334b4f6d0SThierry Reding			 <&tegra_car 107>, /* apbif */
87434b4f6d0SThierry Reding			 <&tegra_car 30>,  /* i2s0 */
87534b4f6d0SThierry Reding			 <&tegra_car 11>,  /* i2s1 */
87634b4f6d0SThierry Reding			 <&tegra_car 18>,  /* i2s2 */
87734b4f6d0SThierry Reding			 <&tegra_car 101>, /* i2s3 */
87834b4f6d0SThierry Reding			 <&tegra_car 102>, /* i2s4 */
87934b4f6d0SThierry Reding			 <&tegra_car 108>, /* dam0 */
88034b4f6d0SThierry Reding			 <&tegra_car 109>, /* dam1 */
88134b4f6d0SThierry Reding			 <&tegra_car 110>, /* dam2 */
88234b4f6d0SThierry Reding			 <&tegra_car 10>,  /* spdif */
88334b4f6d0SThierry Reding			 <&tegra_car 153>, /* amx */
88434b4f6d0SThierry Reding			 <&tegra_car 185>, /* amx1 */
88534b4f6d0SThierry Reding			 <&tegra_car 154>, /* adx */
88634b4f6d0SThierry Reding			 <&tegra_car 180>, /* adx1 */
88734b4f6d0SThierry Reding			 <&tegra_car 186>, /* afc0 */
88834b4f6d0SThierry Reding			 <&tegra_car 187>, /* afc1 */
88934b4f6d0SThierry Reding			 <&tegra_car 188>, /* afc2 */
89034b4f6d0SThierry Reding			 <&tegra_car 189>, /* afc3 */
89134b4f6d0SThierry Reding			 <&tegra_car 190>, /* afc4 */
89234b4f6d0SThierry Reding			 <&tegra_car 191>; /* afc5 */
89334b4f6d0SThierry Reding		reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2",
89434b4f6d0SThierry Reding			      "i2s3", "i2s4", "dam0", "dam1", "dam2",
89534b4f6d0SThierry Reding			      "spdif", "amx", "amx1", "adx", "adx1",
89634b4f6d0SThierry Reding			      "afc0", "afc1", "afc2", "afc3", "afc4", "afc5";
89734b4f6d0SThierry Reding		dmas = <&apbdma 1>, <&apbdma 1>,
89834b4f6d0SThierry Reding		       <&apbdma 2>, <&apbdma 2>,
89934b4f6d0SThierry Reding		       <&apbdma 3>, <&apbdma 3>,
90034b4f6d0SThierry Reding		       <&apbdma 4>, <&apbdma 4>,
90134b4f6d0SThierry Reding		       <&apbdma 6>, <&apbdma 6>,
90234b4f6d0SThierry Reding		       <&apbdma 7>, <&apbdma 7>,
90334b4f6d0SThierry Reding		       <&apbdma 12>, <&apbdma 12>,
90434b4f6d0SThierry Reding		       <&apbdma 13>, <&apbdma 13>,
90534b4f6d0SThierry Reding		       <&apbdma 14>, <&apbdma 14>,
90634b4f6d0SThierry Reding		       <&apbdma 29>, <&apbdma 29>;
90734b4f6d0SThierry Reding		dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2",
90834b4f6d0SThierry Reding			    "rx3", "tx3", "rx4", "tx4", "rx5", "tx5",
90934b4f6d0SThierry Reding			    "rx6", "tx6", "rx7", "tx7", "rx8", "tx8",
91034b4f6d0SThierry Reding			    "rx9", "tx9";
91134b4f6d0SThierry Reding		ranges;
91234b4f6d0SThierry Reding		#address-cells = <2>;
91334b4f6d0SThierry Reding		#size-cells = <2>;
91434b4f6d0SThierry Reding
915be70771dSThierry Reding		tegra_i2s0: i2s@70301000 {
91634b4f6d0SThierry Reding			compatible = "nvidia,tegra124-i2s";
91734b4f6d0SThierry Reding			reg = <0x0 0x70301000 0x0 0x100>;
91834b4f6d0SThierry Reding			nvidia,ahub-cif-ids = <4 4>;
91934b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_I2S0>;
92034b4f6d0SThierry Reding			clock-names = "i2s";
92134b4f6d0SThierry Reding			resets = <&tegra_car 30>;
92234b4f6d0SThierry Reding			reset-names = "i2s";
92334b4f6d0SThierry Reding			status = "disabled";
92434b4f6d0SThierry Reding		};
92534b4f6d0SThierry Reding
926be70771dSThierry Reding		tegra_i2s1: i2s@70301100 {
92734b4f6d0SThierry Reding			compatible = "nvidia,tegra124-i2s";
92834b4f6d0SThierry Reding			reg = <0x0 0x70301100 0x0 0x100>;
92934b4f6d0SThierry Reding			nvidia,ahub-cif-ids = <5 5>;
93034b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_I2S1>;
93134b4f6d0SThierry Reding			clock-names = "i2s";
93234b4f6d0SThierry Reding			resets = <&tegra_car 11>;
93334b4f6d0SThierry Reding			reset-names = "i2s";
93434b4f6d0SThierry Reding			status = "disabled";
93534b4f6d0SThierry Reding		};
93634b4f6d0SThierry Reding
937be70771dSThierry Reding		tegra_i2s2: i2s@70301200 {
93834b4f6d0SThierry Reding			compatible = "nvidia,tegra124-i2s";
93934b4f6d0SThierry Reding			reg = <0x0 0x70301200 0x0 0x100>;
94034b4f6d0SThierry Reding			nvidia,ahub-cif-ids = <6 6>;
94134b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_I2S2>;
94234b4f6d0SThierry Reding			clock-names = "i2s";
94334b4f6d0SThierry Reding			resets = <&tegra_car 18>;
94434b4f6d0SThierry Reding			reset-names = "i2s";
94534b4f6d0SThierry Reding			status = "disabled";
94634b4f6d0SThierry Reding		};
94734b4f6d0SThierry Reding
948be70771dSThierry Reding		tegra_i2s3: i2s@70301300 {
94934b4f6d0SThierry Reding			compatible = "nvidia,tegra124-i2s";
95034b4f6d0SThierry Reding			reg = <0x0 0x70301300 0x0 0x100>;
95134b4f6d0SThierry Reding			nvidia,ahub-cif-ids = <7 7>;
95234b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_I2S3>;
95334b4f6d0SThierry Reding			clock-names = "i2s";
95434b4f6d0SThierry Reding			resets = <&tegra_car 101>;
95534b4f6d0SThierry Reding			reset-names = "i2s";
95634b4f6d0SThierry Reding			status = "disabled";
95734b4f6d0SThierry Reding		};
95834b4f6d0SThierry Reding
959be70771dSThierry Reding		tegra_i2s4: i2s@70301400 {
96034b4f6d0SThierry Reding			compatible = "nvidia,tegra124-i2s";
96134b4f6d0SThierry Reding			reg = <0x0 0x70301400 0x0 0x100>;
96234b4f6d0SThierry Reding			nvidia,ahub-cif-ids = <8 8>;
96334b4f6d0SThierry Reding			clocks = <&tegra_car TEGRA124_CLK_I2S4>;
96434b4f6d0SThierry Reding			clock-names = "i2s";
96534b4f6d0SThierry Reding			resets = <&tegra_car 102>;
96634b4f6d0SThierry Reding			reset-names = "i2s";
96734b4f6d0SThierry Reding			status = "disabled";
96834b4f6d0SThierry Reding		};
96934b4f6d0SThierry Reding	};
97034b4f6d0SThierry Reding
971be70771dSThierry Reding	usb@7d000000 {
97234b4f6d0SThierry Reding		compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
97334b4f6d0SThierry Reding		reg = <0x0 0x7d000000 0x0 0x4000>;
97434b4f6d0SThierry Reding		interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
97534b4f6d0SThierry Reding		phy_type = "utmi";
97634b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_USBD>;
97734b4f6d0SThierry Reding		clock-names = "usb";
97834b4f6d0SThierry Reding		resets = <&tegra_car 22>;
97934b4f6d0SThierry Reding		reset-names = "usb";
98034b4f6d0SThierry Reding		nvidia,phy = <&phy1>;
98134b4f6d0SThierry Reding		status = "disabled";
98234b4f6d0SThierry Reding	};
98334b4f6d0SThierry Reding
984be70771dSThierry Reding	phy1: usb-phy@7d000000 {
98534b4f6d0SThierry Reding		compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
98634b4f6d0SThierry Reding		reg = <0x0 0x7d000000 0x0 0x4000>,
98734b4f6d0SThierry Reding		      <0x0 0x7d000000 0x0 0x4000>;
98834b4f6d0SThierry Reding		phy_type = "utmi";
98934b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_USBD>,
99034b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_PLL_U>,
99134b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_USBD>;
99234b4f6d0SThierry Reding		clock-names = "reg", "pll_u", "utmi-pads";
99334b4f6d0SThierry Reding		resets = <&tegra_car 22>, <&tegra_car 22>;
99434b4f6d0SThierry Reding		reset-names = "usb", "utmi-pads";
99534b4f6d0SThierry Reding		nvidia,hssync-start-delay = <0>;
99634b4f6d0SThierry Reding		nvidia,idle-wait-delay = <17>;
99734b4f6d0SThierry Reding		nvidia,elastic-limit = <16>;
99834b4f6d0SThierry Reding		nvidia,term-range-adj = <6>;
99934b4f6d0SThierry Reding		nvidia,xcvr-setup = <9>;
100034b4f6d0SThierry Reding		nvidia,xcvr-lsfslew = <0>;
100134b4f6d0SThierry Reding		nvidia,xcvr-lsrslew = <3>;
100234b4f6d0SThierry Reding		nvidia,hssquelch-level = <2>;
100334b4f6d0SThierry Reding		nvidia,hsdiscon-level = <5>;
100434b4f6d0SThierry Reding		nvidia,xcvr-hsslew = <12>;
100534b4f6d0SThierry Reding		nvidia,has-utmi-pad-registers;
100634b4f6d0SThierry Reding		status = "disabled";
100734b4f6d0SThierry Reding	};
100834b4f6d0SThierry Reding
1009be70771dSThierry Reding	usb@7d004000 {
101034b4f6d0SThierry Reding		compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
101134b4f6d0SThierry Reding		reg = <0x0 0x7d004000 0x0 0x4000>;
101234b4f6d0SThierry Reding		interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
101334b4f6d0SThierry Reding		phy_type = "utmi";
101434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_USB2>;
101534b4f6d0SThierry Reding		clock-names = "usb";
101634b4f6d0SThierry Reding		resets = <&tegra_car 58>;
101734b4f6d0SThierry Reding		reset-names = "usb";
101834b4f6d0SThierry Reding		nvidia,phy = <&phy2>;
101934b4f6d0SThierry Reding		status = "disabled";
102034b4f6d0SThierry Reding	};
102134b4f6d0SThierry Reding
1022be70771dSThierry Reding	phy2: usb-phy@7d004000 {
102334b4f6d0SThierry Reding		compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
102434b4f6d0SThierry Reding		reg = <0x0 0x7d004000 0x0 0x4000>,
102534b4f6d0SThierry Reding		      <0x0 0x7d000000 0x0 0x4000>;
102634b4f6d0SThierry Reding		phy_type = "utmi";
102734b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_USB2>,
102834b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_PLL_U>,
102934b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_USBD>;
103034b4f6d0SThierry Reding		clock-names = "reg", "pll_u", "utmi-pads";
103134b4f6d0SThierry Reding		resets = <&tegra_car 58>, <&tegra_car 22>;
103234b4f6d0SThierry Reding		reset-names = "usb", "utmi-pads";
103334b4f6d0SThierry Reding		nvidia,hssync-start-delay = <0>;
103434b4f6d0SThierry Reding		nvidia,idle-wait-delay = <17>;
103534b4f6d0SThierry Reding		nvidia,elastic-limit = <16>;
103634b4f6d0SThierry Reding		nvidia,term-range-adj = <6>;
103734b4f6d0SThierry Reding		nvidia,xcvr-setup = <9>;
103834b4f6d0SThierry Reding		nvidia,xcvr-lsfslew = <0>;
103934b4f6d0SThierry Reding		nvidia,xcvr-lsrslew = <3>;
104034b4f6d0SThierry Reding		nvidia,hssquelch-level = <2>;
104134b4f6d0SThierry Reding		nvidia,hsdiscon-level = <5>;
104234b4f6d0SThierry Reding		nvidia,xcvr-hsslew = <12>;
104334b4f6d0SThierry Reding		status = "disabled";
104434b4f6d0SThierry Reding	};
104534b4f6d0SThierry Reding
1046be70771dSThierry Reding	usb@7d008000 {
104734b4f6d0SThierry Reding		compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci", "usb-ehci";
104834b4f6d0SThierry Reding		reg = <0x0 0x7d008000 0x0 0x4000>;
104934b4f6d0SThierry Reding		interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
105034b4f6d0SThierry Reding		phy_type = "utmi";
105134b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_USB3>;
105234b4f6d0SThierry Reding		clock-names = "usb";
105334b4f6d0SThierry Reding		resets = <&tegra_car 59>;
105434b4f6d0SThierry Reding		reset-names = "usb";
105534b4f6d0SThierry Reding		nvidia,phy = <&phy3>;
105634b4f6d0SThierry Reding		status = "disabled";
105734b4f6d0SThierry Reding	};
105834b4f6d0SThierry Reding
1059be70771dSThierry Reding	phy3: usb-phy@7d008000 {
106034b4f6d0SThierry Reding		compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy";
106134b4f6d0SThierry Reding		reg = <0x0 0x7d008000 0x0 0x4000>,
106234b4f6d0SThierry Reding		      <0x0 0x7d000000 0x0 0x4000>;
106334b4f6d0SThierry Reding		phy_type = "utmi";
106434b4f6d0SThierry Reding		clocks = <&tegra_car TEGRA124_CLK_USB3>,
106534b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_PLL_U>,
106634b4f6d0SThierry Reding			 <&tegra_car TEGRA124_CLK_USBD>;
106734b4f6d0SThierry Reding		clock-names = "reg", "pll_u", "utmi-pads";
106834b4f6d0SThierry Reding		resets = <&tegra_car 59>, <&tegra_car 22>;
106934b4f6d0SThierry Reding		reset-names = "usb", "utmi-pads";
107034b4f6d0SThierry Reding		nvidia,hssync-start-delay = <0>;
107134b4f6d0SThierry Reding		nvidia,idle-wait-delay = <17>;
107234b4f6d0SThierry Reding		nvidia,elastic-limit = <16>;
107334b4f6d0SThierry Reding		nvidia,term-range-adj = <6>;
107434b4f6d0SThierry Reding		nvidia,xcvr-setup = <9>;
107534b4f6d0SThierry Reding		nvidia,xcvr-lsfslew = <0>;
107634b4f6d0SThierry Reding		nvidia,xcvr-lsrslew = <3>;
107734b4f6d0SThierry Reding		nvidia,hssquelch-level = <2>;
107834b4f6d0SThierry Reding		nvidia,hsdiscon-level = <5>;
107934b4f6d0SThierry Reding		nvidia,xcvr-hsslew = <12>;
108034b4f6d0SThierry Reding		status = "disabled";
108134b4f6d0SThierry Reding	};
108234b4f6d0SThierry Reding
108334b4f6d0SThierry Reding	cpus {
108434b4f6d0SThierry Reding		#address-cells = <1>;
108534b4f6d0SThierry Reding		#size-cells = <0>;
108634b4f6d0SThierry Reding
108734b4f6d0SThierry Reding		cpu@0 {
108834b4f6d0SThierry Reding			device_type = "cpu";
108931af04cdSRob Herring			compatible = "nvidia,denver";
109034b4f6d0SThierry Reding			reg = <0>;
109134b4f6d0SThierry Reding		};
109234b4f6d0SThierry Reding
109334b4f6d0SThierry Reding		cpu@1 {
109434b4f6d0SThierry Reding			device_type = "cpu";
109531af04cdSRob Herring			compatible = "nvidia,denver";
109634b4f6d0SThierry Reding			reg = <1>;
109734b4f6d0SThierry Reding		};
109834b4f6d0SThierry Reding	};
109934b4f6d0SThierry Reding
110034b4f6d0SThierry Reding	timer {
110134b4f6d0SThierry Reding		compatible = "arm,armv7-timer";
110234b4f6d0SThierry Reding		interrupts = <GIC_PPI 13
110334b4f6d0SThierry Reding				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
110434b4f6d0SThierry Reding			     <GIC_PPI 14
110534b4f6d0SThierry Reding				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
110634b4f6d0SThierry Reding			     <GIC_PPI 11
110734b4f6d0SThierry Reding				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,
110834b4f6d0SThierry Reding			     <GIC_PPI 10
110934b4f6d0SThierry Reding				(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>;
111034b4f6d0SThierry Reding		interrupt-parent = <&gic>;
111134b4f6d0SThierry Reding	};
111234b4f6d0SThierry Reding};
1113