Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Common IPU and DSP data for TI DRA74x/DRA76x/AM572x/AM574x platforms
0004  */
0005 
0006 #include "dra7-ipu-dsp-common.dtsi"
0007 
0008 &mailbox6 {
0009         mbox_dsp2_ipc3x: mbox-dsp2-ipc3x {
0010                 status = "okay";
0011         };
0012 };
0013 
0014 &dsp2 {
0015         mboxes = <&mailbox6 &mbox_dsp2_ipc3x>;
0016         ti,timers = <&timer6>;
0017         ti,watchdog-timers = <&timer13>;
0018 };