ARM: dts: DRA74x: Add aliases for rproc nodes
authorSuman Anna <s-anna@ti.com>
Fri, 24 Apr 2020 15:12:31 +0000 (18:12 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 5 May 2020 18:13:21 +0000 (11:13 -0700)
Add aliases for all the IPU and DSP remoteproc processor
nodes common to all DRA74x/DRA76x/AM572x/AM574x boards.
The aliases uses the stem "rproc". The aliases are defined
in the order of the most common processors on the DRA74x
family.

The aliases can be overridden, if needed, in the respective
derivative board dts files.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra74x.dtsi

index 94ba807690016a51b81098ff8315845a776f5f89..46d8e7615180683561b84b12a0fd80f404bec368 100644 (file)
                };
        };
 
+       aliases {
+               rproc0 = &ipu1;
+               rproc1 = &ipu2;
+               rproc2 = &dsp1;
+               rproc3 = &dsp2;
+       };
+
        pmu {
                compatible = "arm,cortex-a15-pmu";
                interrupt-parent = <&wakeupgen>;