ace20_lnl: dts: Add d-cache and i-cache line size
Added i-cache-line-size and d-cache-line-size values to device tree for ace20_lnl platforms. These values are used by sys_cache_instr_line_size_get and sys_cache_data_line_size_get functions. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
This commit is contained in:
parent
354226022e
commit
edaac6d8d2
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
compatible = "cdns,tensilica-xtensa-lx7";
|
||||
reg = <0>;
|
||||
cpu-power-states = <&d0i3 &d3>;
|
||||
i-cache-line-size = <64>;
|
||||
d-cache-line-size = <64>;
|
||||
};
|
||||
|
||||
cpu1: cpu@1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue