20 lines
301 B
Plaintext
20 lines
301 B
Plaintext
/*
|
|
* Copyright (c) 2022 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include <intel/intel_adsp_ace20_lnl.dtsi>
|
|
|
|
/ {
|
|
model = "intel_adsp_ace20_lnl";
|
|
compatible = "intel,intel_adsp_ace20_lnl";
|
|
|
|
chosen {
|
|
zephyr,sram = &sram0;
|
|
zephyr,console = &mem_window3;
|
|
};
|
|
};
|