2023-02-02 22:35:21 +08:00
|
|
|
/*
|
|
|
|
* 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;
|
|
|
|
};
|
2023-03-31 15:51:42 +08:00
|
|
|
|
|
|
|
aliases {
|
|
|
|
watchdog0 = &tco_wdt;
|
2023-08-18 21:54:42 +08:00
|
|
|
sdhc0 = &emmc;
|
2023-03-31 15:51:42 +08:00
|
|
|
};
|
2023-02-02 22:35:21 +08:00
|
|
|
};
|
2024-09-16 21:03:27 +08:00
|
|
|
|
|
|
|
&cpu {
|
|
|
|
compatible = "intel,x86_64";
|
|
|
|
};
|