Skip to content

Commit 0f13309

Browse files
jonhunterthierryreding
authored andcommitted
arm64: tegra: Add ACONNECT bus node for Tegra210
Add the ACONNECT bus node for Tegra210 which is used to interface to the various devices in the Audio Processing Engine (APE). Signed-off-by: Jon Hunter <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent c2b8244 commit 0f13309

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

arch/arm64/boot/dts/nvidia/tegra210.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,18 @@
872872
#nvidia,mipi-calibrate-cells = <1>;
873873
};
874874

875+
aconnect@702c0000 {
876+
compatible = "nvidia,tegra210-aconnect";
877+
clocks = <&tegra_car TEGRA210_CLK_APE>,
878+
<&tegra_car TEGRA210_CLK_APB2APE>;
879+
clock-names = "ape", "apb2ape";
880+
power-domains = <&pd_audio>;
881+
#address-cells = <1>;
882+
#size-cells = <1>;
883+
ranges = <0x702c0000 0x0 0x702c0000 0x00040000>;
884+
status = "disabled";
885+
};
886+
875887
spi@70410000 {
876888
compatible = "nvidia,tegra210-qspi";
877889
reg = <0x0 0x70410000 0x0 0x1000>;

0 commit comments

Comments
 (0)