dts: intel_cavs25: add an entry for the TLB driver

This adds an entry for the TLB memory management driver
on intel_cavs25.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2021-12-10 17:01:15 -08:00 committed by Anas Nashif
parent 9e688e3956
commit 2deb825f80

View file

@ -120,5 +120,10 @@
interrupts = <8 0 0>;
interrupt-parent = <&cavs0>;
};
tlb: tlb@3000 {
compatible = "intel,adsp-tlb";
reg = <0x3000 0x1000>;
};
};
};