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 960cb028a2SRayyan Ansari iommus = <&mc TEGRA_SWGROUP_HC>; 970cb028a2SRayyan Ansari 9834b4f6d0SThierry Reding #address-cells = <2>; 9934b4f6d0SThierry Reding #size-cells = <2>; 10034b4f6d0SThierry Reding 10134b4f6d0SThierry Reding ranges = <0 0x54000000 0 0x54000000 0 0x01000000>; 10234b4f6d0SThierry Reding 103be70771dSThierry Reding dc@54200000 { 10434b4f6d0SThierry Reding compatible = "nvidia,tegra124-dc"; 10534b4f6d0SThierry Reding reg = <0x0 0x54200000 0x0 0x00040000>; 10634b4f6d0SThierry Reding interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; 107352092b0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_DISP1>; 108352092b0SThierry Reding clock-names = "dc"; 10934b4f6d0SThierry Reding resets = <&tegra_car 27>; 11034b4f6d0SThierry Reding reset-names = "dc"; 11134b4f6d0SThierry Reding 11234b4f6d0SThierry Reding iommus = <&mc TEGRA_SWGROUP_DC>; 11334b4f6d0SThierry Reding 11434b4f6d0SThierry Reding nvidia,head = <0>; 11534b4f6d0SThierry Reding }; 11634b4f6d0SThierry Reding 117be70771dSThierry Reding dc@54240000 { 11834b4f6d0SThierry Reding compatible = "nvidia,tegra124-dc"; 11934b4f6d0SThierry Reding reg = <0x0 0x54240000 0x0 0x00040000>; 12034b4f6d0SThierry Reding interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>; 121352092b0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_DISP2>; 122352092b0SThierry Reding clock-names = "dc"; 12334b4f6d0SThierry Reding resets = <&tegra_car 26>; 12434b4f6d0SThierry Reding reset-names = "dc"; 12534b4f6d0SThierry Reding 12634b4f6d0SThierry Reding iommus = <&mc TEGRA_SWGROUP_DCB>; 12734b4f6d0SThierry Reding 12834b4f6d0SThierry Reding nvidia,head = <1>; 12934b4f6d0SThierry Reding }; 13034b4f6d0SThierry Reding 131be70771dSThierry Reding hdmi@54280000 { 13234b4f6d0SThierry Reding compatible = "nvidia,tegra124-hdmi"; 13334b4f6d0SThierry Reding reg = <0x0 0x54280000 0x0 0x00040000>; 13434b4f6d0SThierry Reding interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; 13534b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_HDMI>, 13634b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_PLL_D2_OUT0>; 13734b4f6d0SThierry Reding clock-names = "hdmi", "parent"; 13834b4f6d0SThierry Reding resets = <&tegra_car 51>; 13934b4f6d0SThierry Reding reset-names = "hdmi"; 14034b4f6d0SThierry Reding status = "disabled"; 14134b4f6d0SThierry Reding }; 14234b4f6d0SThierry Reding 143be70771dSThierry Reding sor@54540000 { 14434b4f6d0SThierry Reding compatible = "nvidia,tegra124-sor"; 14534b4f6d0SThierry Reding reg = <0x0 0x54540000 0x0 0x00040000>; 14634b4f6d0SThierry Reding interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>; 14734b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_SOR0>, 148abc9c8a5SThierry Reding <&tegra_car TEGRA124_CLK_SOR0_OUT>, 14934b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_PLL_D_OUT0>, 15034b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_PLL_DP>, 15134b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_CLK_M>; 152abc9c8a5SThierry Reding clock-names = "sor", "out", "parent", "dp", "safe"; 15334b4f6d0SThierry Reding resets = <&tegra_car 182>; 15434b4f6d0SThierry Reding reset-names = "sor"; 15534b4f6d0SThierry Reding status = "disabled"; 15634b4f6d0SThierry Reding }; 15734b4f6d0SThierry Reding 158be70771dSThierry Reding dpaux: dpaux@545c0000 { 15934b4f6d0SThierry Reding compatible = "nvidia,tegra124-dpaux"; 16034b4f6d0SThierry Reding reg = <0x0 0x545c0000 0x0 0x00040000>; 16134b4f6d0SThierry Reding interrupts = <GIC_SPI 159 IRQ_TYPE_LEVEL_HIGH>; 16234b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_DPAUX>, 16334b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_PLL_DP>; 16434b4f6d0SThierry Reding clock-names = "dpaux", "parent"; 16534b4f6d0SThierry Reding resets = <&tegra_car 181>; 16634b4f6d0SThierry Reding reset-names = "dpaux"; 16734b4f6d0SThierry Reding status = "disabled"; 168997a3b73SThierry Reding 169997a3b73SThierry Reding i2c-bus { 170997a3b73SThierry Reding #address-cells = <1>; 171997a3b73SThierry Reding #size-cells = <0>; 172997a3b73SThierry Reding }; 17334b4f6d0SThierry Reding }; 17434b4f6d0SThierry Reding }; 17534b4f6d0SThierry Reding 176be70771dSThierry Reding gic: interrupt-controller@50041000 { 17734b4f6d0SThierry Reding compatible = "arm,cortex-a15-gic"; 17834b4f6d0SThierry Reding #interrupt-cells = <3>; 17934b4f6d0SThierry Reding interrupt-controller; 18034b4f6d0SThierry Reding reg = <0x0 0x50041000 0x0 0x1000>, 18134b4f6d0SThierry Reding <0x0 0x50042000 0x0 0x2000>, 18234b4f6d0SThierry Reding <0x0 0x50044000 0x0 0x2000>, 18334b4f6d0SThierry Reding <0x0 0x50046000 0x0 0x2000>; 18434b4f6d0SThierry Reding interrupts = <GIC_PPI 9 18534b4f6d0SThierry Reding (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>; 18634b4f6d0SThierry Reding interrupt-parent = <&gic>; 18734b4f6d0SThierry Reding }; 18834b4f6d0SThierry Reding 189be70771dSThierry Reding gpu@57000000 { 19034b4f6d0SThierry Reding compatible = "nvidia,gk20a"; 19134b4f6d0SThierry Reding reg = <0x0 0x57000000 0x0 0x01000000>, 19234b4f6d0SThierry Reding <0x0 0x58000000 0x0 0x01000000>; 19334b4f6d0SThierry Reding interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>, 19434b4f6d0SThierry Reding <GIC_SPI 158 IRQ_TYPE_LEVEL_HIGH>; 19534b4f6d0SThierry Reding interrupt-names = "stall", "nonstall"; 19634b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_GPU>, 19734b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_PLL_P_OUT5>; 19834b4f6d0SThierry Reding clock-names = "gpu", "pwr"; 19934b4f6d0SThierry Reding resets = <&tegra_car 184>; 20034b4f6d0SThierry Reding reset-names = "gpu"; 20134b4f6d0SThierry Reding status = "disabled"; 20234b4f6d0SThierry Reding }; 20334b4f6d0SThierry Reding 20434b4f6d0SThierry Reding lic: interrupt-controller@60004000 { 20534b4f6d0SThierry Reding compatible = "nvidia,tegra124-ictlr", "nvidia,tegra30-ictlr"; 20634b4f6d0SThierry Reding reg = <0x0 0x60004000 0x0 0x100>, 20734b4f6d0SThierry Reding <0x0 0x60004100 0x0 0x100>, 20834b4f6d0SThierry Reding <0x0 0x60004200 0x0 0x100>, 20934b4f6d0SThierry Reding <0x0 0x60004300 0x0 0x100>, 21034b4f6d0SThierry Reding <0x0 0x60004400 0x0 0x100>; 21134b4f6d0SThierry Reding interrupt-controller; 21234b4f6d0SThierry Reding #interrupt-cells = <3>; 21334b4f6d0SThierry Reding interrupt-parent = <&gic>; 21434b4f6d0SThierry Reding }; 21534b4f6d0SThierry Reding 216be70771dSThierry Reding timer@60005000 { 217bb43b219SThierry Reding compatible = "nvidia,tegra124-timer", "nvidia,tegra30-timer"; 21834b4f6d0SThierry Reding reg = <0x0 0x60005000 0x0 0x400>; 21934b4f6d0SThierry Reding interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, 22034b4f6d0SThierry Reding <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>, 22134b4f6d0SThierry Reding <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>, 22234b4f6d0SThierry Reding <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>, 22334b4f6d0SThierry Reding <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>, 22434b4f6d0SThierry Reding <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>; 22534b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_TIMER>; 22634b4f6d0SThierry Reding clock-names = "timer"; 22734b4f6d0SThierry Reding }; 22834b4f6d0SThierry Reding 229be70771dSThierry Reding tegra_car: clock@60006000 { 23034b4f6d0SThierry Reding compatible = "nvidia,tegra132-car"; 23134b4f6d0SThierry Reding reg = <0x0 0x60006000 0x0 0x1000>; 23234b4f6d0SThierry Reding #clock-cells = <1>; 23334b4f6d0SThierry Reding #reset-cells = <1>; 23434b4f6d0SThierry Reding nvidia,external-memory-controller = <&emc>; 23534b4f6d0SThierry Reding }; 23634b4f6d0SThierry Reding 237be70771dSThierry Reding flow-controller@60007000 { 23818236a14SJon Hunter compatible = "nvidia,tegra132-flowctrl", "nvidia,tegra124-flowctrl"; 23934b4f6d0SThierry Reding reg = <0x0 0x60007000 0x0 0x1000>; 24034b4f6d0SThierry Reding }; 24134b4f6d0SThierry Reding 242be70771dSThierry Reding actmon@6000c800 { 24334b4f6d0SThierry Reding compatible = "nvidia,tegra124-actmon"; 24434b4f6d0SThierry Reding reg = <0x0 0x6000c800 0x0 0x400>; 24534b4f6d0SThierry Reding interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>; 24634b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_ACTMON>, 24734b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_EMC>; 24834b4f6d0SThierry Reding clock-names = "actmon", "emc"; 24934b4f6d0SThierry Reding resets = <&tegra_car 119>; 25034b4f6d0SThierry Reding reset-names = "actmon"; 251ed9e9a6eSThierry Reding operating-points-v2 = <&emc_bw_dfs_opp_table>; 252ed9e9a6eSThierry Reding interconnects = <&mc TEGRA124_MC_MPCORER &emc>; 253ed9e9a6eSThierry Reding interconnect-names = "cpu-read"; 254ed9e9a6eSThierry Reding #cooling-cells = <2>; 25534b4f6d0SThierry Reding }; 25634b4f6d0SThierry Reding 257be70771dSThierry Reding gpio: gpio@6000d000 { 25834b4f6d0SThierry Reding compatible = "nvidia,tegra124-gpio", "nvidia,tegra30-gpio"; 25934b4f6d0SThierry Reding reg = <0x0 0x6000d000 0x0 0x1000>; 26034b4f6d0SThierry Reding interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>, 26134b4f6d0SThierry Reding <GIC_SPI 33 IRQ_TYPE_LEVEL_HIGH>, 26234b4f6d0SThierry Reding <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>, 26334b4f6d0SThierry Reding <GIC_SPI 35 IRQ_TYPE_LEVEL_HIGH>, 26434b4f6d0SThierry Reding <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>, 26534b4f6d0SThierry Reding <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>, 26634b4f6d0SThierry Reding <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>, 26734b4f6d0SThierry Reding <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>; 26834b4f6d0SThierry Reding #gpio-cells = <2>; 26934b4f6d0SThierry Reding gpio-controller; 27034b4f6d0SThierry Reding #interrupt-cells = <2>; 27134b4f6d0SThierry Reding interrupt-controller; 27234b4f6d0SThierry Reding }; 27334b4f6d0SThierry Reding 274be70771dSThierry Reding apbdma: dma@60020000 { 27534b4f6d0SThierry Reding compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma"; 27634b4f6d0SThierry Reding reg = <0x0 0x60020000 0x0 0x1400>; 27734b4f6d0SThierry Reding interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>, 27834b4f6d0SThierry Reding <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>, 27934b4f6d0SThierry Reding <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>, 28034b4f6d0SThierry Reding <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>, 28134b4f6d0SThierry Reding <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>, 28234b4f6d0SThierry Reding <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>, 28334b4f6d0SThierry Reding <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>, 28434b4f6d0SThierry Reding <GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>, 28534b4f6d0SThierry Reding <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>, 28634b4f6d0SThierry Reding <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>, 28734b4f6d0SThierry Reding <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>, 28834b4f6d0SThierry Reding <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>, 28934b4f6d0SThierry Reding <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>, 29034b4f6d0SThierry Reding <GIC_SPI 117 IRQ_TYPE_LEVEL_HIGH>, 29134b4f6d0SThierry Reding <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>, 29234b4f6d0SThierry Reding <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>, 29334b4f6d0SThierry Reding <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>, 29434b4f6d0SThierry Reding <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>, 29534b4f6d0SThierry Reding <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>, 29634b4f6d0SThierry Reding <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>, 29734b4f6d0SThierry Reding <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>, 29834b4f6d0SThierry Reding <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>, 29934b4f6d0SThierry Reding <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>, 30034b4f6d0SThierry Reding <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>, 30134b4f6d0SThierry Reding <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>, 30234b4f6d0SThierry Reding <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>, 30334b4f6d0SThierry Reding <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>, 30434b4f6d0SThierry Reding <GIC_SPI 139 IRQ_TYPE_LEVEL_HIGH>, 30534b4f6d0SThierry Reding <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>, 30634b4f6d0SThierry Reding <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>, 30734b4f6d0SThierry Reding <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>, 30834b4f6d0SThierry Reding <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>; 30934b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_APBDMA>; 31034b4f6d0SThierry Reding clock-names = "dma"; 31134b4f6d0SThierry Reding resets = <&tegra_car 34>; 31234b4f6d0SThierry Reding reset-names = "dma"; 31334b4f6d0SThierry Reding #dma-cells = <1>; 31434b4f6d0SThierry Reding }; 31534b4f6d0SThierry Reding 316be70771dSThierry Reding apbmisc@70000800 { 31734b4f6d0SThierry Reding compatible = "nvidia,tegra124-apbmisc", "nvidia,tegra20-apbmisc"; 31834b4f6d0SThierry Reding reg = <0x0 0x70000800 0x0 0x64>, /* Chip revision */ 31934b4f6d0SThierry Reding <0x0 0x7000e864 0x0 0x04>; /* Strapping options */ 32034b4f6d0SThierry Reding }; 32134b4f6d0SThierry Reding 322be70771dSThierry Reding pinmux: pinmux@70000868 { 32334b4f6d0SThierry Reding compatible = "nvidia,tegra124-pinmux"; 32434b4f6d0SThierry Reding reg = <0x0 0x70000868 0x0 0x164>, /* Pad control registers */ 32534b4f6d0SThierry Reding <0x0 0x70003000 0x0 0x434>, /* Mux registers */ 32634b4f6d0SThierry Reding <0x0 0x70000820 0x0 0x008>; /* MIPI pad control */ 32734b4f6d0SThierry Reding }; 32834b4f6d0SThierry Reding 32934b4f6d0SThierry Reding /* 33034b4f6d0SThierry Reding * There are two serial driver i.e. 8250 based simple serial 33134b4f6d0SThierry Reding * driver and APB DMA based serial driver for higher baudrate 332ef769e32SAdam Buchbinder * and performance. To enable the 8250 based driver, the compatible 33334b4f6d0SThierry Reding * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable 33468cd8b2eSThierry Reding * the APB DMA based serial driver, the compatible is 33534b4f6d0SThierry Reding * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart". 33634b4f6d0SThierry Reding */ 337be70771dSThierry Reding uarta: serial@70006000 { 33834b4f6d0SThierry Reding compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart"; 33934b4f6d0SThierry Reding reg = <0x0 0x70006000 0x0 0x40>; 34034b4f6d0SThierry Reding reg-shift = <2>; 34134b4f6d0SThierry Reding interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; 34234b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_UARTA>; 34334b4f6d0SThierry Reding resets = <&tegra_car 6>; 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 resets = <&tegra_car 7>; 35634b4f6d0SThierry Reding dmas = <&apbdma 9>, <&apbdma 9>; 35734b4f6d0SThierry Reding dma-names = "rx", "tx"; 35834b4f6d0SThierry Reding status = "disabled"; 35934b4f6d0SThierry Reding }; 36034b4f6d0SThierry Reding 361be70771dSThierry Reding uartc: serial@70006200 { 36234b4f6d0SThierry Reding compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart"; 36334b4f6d0SThierry Reding reg = <0x0 0x70006200 0x0 0x40>; 36434b4f6d0SThierry Reding reg-shift = <2>; 36534b4f6d0SThierry Reding interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; 36634b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_UARTC>; 36734b4f6d0SThierry Reding resets = <&tegra_car 55>; 36834b4f6d0SThierry Reding dmas = <&apbdma 10>, <&apbdma 10>; 36934b4f6d0SThierry Reding dma-names = "rx", "tx"; 37034b4f6d0SThierry Reding status = "disabled"; 37134b4f6d0SThierry Reding }; 37234b4f6d0SThierry Reding 373be70771dSThierry Reding uartd: serial@70006300 { 37434b4f6d0SThierry Reding compatible = "nvidia,tegra124-uart", "nvidia,tegra20-uart"; 37534b4f6d0SThierry Reding reg = <0x0 0x70006300 0x0 0x40>; 37634b4f6d0SThierry Reding reg-shift = <2>; 37734b4f6d0SThierry Reding interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>; 37834b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_UARTD>; 37934b4f6d0SThierry Reding resets = <&tegra_car 65>; 38034b4f6d0SThierry Reding dmas = <&apbdma 19>, <&apbdma 19>; 38134b4f6d0SThierry Reding dma-names = "rx", "tx"; 38234b4f6d0SThierry Reding status = "disabled"; 38334b4f6d0SThierry Reding }; 38434b4f6d0SThierry Reding 385be70771dSThierry Reding pwm: pwm@7000a000 { 38634b4f6d0SThierry Reding compatible = "nvidia,tegra124-pwm", "nvidia,tegra20-pwm"; 38734b4f6d0SThierry Reding reg = <0x0 0x7000a000 0x0 0x100>; 38834b4f6d0SThierry Reding #pwm-cells = <2>; 38934b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_PWM>; 39034b4f6d0SThierry Reding resets = <&tegra_car 17>; 39134b4f6d0SThierry Reding reset-names = "pwm"; 39234b4f6d0SThierry Reding status = "disabled"; 39334b4f6d0SThierry Reding }; 39434b4f6d0SThierry Reding 395be70771dSThierry Reding i2c@7000c000 { 39692564257SThierry Reding compatible = "nvidia,tegra124-i2c"; 39734b4f6d0SThierry Reding reg = <0x0 0x7000c000 0x0 0x100>; 39834b4f6d0SThierry Reding interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>; 39934b4f6d0SThierry Reding #address-cells = <1>; 40034b4f6d0SThierry Reding #size-cells = <0>; 40134b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_I2C1>; 40234b4f6d0SThierry Reding clock-names = "div-clk"; 40334b4f6d0SThierry Reding resets = <&tegra_car 12>; 40434b4f6d0SThierry Reding reset-names = "i2c"; 40534b4f6d0SThierry Reding dmas = <&apbdma 21>, <&apbdma 21>; 40634b4f6d0SThierry Reding dma-names = "rx", "tx"; 40734b4f6d0SThierry Reding status = "disabled"; 40834b4f6d0SThierry Reding }; 40934b4f6d0SThierry Reding 410be70771dSThierry Reding i2c@7000c400 { 41192564257SThierry Reding compatible = "nvidia,tegra124-i2c"; 41234b4f6d0SThierry Reding reg = <0x0 0x7000c400 0x0 0x100>; 41334b4f6d0SThierry Reding interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>; 41434b4f6d0SThierry Reding #address-cells = <1>; 41534b4f6d0SThierry Reding #size-cells = <0>; 41634b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_I2C2>; 41734b4f6d0SThierry Reding clock-names = "div-clk"; 41834b4f6d0SThierry Reding resets = <&tegra_car 54>; 41934b4f6d0SThierry Reding reset-names = "i2c"; 42034b4f6d0SThierry Reding dmas = <&apbdma 22>, <&apbdma 22>; 42134b4f6d0SThierry Reding dma-names = "rx", "tx"; 42234b4f6d0SThierry Reding status = "disabled"; 42334b4f6d0SThierry Reding }; 42434b4f6d0SThierry Reding 425be70771dSThierry Reding i2c@7000c500 { 42692564257SThierry Reding compatible = "nvidia,tegra124-i2c"; 42734b4f6d0SThierry Reding reg = <0x0 0x7000c500 0x0 0x100>; 42834b4f6d0SThierry Reding interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>; 42934b4f6d0SThierry Reding #address-cells = <1>; 43034b4f6d0SThierry Reding #size-cells = <0>; 43134b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_I2C3>; 43234b4f6d0SThierry Reding clock-names = "div-clk"; 43334b4f6d0SThierry Reding resets = <&tegra_car 67>; 43434b4f6d0SThierry Reding reset-names = "i2c"; 43534b4f6d0SThierry Reding dmas = <&apbdma 23>, <&apbdma 23>; 43634b4f6d0SThierry Reding dma-names = "rx", "tx"; 43734b4f6d0SThierry Reding status = "disabled"; 43834b4f6d0SThierry Reding }; 43934b4f6d0SThierry Reding 440be70771dSThierry Reding i2c@7000c700 { 44192564257SThierry Reding compatible = "nvidia,tegra124-i2c"; 44234b4f6d0SThierry Reding reg = <0x0 0x7000c700 0x0 0x100>; 44334b4f6d0SThierry Reding interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>; 44434b4f6d0SThierry Reding #address-cells = <1>; 44534b4f6d0SThierry Reding #size-cells = <0>; 44634b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_I2C4>; 44734b4f6d0SThierry Reding clock-names = "div-clk"; 44834b4f6d0SThierry Reding resets = <&tegra_car 103>; 44934b4f6d0SThierry Reding reset-names = "i2c"; 45034b4f6d0SThierry Reding dmas = <&apbdma 26>, <&apbdma 26>; 45134b4f6d0SThierry Reding dma-names = "rx", "tx"; 45234b4f6d0SThierry Reding status = "disabled"; 45334b4f6d0SThierry Reding }; 45434b4f6d0SThierry Reding 455be70771dSThierry Reding i2c@7000d000 { 45692564257SThierry Reding compatible = "nvidia,tegra124-i2c"; 45734b4f6d0SThierry Reding reg = <0x0 0x7000d000 0x0 0x100>; 45834b4f6d0SThierry Reding interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>; 45934b4f6d0SThierry Reding #address-cells = <1>; 46034b4f6d0SThierry Reding #size-cells = <0>; 46134b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_I2C5>; 46234b4f6d0SThierry Reding clock-names = "div-clk"; 46334b4f6d0SThierry Reding resets = <&tegra_car 47>; 46434b4f6d0SThierry Reding reset-names = "i2c"; 46534b4f6d0SThierry Reding dmas = <&apbdma 24>, <&apbdma 24>; 46634b4f6d0SThierry Reding dma-names = "rx", "tx"; 46734b4f6d0SThierry Reding status = "disabled"; 46834b4f6d0SThierry Reding }; 46934b4f6d0SThierry Reding 470be70771dSThierry Reding i2c@7000d100 { 47192564257SThierry Reding compatible = "nvidia,tegra124-i2c"; 47234b4f6d0SThierry Reding reg = <0x0 0x7000d100 0x0 0x100>; 47334b4f6d0SThierry Reding interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>; 47434b4f6d0SThierry Reding #address-cells = <1>; 47534b4f6d0SThierry Reding #size-cells = <0>; 47634b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_I2C6>; 47734b4f6d0SThierry Reding clock-names = "div-clk"; 47834b4f6d0SThierry Reding resets = <&tegra_car 166>; 47934b4f6d0SThierry Reding reset-names = "i2c"; 48034b4f6d0SThierry Reding dmas = <&apbdma 30>, <&apbdma 30>; 48134b4f6d0SThierry Reding dma-names = "rx", "tx"; 48234b4f6d0SThierry Reding status = "disabled"; 48334b4f6d0SThierry Reding }; 48434b4f6d0SThierry Reding 485be70771dSThierry Reding spi@7000d400 { 48634b4f6d0SThierry Reding compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi"; 48734b4f6d0SThierry Reding reg = <0x0 0x7000d400 0x0 0x200>; 48834b4f6d0SThierry Reding interrupts = <GIC_SPI 59 IRQ_TYPE_LEVEL_HIGH>; 48934b4f6d0SThierry Reding #address-cells = <1>; 49034b4f6d0SThierry Reding #size-cells = <0>; 49134b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_SBC1>; 49234b4f6d0SThierry Reding clock-names = "spi"; 49334b4f6d0SThierry Reding resets = <&tegra_car 41>; 49434b4f6d0SThierry Reding reset-names = "spi"; 49534b4f6d0SThierry Reding dmas = <&apbdma 15>, <&apbdma 15>; 49634b4f6d0SThierry Reding dma-names = "rx", "tx"; 49734b4f6d0SThierry Reding status = "disabled"; 49834b4f6d0SThierry Reding }; 49934b4f6d0SThierry Reding 500be70771dSThierry Reding spi@7000d600 { 50134b4f6d0SThierry Reding compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi"; 50234b4f6d0SThierry Reding reg = <0x0 0x7000d600 0x0 0x200>; 50334b4f6d0SThierry Reding interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; 50434b4f6d0SThierry Reding #address-cells = <1>; 50534b4f6d0SThierry Reding #size-cells = <0>; 50634b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_SBC2>; 50734b4f6d0SThierry Reding clock-names = "spi"; 50834b4f6d0SThierry Reding resets = <&tegra_car 44>; 50934b4f6d0SThierry Reding reset-names = "spi"; 51034b4f6d0SThierry Reding dmas = <&apbdma 16>, <&apbdma 16>; 51134b4f6d0SThierry Reding dma-names = "rx", "tx"; 51234b4f6d0SThierry Reding status = "disabled"; 51334b4f6d0SThierry Reding }; 51434b4f6d0SThierry Reding 515be70771dSThierry Reding spi@7000d800 { 51634b4f6d0SThierry Reding compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi"; 51734b4f6d0SThierry Reding reg = <0x0 0x7000d800 0x0 0x200>; 51834b4f6d0SThierry Reding interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; 51934b4f6d0SThierry Reding #address-cells = <1>; 52034b4f6d0SThierry Reding #size-cells = <0>; 52134b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_SBC3>; 52234b4f6d0SThierry Reding clock-names = "spi"; 52334b4f6d0SThierry Reding resets = <&tegra_car 46>; 52434b4f6d0SThierry Reding reset-names = "spi"; 52534b4f6d0SThierry Reding dmas = <&apbdma 17>, <&apbdma 17>; 52634b4f6d0SThierry Reding dma-names = "rx", "tx"; 52734b4f6d0SThierry Reding status = "disabled"; 52834b4f6d0SThierry Reding }; 52934b4f6d0SThierry Reding 530be70771dSThierry Reding spi@7000da00 { 53134b4f6d0SThierry Reding compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi"; 53234b4f6d0SThierry Reding reg = <0x0 0x7000da00 0x0 0x200>; 53334b4f6d0SThierry Reding interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>; 53434b4f6d0SThierry Reding #address-cells = <1>; 53534b4f6d0SThierry Reding #size-cells = <0>; 53634b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_SBC4>; 53734b4f6d0SThierry Reding clock-names = "spi"; 53834b4f6d0SThierry Reding resets = <&tegra_car 68>; 53934b4f6d0SThierry Reding reset-names = "spi"; 54034b4f6d0SThierry Reding dmas = <&apbdma 18>, <&apbdma 18>; 54134b4f6d0SThierry Reding dma-names = "rx", "tx"; 54234b4f6d0SThierry Reding status = "disabled"; 54334b4f6d0SThierry Reding }; 54434b4f6d0SThierry Reding 545be70771dSThierry Reding spi@7000dc00 { 54634b4f6d0SThierry Reding compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi"; 54734b4f6d0SThierry Reding reg = <0x0 0x7000dc00 0x0 0x200>; 54834b4f6d0SThierry Reding interrupts = <GIC_SPI 94 IRQ_TYPE_LEVEL_HIGH>; 54934b4f6d0SThierry Reding #address-cells = <1>; 55034b4f6d0SThierry Reding #size-cells = <0>; 55134b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_SBC5>; 55234b4f6d0SThierry Reding clock-names = "spi"; 55334b4f6d0SThierry Reding resets = <&tegra_car 104>; 55434b4f6d0SThierry Reding reset-names = "spi"; 55534b4f6d0SThierry Reding dmas = <&apbdma 27>, <&apbdma 27>; 55634b4f6d0SThierry Reding dma-names = "rx", "tx"; 55734b4f6d0SThierry Reding status = "disabled"; 55834b4f6d0SThierry Reding }; 55934b4f6d0SThierry Reding 560be70771dSThierry Reding spi@7000de00 { 56134b4f6d0SThierry Reding compatible = "nvidia,tegra124-spi", "nvidia,tegra114-spi"; 56234b4f6d0SThierry Reding reg = <0x0 0x7000de00 0x0 0x200>; 56334b4f6d0SThierry Reding interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; 56434b4f6d0SThierry Reding #address-cells = <1>; 56534b4f6d0SThierry Reding #size-cells = <0>; 56634b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_SBC6>; 56734b4f6d0SThierry Reding clock-names = "spi"; 56834b4f6d0SThierry Reding resets = <&tegra_car 105>; 56934b4f6d0SThierry Reding reset-names = "spi"; 57034b4f6d0SThierry Reding dmas = <&apbdma 28>, <&apbdma 28>; 57134b4f6d0SThierry Reding dma-names = "rx", "tx"; 57234b4f6d0SThierry Reding status = "disabled"; 57334b4f6d0SThierry Reding }; 57434b4f6d0SThierry Reding 575*2633c58eSKrzysztof Kozlowski tegra_rtc: rtc@7000e000 { 57634b4f6d0SThierry Reding compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc"; 57734b4f6d0SThierry Reding reg = <0x0 0x7000e000 0x0 0x100>; 57834b4f6d0SThierry Reding interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>; 57934b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_RTC>; 58034b4f6d0SThierry Reding clock-names = "rtc"; 58134b4f6d0SThierry Reding }; 58234b4f6d0SThierry Reding 583359ae651SSowjanya Komatineni tegra_pmc: pmc@7000e400 { 58434b4f6d0SThierry Reding compatible = "nvidia,tegra124-pmc"; 58534b4f6d0SThierry Reding reg = <0x0 0x7000e400 0x0 0x400>; 58634b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_PCLK>, <&clk32k_in>; 58734b4f6d0SThierry Reding clock-names = "pclk", "clk32k_in"; 588359ae651SSowjanya Komatineni #clock-cells = <1>; 58934b4f6d0SThierry Reding }; 59034b4f6d0SThierry Reding 591be70771dSThierry Reding fuse@7000f800 { 59234b4f6d0SThierry Reding compatible = "nvidia,tegra124-efuse"; 59334b4f6d0SThierry Reding reg = <0x0 0x7000f800 0x0 0x400>; 59434b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_FUSE>; 59534b4f6d0SThierry Reding clock-names = "fuse"; 59634b4f6d0SThierry Reding resets = <&tegra_car 39>; 59734b4f6d0SThierry Reding reset-names = "fuse"; 59834b4f6d0SThierry Reding }; 59934b4f6d0SThierry Reding 600be70771dSThierry Reding mc: memory-controller@70019000 { 60134b4f6d0SThierry Reding compatible = "nvidia,tegra132-mc"; 60234b4f6d0SThierry Reding reg = <0x0 0x70019000 0x0 0x1000>; 60334b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_MC>; 60434b4f6d0SThierry Reding clock-names = "mc"; 60534b4f6d0SThierry Reding 60634b4f6d0SThierry Reding interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>; 60734b4f6d0SThierry Reding 60834b4f6d0SThierry Reding #iommu-cells = <1>; 609ed9e9a6eSThierry Reding #reset-cells = <1>; 610ed9e9a6eSThierry Reding #interconnect-cells = <1>; 61134b4f6d0SThierry Reding }; 61234b4f6d0SThierry Reding 61347cd385eSThierry Reding emc: external-memory-controller@7001b000 { 614ed9e9a6eSThierry Reding compatible = "nvidia,tegra132-emc", "nvidia,tegra124-emc"; 61534b4f6d0SThierry Reding reg = <0x0 0x7001b000 0x0 0x1000>; 6160bab86abSThierry Reding clocks = <&tegra_car TEGRA124_CLK_EMC>; 6170bab86abSThierry Reding clock-names = "emc"; 61834b4f6d0SThierry Reding 61934b4f6d0SThierry Reding nvidia,memory-controller = <&mc>; 620ed9e9a6eSThierry Reding operating-points-v2 = <&emc_icc_dvfs_opp_table>; 621ed9e9a6eSThierry Reding 622ed9e9a6eSThierry Reding #interconnect-cells = <0>; 62334b4f6d0SThierry Reding }; 62434b4f6d0SThierry Reding 625be70771dSThierry Reding sata@70020000 { 62634b4f6d0SThierry Reding compatible = "nvidia,tegra124-ahci"; 62734b4f6d0SThierry Reding reg = <0x0 0x70027000 0x0 0x2000>, /* AHCI */ 62834b4f6d0SThierry Reding <0x0 0x70020000 0x0 0x7000>; /* SATA */ 62934b4f6d0SThierry Reding interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; 63034b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_SATA>, 6319f27a6c4SThierry Reding <&tegra_car TEGRA124_CLK_SATA_OOB>; 6329f27a6c4SThierry Reding clock-names = "sata", "sata-oob"; 63334b4f6d0SThierry Reding resets = <&tegra_car 124>, 634c84ebdfdSSowjanya Komatineni <&tegra_car 129>, 635c84ebdfdSSowjanya Komatineni <&tegra_car 123>; 636c84ebdfdSSowjanya Komatineni reset-names = "sata", "sata-cold", "sata-oob"; 63734b4f6d0SThierry Reding status = "disabled"; 63834b4f6d0SThierry Reding }; 63934b4f6d0SThierry Reding 640be70771dSThierry Reding hda@70030000 { 64134b4f6d0SThierry Reding compatible = "nvidia,tegra132-hda", "nvidia,tegra124-hda", 64234b4f6d0SThierry Reding "nvidia,tegra30-hda"; 64334b4f6d0SThierry Reding reg = <0x0 0x70030000 0x0 0x10000>; 64434b4f6d0SThierry Reding interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; 64534b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_HDA>, 64634b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_HDA2HDMI>, 64734b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_HDA2CODEC_2X>; 64834b4f6d0SThierry Reding clock-names = "hda", "hda2hdmi", "hda2codec_2x"; 64934b4f6d0SThierry Reding resets = <&tegra_car 125>, /* hda */ 65034b4f6d0SThierry Reding <&tegra_car 128>, /* hda2hdmi */ 65134b4f6d0SThierry Reding <&tegra_car 111>; /* hda2codec_2x */ 65234b4f6d0SThierry Reding reset-names = "hda", "hda2hdmi", "hda2codec_2x"; 65334b4f6d0SThierry Reding status = "disabled"; 65434b4f6d0SThierry Reding }; 65534b4f6d0SThierry Reding 656574d9cffSThierry Reding usb@70090000 { 657574d9cffSThierry Reding compatible = "nvidia,tegra132-xusb", "nvidia,tegra124-xusb"; 658574d9cffSThierry Reding reg = <0x0 0x70090000 0x0 0x8000>, 659574d9cffSThierry Reding <0x0 0x70098000 0x0 0x1000>, 660574d9cffSThierry Reding <0x0 0x70099000 0x0 0x1000>; 661574d9cffSThierry Reding reg-names = "hcd", "fpci", "ipfs"; 662574d9cffSThierry Reding 663574d9cffSThierry Reding interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>, 664574d9cffSThierry Reding <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>; 665574d9cffSThierry Reding 666574d9cffSThierry Reding clocks = <&tegra_car TEGRA124_CLK_XUSB_HOST>, 667574d9cffSThierry Reding <&tegra_car TEGRA124_CLK_XUSB_HOST_SRC>, 668574d9cffSThierry Reding <&tegra_car TEGRA124_CLK_XUSB_FALCON_SRC>, 669574d9cffSThierry Reding <&tegra_car TEGRA124_CLK_XUSB_SS>, 670574d9cffSThierry Reding <&tegra_car TEGRA124_CLK_XUSB_SS_DIV2>, 671fce5d073SThierry Reding <&tegra_car TEGRA124_CLK_XUSB_SS_SRC>, 672574d9cffSThierry Reding <&tegra_car TEGRA124_CLK_XUSB_HS_SRC>, 673574d9cffSThierry Reding <&tegra_car TEGRA124_CLK_XUSB_FS_SRC>, 674574d9cffSThierry Reding <&tegra_car TEGRA124_CLK_PLL_U_480M>, 675574d9cffSThierry Reding <&tegra_car TEGRA124_CLK_CLK_M>, 676574d9cffSThierry Reding <&tegra_car TEGRA124_CLK_PLL_E>; 677574d9cffSThierry Reding clock-names = "xusb_host", "xusb_host_src", 678574d9cffSThierry Reding "xusb_falcon_src", "xusb_ss", 679fce5d073SThierry Reding "xusb_ss_div2", "xusb_ss_src", 680574d9cffSThierry Reding "xusb_hs_src", "xusb_fs_src", 681574d9cffSThierry Reding "pll_u_480m", "clk_m", "pll_e"; 682574d9cffSThierry Reding resets = <&tegra_car 89>, <&tegra_car 156>, 683574d9cffSThierry Reding <&tegra_car 143>; 684574d9cffSThierry Reding reset-names = "xusb_host", "xusb_ss", "xusb_src"; 685574d9cffSThierry Reding 686574d9cffSThierry Reding nvidia,xusb-padctl = <&padctl>; 687574d9cffSThierry Reding 688574d9cffSThierry Reding status = "disabled"; 689574d9cffSThierry Reding }; 690574d9cffSThierry Reding 691be70771dSThierry Reding padctl: padctl@7009f000 { 69234b4f6d0SThierry Reding compatible = "nvidia,tegra132-xusb-padctl", 69334b4f6d0SThierry Reding "nvidia,tegra124-xusb-padctl"; 69434b4f6d0SThierry Reding reg = <0x0 0x7009f000 0x0 0x1000>; 69534b4f6d0SThierry Reding resets = <&tegra_car 142>; 69634b4f6d0SThierry Reding reset-names = "padctl"; 69734b4f6d0SThierry Reding 698574d9cffSThierry Reding pads { 699574d9cffSThierry Reding usb2 { 700574d9cffSThierry Reding status = "disabled"; 70134b4f6d0SThierry Reding 702574d9cffSThierry Reding lanes { 703574d9cffSThierry Reding usb2-0 { 704574d9cffSThierry Reding status = "disabled"; 705574d9cffSThierry Reding #phy-cells = <0>; 706574d9cffSThierry Reding }; 707574d9cffSThierry Reding 708574d9cffSThierry Reding usb2-1 { 709574d9cffSThierry Reding status = "disabled"; 710574d9cffSThierry Reding #phy-cells = <0>; 711574d9cffSThierry Reding }; 712574d9cffSThierry Reding 713574d9cffSThierry Reding usb2-2 { 714574d9cffSThierry Reding status = "disabled"; 715574d9cffSThierry Reding #phy-cells = <0>; 716574d9cffSThierry Reding }; 717574d9cffSThierry Reding }; 718574d9cffSThierry Reding }; 719574d9cffSThierry Reding 720574d9cffSThierry Reding ulpi { 721574d9cffSThierry Reding status = "disabled"; 722574d9cffSThierry Reding 723574d9cffSThierry Reding lanes { 724574d9cffSThierry Reding ulpi-0 { 725574d9cffSThierry Reding status = "disabled"; 726574d9cffSThierry Reding #phy-cells = <0>; 727574d9cffSThierry Reding }; 728574d9cffSThierry Reding }; 729574d9cffSThierry Reding }; 730574d9cffSThierry Reding 731574d9cffSThierry Reding hsic { 732574d9cffSThierry Reding status = "disabled"; 733574d9cffSThierry Reding 734574d9cffSThierry Reding lanes { 735574d9cffSThierry Reding hsic-0 { 736574d9cffSThierry Reding status = "disabled"; 737574d9cffSThierry Reding #phy-cells = <0>; 738574d9cffSThierry Reding }; 739574d9cffSThierry Reding 740574d9cffSThierry Reding hsic-1 { 741574d9cffSThierry Reding status = "disabled"; 742574d9cffSThierry Reding #phy-cells = <0>; 743574d9cffSThierry Reding }; 744574d9cffSThierry Reding }; 745574d9cffSThierry Reding }; 746574d9cffSThierry Reding 747574d9cffSThierry Reding pcie { 748574d9cffSThierry Reding status = "disabled"; 749574d9cffSThierry Reding 750574d9cffSThierry Reding lanes { 75134b4f6d0SThierry Reding pcie-0 { 75234b4f6d0SThierry Reding status = "disabled"; 753574d9cffSThierry Reding #phy-cells = <0>; 754574d9cffSThierry Reding }; 755574d9cffSThierry Reding 756574d9cffSThierry Reding pcie-1 { 757574d9cffSThierry Reding status = "disabled"; 758574d9cffSThierry Reding #phy-cells = <0>; 759574d9cffSThierry Reding }; 760574d9cffSThierry Reding 761574d9cffSThierry Reding pcie-2 { 762574d9cffSThierry Reding status = "disabled"; 763574d9cffSThierry Reding #phy-cells = <0>; 764574d9cffSThierry Reding }; 765574d9cffSThierry Reding 766574d9cffSThierry Reding pcie-3 { 767574d9cffSThierry Reding status = "disabled"; 768574d9cffSThierry Reding #phy-cells = <0>; 769574d9cffSThierry Reding }; 770574d9cffSThierry Reding 771574d9cffSThierry Reding pcie-4 { 772574d9cffSThierry Reding status = "disabled"; 773574d9cffSThierry Reding #phy-cells = <0>; 774574d9cffSThierry Reding }; 775574d9cffSThierry Reding }; 776574d9cffSThierry Reding }; 777574d9cffSThierry Reding 778574d9cffSThierry Reding sata { 779574d9cffSThierry Reding status = "disabled"; 780574d9cffSThierry Reding 781574d9cffSThierry Reding lanes { 782574d9cffSThierry Reding sata-0 { 783574d9cffSThierry Reding status = "disabled"; 784574d9cffSThierry Reding #phy-cells = <0>; 785574d9cffSThierry Reding }; 786574d9cffSThierry Reding }; 787574d9cffSThierry Reding }; 788574d9cffSThierry Reding }; 789574d9cffSThierry Reding 790574d9cffSThierry Reding ports { 791574d9cffSThierry Reding usb2-0 { 792574d9cffSThierry Reding status = "disabled"; 79334b4f6d0SThierry Reding }; 79434b4f6d0SThierry Reding 795574d9cffSThierry Reding usb2-1 { 796574d9cffSThierry Reding status = "disabled"; 797574d9cffSThierry Reding }; 798574d9cffSThierry Reding 799574d9cffSThierry Reding usb2-2 { 800574d9cffSThierry Reding status = "disabled"; 801574d9cffSThierry Reding }; 802574d9cffSThierry Reding 803574d9cffSThierry Reding hsic-0 { 804574d9cffSThierry Reding status = "disabled"; 805574d9cffSThierry Reding }; 806574d9cffSThierry Reding 807574d9cffSThierry Reding hsic-1 { 80834b4f6d0SThierry Reding status = "disabled"; 80934b4f6d0SThierry Reding }; 81034b4f6d0SThierry Reding 81134b4f6d0SThierry Reding usb3-0 { 81234b4f6d0SThierry Reding status = "disabled"; 81334b4f6d0SThierry Reding }; 81434b4f6d0SThierry Reding 81534b4f6d0SThierry Reding usb3-1 { 81634b4f6d0SThierry Reding status = "disabled"; 81734b4f6d0SThierry Reding }; 81834b4f6d0SThierry Reding }; 81934b4f6d0SThierry Reding }; 82034b4f6d0SThierry Reding 82167bb17f6SThierry Reding mmc@700b0000 { 82234b4f6d0SThierry Reding compatible = "nvidia,tegra124-sdhci"; 82334b4f6d0SThierry Reding reg = <0x0 0x700b0000 0x0 0x200>; 82434b4f6d0SThierry Reding interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>; 82534b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_SDMMC1>; 82634b4f6d0SThierry Reding clock-names = "sdhci"; 82734b4f6d0SThierry Reding resets = <&tegra_car 14>; 82834b4f6d0SThierry Reding reset-names = "sdhci"; 82934b4f6d0SThierry Reding status = "disabled"; 83034b4f6d0SThierry Reding }; 83134b4f6d0SThierry Reding 83267bb17f6SThierry Reding mmc@700b0200 { 83334b4f6d0SThierry Reding compatible = "nvidia,tegra124-sdhci"; 83434b4f6d0SThierry Reding reg = <0x0 0x700b0200 0x0 0x200>; 83534b4f6d0SThierry Reding interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>; 83634b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_SDMMC2>; 83734b4f6d0SThierry Reding clock-names = "sdhci"; 83834b4f6d0SThierry Reding resets = <&tegra_car 9>; 83934b4f6d0SThierry Reding reset-names = "sdhci"; 84034b4f6d0SThierry Reding status = "disabled"; 84134b4f6d0SThierry Reding }; 84234b4f6d0SThierry Reding 84367bb17f6SThierry Reding mmc@700b0400 { 84434b4f6d0SThierry Reding compatible = "nvidia,tegra124-sdhci"; 84534b4f6d0SThierry Reding reg = <0x0 0x700b0400 0x0 0x200>; 84634b4f6d0SThierry Reding interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>; 84734b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_SDMMC3>; 84834b4f6d0SThierry Reding clock-names = "sdhci"; 84934b4f6d0SThierry Reding resets = <&tegra_car 69>; 85034b4f6d0SThierry Reding reset-names = "sdhci"; 85134b4f6d0SThierry Reding status = "disabled"; 85234b4f6d0SThierry Reding }; 85334b4f6d0SThierry Reding 85467bb17f6SThierry Reding mmc@700b0600 { 85534b4f6d0SThierry Reding compatible = "nvidia,tegra124-sdhci"; 85634b4f6d0SThierry Reding reg = <0x0 0x700b0600 0x0 0x200>; 85734b4f6d0SThierry Reding interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>; 85834b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_SDMMC4>; 85934b4f6d0SThierry Reding clock-names = "sdhci"; 86034b4f6d0SThierry Reding resets = <&tegra_car 15>; 86134b4f6d0SThierry Reding reset-names = "sdhci"; 86234b4f6d0SThierry Reding status = "disabled"; 86334b4f6d0SThierry Reding }; 86434b4f6d0SThierry Reding 865be70771dSThierry Reding soctherm: thermal-sensor@700e2000 { 8660fa2bfcdSWei Ni compatible = "nvidia,tegra132-soctherm"; 867644c569dSThierry Reding reg = <0x0 0x700e2000 0x0 0x600>, /* 0: SOC_THERM reg_base */ 868644c569dSThierry Reding <0x0 0x70040000 0x0 0x200>; /* 2: CCROC reg_base */ 869f4357938SWei Ni reg-names = "soctherm-reg", "ccroc-reg"; 8701289bd9fSThierry Reding interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>, 8711289bd9fSThierry Reding <GIC_SPI 51 IRQ_TYPE_LEVEL_HIGH>; 8721289bd9fSThierry Reding interrupt-names = "thermal", "edp"; 87334b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_TSENSOR>, 87434b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_SOC_THERM>; 87534b4f6d0SThierry Reding clock-names = "tsensor", "soctherm"; 87634b4f6d0SThierry Reding resets = <&tegra_car 78>; 87734b4f6d0SThierry Reding reset-names = "soctherm"; 87834b4f6d0SThierry Reding #thermal-sensor-cells = <1>; 879f4357938SWei Ni 880f4357938SWei Ni throttle-cfgs { 881f4357938SWei Ni throttle_heavy: heavy { 882f4357938SWei Ni nvidia,priority = <100>; 883f4357938SWei Ni nvidia,cpu-throt-level = <TEGRA_SOCTHERM_THROT_LEVEL_HIGH>; 884f4357938SWei Ni 885f4357938SWei Ni #cooling-cells = <2>; 886f4357938SWei Ni }; 887f4357938SWei Ni }; 88834b4f6d0SThierry Reding }; 88934b4f6d0SThierry Reding 890be70771dSThierry Reding ahub@70300000 { 89134b4f6d0SThierry Reding compatible = "nvidia,tegra124-ahub"; 89234b4f6d0SThierry Reding reg = <0x0 0x70300000 0x0 0x200>, 89334b4f6d0SThierry Reding <0x0 0x70300800 0x0 0x800>, 89434b4f6d0SThierry Reding <0x0 0x70300200 0x0 0x600>; 89534b4f6d0SThierry Reding interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; 89634b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_D_AUDIO>, 89734b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_APBIF>; 89834b4f6d0SThierry Reding clock-names = "d_audio", "apbif"; 89934b4f6d0SThierry Reding resets = <&tegra_car 106>, /* d_audio */ 90034b4f6d0SThierry Reding <&tegra_car 107>, /* apbif */ 90134b4f6d0SThierry Reding <&tegra_car 30>, /* i2s0 */ 90234b4f6d0SThierry Reding <&tegra_car 11>, /* i2s1 */ 90334b4f6d0SThierry Reding <&tegra_car 18>, /* i2s2 */ 90434b4f6d0SThierry Reding <&tegra_car 101>, /* i2s3 */ 90534b4f6d0SThierry Reding <&tegra_car 102>, /* i2s4 */ 90634b4f6d0SThierry Reding <&tegra_car 108>, /* dam0 */ 90734b4f6d0SThierry Reding <&tegra_car 109>, /* dam1 */ 90834b4f6d0SThierry Reding <&tegra_car 110>, /* dam2 */ 90934b4f6d0SThierry Reding <&tegra_car 10>, /* spdif */ 91034b4f6d0SThierry Reding <&tegra_car 153>, /* amx */ 91134b4f6d0SThierry Reding <&tegra_car 185>, /* amx1 */ 91234b4f6d0SThierry Reding <&tegra_car 154>, /* adx */ 91334b4f6d0SThierry Reding <&tegra_car 180>, /* adx1 */ 91434b4f6d0SThierry Reding <&tegra_car 186>, /* afc0 */ 91534b4f6d0SThierry Reding <&tegra_car 187>, /* afc1 */ 91634b4f6d0SThierry Reding <&tegra_car 188>, /* afc2 */ 91734b4f6d0SThierry Reding <&tegra_car 189>, /* afc3 */ 91834b4f6d0SThierry Reding <&tegra_car 190>, /* afc4 */ 91934b4f6d0SThierry Reding <&tegra_car 191>; /* afc5 */ 92034b4f6d0SThierry Reding reset-names = "d_audio", "apbif", "i2s0", "i2s1", "i2s2", 92134b4f6d0SThierry Reding "i2s3", "i2s4", "dam0", "dam1", "dam2", 92234b4f6d0SThierry Reding "spdif", "amx", "amx1", "adx", "adx1", 92334b4f6d0SThierry Reding "afc0", "afc1", "afc2", "afc3", "afc4", "afc5"; 92434b4f6d0SThierry Reding dmas = <&apbdma 1>, <&apbdma 1>, 92534b4f6d0SThierry Reding <&apbdma 2>, <&apbdma 2>, 92634b4f6d0SThierry Reding <&apbdma 3>, <&apbdma 3>, 92734b4f6d0SThierry Reding <&apbdma 4>, <&apbdma 4>, 92834b4f6d0SThierry Reding <&apbdma 6>, <&apbdma 6>, 92934b4f6d0SThierry Reding <&apbdma 7>, <&apbdma 7>, 93034b4f6d0SThierry Reding <&apbdma 12>, <&apbdma 12>, 93134b4f6d0SThierry Reding <&apbdma 13>, <&apbdma 13>, 93234b4f6d0SThierry Reding <&apbdma 14>, <&apbdma 14>, 93334b4f6d0SThierry Reding <&apbdma 29>, <&apbdma 29>; 93434b4f6d0SThierry Reding dma-names = "rx0", "tx0", "rx1", "tx1", "rx2", "tx2", 93534b4f6d0SThierry Reding "rx3", "tx3", "rx4", "tx4", "rx5", "tx5", 93634b4f6d0SThierry Reding "rx6", "tx6", "rx7", "tx7", "rx8", "tx8", 93734b4f6d0SThierry Reding "rx9", "tx9"; 93834b4f6d0SThierry Reding ranges; 93934b4f6d0SThierry Reding #address-cells = <2>; 94034b4f6d0SThierry Reding #size-cells = <2>; 94134b4f6d0SThierry Reding 942be70771dSThierry Reding tegra_i2s0: i2s@70301000 { 94334b4f6d0SThierry Reding compatible = "nvidia,tegra124-i2s"; 94434b4f6d0SThierry Reding reg = <0x0 0x70301000 0x0 0x100>; 94534b4f6d0SThierry Reding nvidia,ahub-cif-ids = <4 4>; 94634b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_I2S0>; 94734b4f6d0SThierry Reding clock-names = "i2s"; 94834b4f6d0SThierry Reding resets = <&tegra_car 30>; 94934b4f6d0SThierry Reding reset-names = "i2s"; 95034b4f6d0SThierry Reding status = "disabled"; 95134b4f6d0SThierry Reding }; 95234b4f6d0SThierry Reding 953be70771dSThierry Reding tegra_i2s1: i2s@70301100 { 95434b4f6d0SThierry Reding compatible = "nvidia,tegra124-i2s"; 95534b4f6d0SThierry Reding reg = <0x0 0x70301100 0x0 0x100>; 95634b4f6d0SThierry Reding nvidia,ahub-cif-ids = <5 5>; 95734b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_I2S1>; 95834b4f6d0SThierry Reding clock-names = "i2s"; 95934b4f6d0SThierry Reding resets = <&tegra_car 11>; 96034b4f6d0SThierry Reding reset-names = "i2s"; 96134b4f6d0SThierry Reding status = "disabled"; 96234b4f6d0SThierry Reding }; 96334b4f6d0SThierry Reding 964be70771dSThierry Reding tegra_i2s2: i2s@70301200 { 96534b4f6d0SThierry Reding compatible = "nvidia,tegra124-i2s"; 96634b4f6d0SThierry Reding reg = <0x0 0x70301200 0x0 0x100>; 96734b4f6d0SThierry Reding nvidia,ahub-cif-ids = <6 6>; 96834b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_I2S2>; 96934b4f6d0SThierry Reding clock-names = "i2s"; 97034b4f6d0SThierry Reding resets = <&tegra_car 18>; 97134b4f6d0SThierry Reding reset-names = "i2s"; 97234b4f6d0SThierry Reding status = "disabled"; 97334b4f6d0SThierry Reding }; 97434b4f6d0SThierry Reding 975be70771dSThierry Reding tegra_i2s3: i2s@70301300 { 97634b4f6d0SThierry Reding compatible = "nvidia,tegra124-i2s"; 97734b4f6d0SThierry Reding reg = <0x0 0x70301300 0x0 0x100>; 97834b4f6d0SThierry Reding nvidia,ahub-cif-ids = <7 7>; 97934b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_I2S3>; 98034b4f6d0SThierry Reding clock-names = "i2s"; 98134b4f6d0SThierry Reding resets = <&tegra_car 101>; 98234b4f6d0SThierry Reding reset-names = "i2s"; 98334b4f6d0SThierry Reding status = "disabled"; 98434b4f6d0SThierry Reding }; 98534b4f6d0SThierry Reding 986be70771dSThierry Reding tegra_i2s4: i2s@70301400 { 98734b4f6d0SThierry Reding compatible = "nvidia,tegra124-i2s"; 98834b4f6d0SThierry Reding reg = <0x0 0x70301400 0x0 0x100>; 98934b4f6d0SThierry Reding nvidia,ahub-cif-ids = <8 8>; 99034b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_I2S4>; 99134b4f6d0SThierry Reding clock-names = "i2s"; 99234b4f6d0SThierry Reding resets = <&tegra_car 102>; 99334b4f6d0SThierry Reding reset-names = "i2s"; 99434b4f6d0SThierry Reding status = "disabled"; 99534b4f6d0SThierry Reding }; 99634b4f6d0SThierry Reding }; 99734b4f6d0SThierry Reding 998be70771dSThierry Reding usb@7d000000 { 99905647401SThierry Reding compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci"; 100034b4f6d0SThierry Reding reg = <0x0 0x7d000000 0x0 0x4000>; 100134b4f6d0SThierry Reding interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; 100234b4f6d0SThierry Reding phy_type = "utmi"; 100334b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_USBD>; 100434b4f6d0SThierry Reding clock-names = "usb"; 100534b4f6d0SThierry Reding resets = <&tegra_car 22>; 100634b4f6d0SThierry Reding reset-names = "usb"; 100734b4f6d0SThierry Reding nvidia,phy = <&phy1>; 100834b4f6d0SThierry Reding status = "disabled"; 100934b4f6d0SThierry Reding }; 101034b4f6d0SThierry Reding 1011be70771dSThierry Reding phy1: usb-phy@7d000000 { 101234b4f6d0SThierry Reding compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy"; 101334b4f6d0SThierry Reding reg = <0x0 0x7d000000 0x0 0x4000>, 101434b4f6d0SThierry Reding <0x0 0x7d000000 0x0 0x4000>; 1015212a6aeeSDmitry Osipenko interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>; 101634b4f6d0SThierry Reding phy_type = "utmi"; 101734b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_USBD>, 101834b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_PLL_U>, 101934b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_USBD>; 102034b4f6d0SThierry Reding clock-names = "reg", "pll_u", "utmi-pads"; 102134b4f6d0SThierry Reding resets = <&tegra_car 22>, <&tegra_car 22>; 102234b4f6d0SThierry Reding reset-names = "usb", "utmi-pads"; 102327e2c657SThierry Reding #phy-cells = <0>; 102434b4f6d0SThierry Reding nvidia,hssync-start-delay = <0>; 102534b4f6d0SThierry Reding nvidia,idle-wait-delay = <17>; 102634b4f6d0SThierry Reding nvidia,elastic-limit = <16>; 102734b4f6d0SThierry Reding nvidia,term-range-adj = <6>; 102834b4f6d0SThierry Reding nvidia,xcvr-setup = <9>; 102934b4f6d0SThierry Reding nvidia,xcvr-lsfslew = <0>; 103034b4f6d0SThierry Reding nvidia,xcvr-lsrslew = <3>; 103134b4f6d0SThierry Reding nvidia,hssquelch-level = <2>; 103234b4f6d0SThierry Reding nvidia,hsdiscon-level = <5>; 103334b4f6d0SThierry Reding nvidia,xcvr-hsslew = <12>; 103434b4f6d0SThierry Reding nvidia,has-utmi-pad-registers; 1035212a6aeeSDmitry Osipenko nvidia,pmc = <&tegra_pmc 0>; 103634b4f6d0SThierry Reding status = "disabled"; 103734b4f6d0SThierry Reding }; 103834b4f6d0SThierry Reding 1039be70771dSThierry Reding usb@7d004000 { 104005647401SThierry Reding compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci"; 104134b4f6d0SThierry Reding reg = <0x0 0x7d004000 0x0 0x4000>; 104234b4f6d0SThierry Reding interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>; 104334b4f6d0SThierry Reding phy_type = "utmi"; 104434b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_USB2>; 104534b4f6d0SThierry Reding clock-names = "usb"; 104634b4f6d0SThierry Reding resets = <&tegra_car 58>; 104734b4f6d0SThierry Reding reset-names = "usb"; 104834b4f6d0SThierry Reding nvidia,phy = <&phy2>; 104934b4f6d0SThierry Reding status = "disabled"; 105034b4f6d0SThierry Reding }; 105134b4f6d0SThierry Reding 1052be70771dSThierry Reding phy2: usb-phy@7d004000 { 105334b4f6d0SThierry Reding compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy"; 105434b4f6d0SThierry Reding reg = <0x0 0x7d004000 0x0 0x4000>, 105534b4f6d0SThierry Reding <0x0 0x7d000000 0x0 0x4000>; 1056212a6aeeSDmitry Osipenko interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>; 105734b4f6d0SThierry Reding phy_type = "utmi"; 105834b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_USB2>, 105934b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_PLL_U>, 106034b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_USBD>; 106134b4f6d0SThierry Reding clock-names = "reg", "pll_u", "utmi-pads"; 106234b4f6d0SThierry Reding resets = <&tegra_car 58>, <&tegra_car 22>; 106334b4f6d0SThierry Reding reset-names = "usb", "utmi-pads"; 106427e2c657SThierry Reding #phy-cells = <0>; 106534b4f6d0SThierry Reding nvidia,hssync-start-delay = <0>; 106634b4f6d0SThierry Reding nvidia,idle-wait-delay = <17>; 106734b4f6d0SThierry Reding nvidia,elastic-limit = <16>; 106834b4f6d0SThierry Reding nvidia,term-range-adj = <6>; 106934b4f6d0SThierry Reding nvidia,xcvr-setup = <9>; 107034b4f6d0SThierry Reding nvidia,xcvr-lsfslew = <0>; 107134b4f6d0SThierry Reding nvidia,xcvr-lsrslew = <3>; 107234b4f6d0SThierry Reding nvidia,hssquelch-level = <2>; 107334b4f6d0SThierry Reding nvidia,hsdiscon-level = <5>; 107434b4f6d0SThierry Reding nvidia,xcvr-hsslew = <12>; 1075212a6aeeSDmitry Osipenko nvidia,pmc = <&tegra_pmc 1>; 107634b4f6d0SThierry Reding status = "disabled"; 107734b4f6d0SThierry Reding }; 107834b4f6d0SThierry Reding 1079be70771dSThierry Reding usb@7d008000 { 108005647401SThierry Reding compatible = "nvidia,tegra124-ehci", "nvidia,tegra30-ehci"; 108134b4f6d0SThierry Reding reg = <0x0 0x7d008000 0x0 0x4000>; 108234b4f6d0SThierry Reding interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>; 108334b4f6d0SThierry Reding phy_type = "utmi"; 108434b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_USB3>; 108534b4f6d0SThierry Reding clock-names = "usb"; 108634b4f6d0SThierry Reding resets = <&tegra_car 59>; 108734b4f6d0SThierry Reding reset-names = "usb"; 108834b4f6d0SThierry Reding nvidia,phy = <&phy3>; 108934b4f6d0SThierry Reding status = "disabled"; 109034b4f6d0SThierry Reding }; 109134b4f6d0SThierry Reding 1092be70771dSThierry Reding phy3: usb-phy@7d008000 { 109334b4f6d0SThierry Reding compatible = "nvidia,tegra124-usb-phy", "nvidia,tegra30-usb-phy"; 109434b4f6d0SThierry Reding reg = <0x0 0x7d008000 0x0 0x4000>, 109534b4f6d0SThierry Reding <0x0 0x7d000000 0x0 0x4000>; 1096212a6aeeSDmitry Osipenko interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>; 109734b4f6d0SThierry Reding phy_type = "utmi"; 109834b4f6d0SThierry Reding clocks = <&tegra_car TEGRA124_CLK_USB3>, 109934b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_PLL_U>, 110034b4f6d0SThierry Reding <&tegra_car TEGRA124_CLK_USBD>; 110134b4f6d0SThierry Reding clock-names = "reg", "pll_u", "utmi-pads"; 110234b4f6d0SThierry Reding resets = <&tegra_car 59>, <&tegra_car 22>; 110334b4f6d0SThierry Reding reset-names = "usb", "utmi-pads"; 110427e2c657SThierry Reding #phy-cells = <0>; 110534b4f6d0SThierry Reding nvidia,hssync-start-delay = <0>; 110634b4f6d0SThierry Reding nvidia,idle-wait-delay = <17>; 110734b4f6d0SThierry Reding nvidia,elastic-limit = <16>; 110834b4f6d0SThierry Reding nvidia,term-range-adj = <6>; 110934b4f6d0SThierry Reding nvidia,xcvr-setup = <9>; 111034b4f6d0SThierry Reding nvidia,xcvr-lsfslew = <0>; 111134b4f6d0SThierry Reding nvidia,xcvr-lsrslew = <3>; 111234b4f6d0SThierry Reding nvidia,hssquelch-level = <2>; 111334b4f6d0SThierry Reding nvidia,hsdiscon-level = <5>; 111434b4f6d0SThierry Reding nvidia,xcvr-hsslew = <12>; 1115212a6aeeSDmitry Osipenko nvidia,pmc = <&tegra_pmc 2>; 111634b4f6d0SThierry Reding status = "disabled"; 111734b4f6d0SThierry Reding }; 111834b4f6d0SThierry Reding 111934b4f6d0SThierry Reding cpus { 112034b4f6d0SThierry Reding #address-cells = <1>; 112134b4f6d0SThierry Reding #size-cells = <0>; 112234b4f6d0SThierry Reding 112334b4f6d0SThierry Reding cpu@0 { 112434b4f6d0SThierry Reding device_type = "cpu"; 1125f865d029SThierry Reding compatible = "nvidia,tegra132-denver"; 112634b4f6d0SThierry Reding reg = <0>; 112734b4f6d0SThierry Reding }; 112834b4f6d0SThierry Reding 112934b4f6d0SThierry Reding cpu@1 { 113034b4f6d0SThierry Reding device_type = "cpu"; 1131f865d029SThierry Reding compatible = "nvidia,tegra132-denver"; 113234b4f6d0SThierry Reding reg = <1>; 113334b4f6d0SThierry Reding }; 113434b4f6d0SThierry Reding }; 113534b4f6d0SThierry Reding 113679ed18d9SThierry Reding thermal-zones { 113779ed18d9SThierry Reding cpu-thermal { 113879ed18d9SThierry Reding polling-delay-passive = <1000>; 113979ed18d9SThierry Reding polling-delay = <0>; 114079ed18d9SThierry Reding 114179ed18d9SThierry Reding thermal-sensors = 114279ed18d9SThierry Reding <&soctherm TEGRA124_SOCTHERM_SENSOR_CPU>; 114379ed18d9SThierry Reding 114479ed18d9SThierry Reding trips { 114579ed18d9SThierry Reding cpu_shutdown_trip { 114679ed18d9SThierry Reding temperature = <105000>; 114779ed18d9SThierry Reding hysteresis = <1000>; 114879ed18d9SThierry Reding type = "critical"; 114979ed18d9SThierry Reding }; 115079ed18d9SThierry Reding 115179ed18d9SThierry Reding cpu_throttle_trip: throttle-trip { 115279ed18d9SThierry Reding temperature = <102000>; 115379ed18d9SThierry Reding hysteresis = <1000>; 115479ed18d9SThierry Reding type = "hot"; 115579ed18d9SThierry Reding }; 115679ed18d9SThierry Reding }; 115779ed18d9SThierry Reding 115879ed18d9SThierry Reding cooling-maps { 115979ed18d9SThierry Reding map0 { 116079ed18d9SThierry Reding trip = <&cpu_throttle_trip>; 116179ed18d9SThierry Reding cooling-device = <&throttle_heavy 1 1>; 116279ed18d9SThierry Reding }; 116379ed18d9SThierry Reding }; 116479ed18d9SThierry Reding }; 116579ed18d9SThierry Reding 116679ed18d9SThierry Reding mem-thermal { 116779ed18d9SThierry Reding polling-delay-passive = <0>; 116879ed18d9SThierry Reding polling-delay = <0>; 116979ed18d9SThierry Reding 117079ed18d9SThierry Reding thermal-sensors = 117179ed18d9SThierry Reding <&soctherm TEGRA124_SOCTHERM_SENSOR_MEM>; 117279ed18d9SThierry Reding 117379ed18d9SThierry Reding trips { 117479ed18d9SThierry Reding mem_shutdown_trip { 117579ed18d9SThierry Reding temperature = <101000>; 117679ed18d9SThierry Reding hysteresis = <1000>; 117779ed18d9SThierry Reding type = "critical"; 117879ed18d9SThierry Reding }; 117979ed18d9SThierry Reding mem_throttle_trip { 118079ed18d9SThierry Reding temperature = <99000>; 118179ed18d9SThierry Reding hysteresis = <1000>; 118279ed18d9SThierry Reding type = "hot"; 118379ed18d9SThierry Reding }; 118479ed18d9SThierry Reding }; 118579ed18d9SThierry Reding 118679ed18d9SThierry Reding cooling-maps { 118779ed18d9SThierry Reding /* 118879ed18d9SThierry Reding * There are currently no cooling maps, 118979ed18d9SThierry Reding * because there are no cooling devices. 119079ed18d9SThierry Reding */ 119179ed18d9SThierry Reding }; 119279ed18d9SThierry Reding }; 119379ed18d9SThierry Reding 119479ed18d9SThierry Reding gpu-thermal { 119579ed18d9SThierry Reding polling-delay-passive = <1000>; 119679ed18d9SThierry Reding polling-delay = <0>; 119779ed18d9SThierry Reding 119879ed18d9SThierry Reding thermal-sensors = 119979ed18d9SThierry Reding <&soctherm TEGRA124_SOCTHERM_SENSOR_GPU>; 120079ed18d9SThierry Reding 120179ed18d9SThierry Reding trips { 120279ed18d9SThierry Reding gpu_shutdown_trip { 120379ed18d9SThierry Reding temperature = <101000>; 120479ed18d9SThierry Reding hysteresis = <1000>; 120579ed18d9SThierry Reding type = "critical"; 120679ed18d9SThierry Reding }; 120779ed18d9SThierry Reding 120879ed18d9SThierry Reding gpu_throttle_trip: throttle-trip { 120979ed18d9SThierry Reding temperature = <99000>; 121079ed18d9SThierry Reding hysteresis = <1000>; 121179ed18d9SThierry Reding type = "hot"; 121279ed18d9SThierry Reding }; 121379ed18d9SThierry Reding }; 121479ed18d9SThierry Reding 121579ed18d9SThierry Reding cooling-maps { 121679ed18d9SThierry Reding map0 { 121779ed18d9SThierry Reding trip = <&gpu_throttle_trip>; 121879ed18d9SThierry Reding cooling-device = <&throttle_heavy 1 1>; 121979ed18d9SThierry Reding }; 122079ed18d9SThierry Reding }; 122179ed18d9SThierry Reding }; 122279ed18d9SThierry Reding 122379ed18d9SThierry Reding pllx-thermal { 122479ed18d9SThierry Reding polling-delay-passive = <0>; 122579ed18d9SThierry Reding polling-delay = <0>; 122679ed18d9SThierry Reding 122779ed18d9SThierry Reding thermal-sensors = 122879ed18d9SThierry Reding <&soctherm TEGRA124_SOCTHERM_SENSOR_PLLX>; 122979ed18d9SThierry Reding 123079ed18d9SThierry Reding trips { 123179ed18d9SThierry Reding pllx_shutdown_trip { 123279ed18d9SThierry Reding temperature = <105000>; 123379ed18d9SThierry Reding hysteresis = <1000>; 123479ed18d9SThierry Reding type = "critical"; 123579ed18d9SThierry Reding }; 123679ed18d9SThierry Reding pllx_throttle_trip { 123779ed18d9SThierry Reding temperature = <99000>; 123879ed18d9SThierry Reding hysteresis = <1000>; 123979ed18d9SThierry Reding type = "hot"; 124079ed18d9SThierry Reding }; 124179ed18d9SThierry Reding }; 124279ed18d9SThierry Reding 124379ed18d9SThierry Reding cooling-maps { 124479ed18d9SThierry Reding /* 124579ed18d9SThierry Reding * There are currently no cooling maps, 124679ed18d9SThierry Reding * because there are no cooling devices. 124779ed18d9SThierry Reding */ 124879ed18d9SThierry Reding }; 124979ed18d9SThierry Reding }; 125079ed18d9SThierry Reding }; 125179ed18d9SThierry Reding 125234b4f6d0SThierry Reding timer { 125334b4f6d0SThierry Reding compatible = "arm,armv7-timer"; 125434b4f6d0SThierry Reding interrupts = <GIC_PPI 13 125534b4f6d0SThierry Reding (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, 125634b4f6d0SThierry Reding <GIC_PPI 14 125734b4f6d0SThierry Reding (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, 125834b4f6d0SThierry Reding <GIC_PPI 11 125934b4f6d0SThierry Reding (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, 126034b4f6d0SThierry Reding <GIC_PPI 10 126134b4f6d0SThierry Reding (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; 126234b4f6d0SThierry Reding interrupt-parent = <&gic>; 126334b4f6d0SThierry Reding }; 126434b4f6d0SThierry Reding}; 1265