cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

dra74-ipu-dsp-common.dtsi (337B)


      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};