blob: 10b37802aeb726c20a1aec4e3b93d474fb549842 [file] [log] [blame]
/*
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <mem.h>
#define DT_DRAM_SIZE DT_SIZE_M(2048)
#include <intel/alder_lake.dtsi>
/ {
chosen {
zephyr,sram = &dram0;
};
aliases {
watchdog0 = &tco_wdt;
sdhc0 = &emmc;
};
};
&cpu {
compatible = "intel,x86_64";
};