arm64: tegra: Add ACONNECT bus node for Tegra210
authorJon Hunter <jonathanh@nvidia.com>
Fri, 17 Jun 2016 12:40:34 +0000 (13:40 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 14 Jul 2016 14:20:25 +0000 (16:20 +0200)
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 <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra210.dtsi

index b0fedac..cefae3b 100644 (file)
                #nvidia,mipi-calibrate-cells = <1>;
        };
 
+       aconnect@702c0000 {
+               compatible = "nvidia,tegra210-aconnect";
+               clocks = <&tegra_car TEGRA210_CLK_APE>,
+                        <&tegra_car TEGRA210_CLK_APB2APE>;
+               clock-names = "ape", "apb2ape";
+               power-domains = <&pd_audio>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0x702c0000 0x0 0x702c0000 0x00040000>;
+               status = "disabled";
+       };
+
        spi@70410000 {
                compatible = "nvidia,tegra210-qspi";
                reg = <0x0 0x70410000 0x0 0x1000>;