dra74-ipu-dsp-common.dtsi 300 B

1234567891011121314151617
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Common IPU and DSP data for TI DRA74x/DRA76x/AM572x/AM574x platforms
  4. */
  5. #include "dra7-ipu-dsp-common.dtsi"
  6. &mailbox6 {
  7. mbox_dsp2_ipc3x: mbox_dsp2_ipc3x {
  8. status = "okay";
  9. };
  10. };
  11. &dsp2 {
  12. mboxes = <&mailbox6 &mbox_dsp2_ipc3x>;
  13. timers = <&timer6>;
  14. };