1/*
2 * Copyright (c) 2023, Synopsys Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#include "skeleton.dtsi"
8
9/ {
10	hostlink: hostlink {
11		compatible = "snps,hostlink-uart";
12		status = "okay";
13	};
14
15	chosen {
16		zephyr,console = &hostlink;
17		zephyr,shell-uart = &hostlink;
18	};
19};
20