Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.3-rc7 18 lines 337 B view raw
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};