mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-10 07:44:23 +08:00
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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
3db6d3ba08
commit
8d424ec221
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user