blob: ea4358c7b20075ca06fd650ae10c6dc5c4caf172 [file] [log] [blame]
/*
* Copyright (c) 2020 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <mem.h>
#define DT_DRAM_SIZE DT_SIZE_M(2048)
#include <intel/elkhart_lake.dtsi>
/ {
model = "intel_ehl_crb";
compatible = "intel,elkhart_lake_crb";
chosen {
zephyr,sram = &dram0;
zephyr,console = &uart2;
zephyr,shell-uart = &uart2;
};
aliases {
watchdog0 = &tco_wdt;
rtc = &rtc;
};
};