Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 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 | }; |