1/*
2 * Copyright (c) 2024 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8
9#include <intel/intel_adsp_ace30_ptl.dtsi>
10
11/ {
12	model = "intel_adsp_ace30_ptl";
13	compatible = "intel";
14
15	chosen {
16		zephyr,sram = &sram0;
17		zephyr,console = &mem_window3;
18	};
19};
20