1 // SPDX-License-Identifier: GPL-2.0 2 /* 3 * Common IPU and DSP data for TI DRA74x/DRA76x/AM572x/AM574x platforms 4 */ 5 6 #include "dra7-ipu-dsp-common.dtsi" 7 8 &mailbox6 { 9 mbox_dsp2_ipc3x: mbox-dsp2-ipc3x { 10 status = "okay"; 11 }; 12 }; 13 14 &dsp2 { 15 mboxes = <&mailbox6 &mbox_dsp2_ipc3x>; 16 ti,timers = <&timer6>; 17 ti,watchdog-timers = <&timer13>; 18 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.