Commit 8d424ec2 authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Add VIC support on Tegra194



Tegra194 has a version of VIC that is very similar to that on Tegra186.
Add the device tree node for it that is enabled by default.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 3db6d3ba
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -521,6 +521,18 @@
				};
			};

			vic@15340000 {
				compatible = "nvidia,tegra194-vic";
				reg = <0x15340000 0x00040000>;
				interrupts = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>;
				clocks = <&bpmp TEGRA194_CLK_VIC>;
				clock-names = "vic";
				resets = <&bpmp TEGRA194_RESET_VIC>;
				reset-names = "vic";

				power-domains = <&bpmp TEGRA194_POWER_DOMAIN_VIC>;
			};

			dpaux0: dpaux@155c0000 {
				compatible = "nvidia,tegra194-dpaux";
				reg = <0x155c0000 0x10000>;