Commit 621e12a1 authored by Mohan Kumar's avatar Mohan Kumar Committed by Thierry Reding

arm64: tegra: Add HDA device tree node for Tegra234

Add HDA device tree node for Tegra234 chip and for Jetson AGX Orin
platform.
Signed-off-by: default avatarMohan Kumar <mkumard@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent b7e70391
......@@ -1742,6 +1742,10 @@ interrupt-controller@2a40000 {
status = "okay";
};
};
hda@3510000 {
nvidia,model = "NVIDIA Jetson AGX Orin HDA";
};
};
chosen {
......
......@@ -695,6 +695,23 @@ mmc@3460000 {
status = "disabled";
};
hda@3510000 {
compatible = "nvidia,tegra234-hda", "nvidia,tegra30-hda";
reg = <0x3510000 0x10000>;
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&bpmp TEGRA234_CLK_AZA_BIT>,
<&bpmp TEGRA234_CLK_AZA_2XBIT>;
clock-names = "hda", "hda2codec_2x";
resets = <&bpmp TEGRA234_RESET_HDA>,
<&bpmp TEGRA234_RESET_HDACODEC>;
reset-names = "hda", "hda2codec_2x";
power-domains = <&bpmp TEGRA234_POWER_DOMAIN_DISP>;
interconnects = <&mc TEGRA234_MEMORY_CLIENT_HDAR &emc>,
<&mc TEGRA234_MEMORY_CLIENT_HDAW &emc>;
interconnect-names = "dma-mem", "write";
status = "disabled";
};
fuse@3810000 {
compatible = "nvidia,tegra234-efuse";
reg = <0x03810000 0x10000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment