Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
335 B

/*
* 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";
};