1/*
2 * Copyright (c) 2023 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8
9#include "intel/intel_ish5_8.dtsi"
10
11/ {
12	model = "intel_ish_5_8_0";
13	compatible = "intel,ish_5_8_0";
14
15	chosen {
16		zephyr,sram = &sram;
17		zephyr,console = &uart0;
18		zephyr,shell-uart = &uart0;
19	};
20};
21