aboutsummaryrefslogtreecommitdiffstats
blob: 3a42fcd69e5f222642a86c805c38e235964dac5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>;
	timers = <&timer6>;
	watchdog-timers = <&timer13>;
};