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:
parent
9e688e3956
commit
2deb825f80
|
@ -120,5 +120,10 @@
|
|||
interrupts = <8 0 0>;
|
||||
interrupt-parent = <&cavs0>;
|
||||
};
|
||||
|
||||
tlb: tlb@3000 {
|
||||
compatible = "intel,adsp-tlb";
|
||||
reg = <0x3000 0x1000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue