repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
19 lines
337 B
Plaintext
19 lines
337 B
Plaintext
// 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>;
|
|
};
|