提交 621e12a1 编写于 作者: M Mohan Kumar 提交者: 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: NMohan Kumar <mkumard@nvidia.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 b7e70391
...@@ -1742,6 +1742,10 @@ ...@@ -1742,6 +1742,10 @@
status = "okay"; status = "okay";
}; };
}; };
hda@3510000 {
nvidia,model = "NVIDIA Jetson AGX Orin HDA";
};
}; };
chosen { chosen {
......
...@@ -695,6 +695,23 @@ ...@@ -695,6 +695,23 @@
status = "disabled"; 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 { fuse@3810000 {
compatible = "nvidia,tegra234-efuse"; compatible = "nvidia,tegra234-efuse";
reg = <0x03810000 0x10000>; reg = <0x03810000 0x10000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册