Skip to content

Commit 78aae49

Browse files
sumanannatmlind
authored andcommitted
ARM: dts: DRA74x: Add DSP2 processor device node
The DRA7xx family of SoCs can contain upto two identical DSP processor subsystems. The second DSP processor subsystem is present only on the DRA74x/DRA76x variants. The processor device DT node has therefore been added in disabled state for this processor subsystem in the DRA74x specific DTS file. NOTE: 1. The node does not have any mailboxes, timers or CMA region assigned, they should be added in the respective board dts files. 2. The node should also be enabled as per the individual product configuration in the corresponding board dts files. Signed-off-by: Suman Anna <[email protected]> [[email protected]: converted to support ti-sysc from legacy hwmod] Signed-off-by: Tero Kristo <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 46ab823 commit 78aae49

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

arch/arm/boot/dts/dra74x.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,20 @@
124124
ti,syscon-mmuconfig = <&dsp2_system 0x1>;
125125
};
126126
};
127+
128+
dsp2: dsp@41000000 {
129+
compatible = "ti,dra7-dsp";
130+
reg = <0x41000000 0x48000>,
131+
<0x41600000 0x8000>,
132+
<0x41700000 0x8000>;
133+
reg-names = "l2ram", "l1pram", "l1dram";
134+
ti,bootreg = <&scm_conf 0x560 10>;
135+
iommus = <&mmu0_dsp2>, <&mmu1_dsp2>;
136+
status = "disabled";
137+
resets = <&prm_dsp2 0>;
138+
clocks = <&dsp2_clkctrl DRA7_DSP2_MMU0_DSP2_CLKCTRL 0>;
139+
firmware-name = "dra7-dsp2-fw.xe66";
140+
};
127141
};
128142
};
129143

0 commit comments

Comments
 (0)