summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/dra74-ipu-dsp-common.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/dra74-ipu-dsp-common.dtsi')
-rw-r--r--dts/src/arm/dra74-ipu-dsp-common.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/dts/src/arm/dra74-ipu-dsp-common.dtsi b/dts/src/arm/dra74-ipu-dsp-common.dtsi
new file mode 100644
index 0000000000..b1147a4b77
--- /dev/null
+++ b/dts/src/arm/dra74-ipu-dsp-common.dtsi
@@ -0,0 +1,18 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Common IPU and DSP data for TI DRA74x/DRA76x/AM572x/AM574x platforms
+ */
+
+#include "dra7-ipu-dsp-common.dtsi"
+
+&mailbox6 {
+ mbox_dsp2_ipc3x: mbox_dsp2_ipc3x {
+ status = "okay";
+ };
+};
+
+&dsp2 {
+ mboxes = <&mailbox6 &mbox_dsp2_ipc3x>;
+ ti,timers = <&timer6>;
+ ti,watchdog-timers = <&timer13>;
+};