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