Linux Audio

Check our new training course

Yocto distribution development and maintenance

Need a Yocto distribution for your embedded project?
Loading...
Note: File does not exist in v6.9.4.
 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};