1/*
2 * Copyright (c) 2020 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8
9#include <mem.h>
10
11#define DT_DRAM_SIZE		DT_SIZE_M(2048)
12
13#include <elkhart_lake.dtsi>
14
15/ {
16	model = "ehl_crb";
17	compatible = "intel,elkhart_lake_crb";
18
19	chosen {
20		zephyr,sram = &dram0;
21		zephyr,console = &uart2;
22		zephyr,shell-uart = &uart2;
23	};
24};
25