File tree Expand file tree Collapse file tree 1 file changed +46
-1
lines changed Expand file tree Collapse file tree 1 file changed +46
-1
lines changed Original file line number Diff line number Diff line change 44 * SPDX-License-Identifier: Apache-2.0
55 */
66
7- #include "acrn.dts"
7+ /dts-v1/;
8+
9+ #include <mem.h>
10+
11+ #define DT_DRAM_SIZE DT_SIZE_K(8192)
12+ #define DT_DRAM_BASE 0
13+
14+ #include <intel/atom.dtsi>
15+
16+ / {
17+ model = "ACRN";
18+ compatible = "acrn";
19+
20+ aliases {
21+ uart-0 = &uart0;
22+ uart-1 = &uart1;
23+ };
24+
25+ chosen {
26+ zephyr,sram = &dram0;
27+ zephyr,console = &uart0;
28+ zephyr,shell-uart = &uart0;
29+ };
30+
31+ pcie0: pcie0 {
32+ #address-cells = <1>;
33+ #size-cells = <1>;
34+ compatible = "pcie-controller";
35+ acpi-hid = "PNP0A03";
36+ ranges;
37+ };
38+ };
39+
40+ &uart0 {
41+ status = "okay";
42+ current-speed = <115200>;
43+ };
44+
45+ &uart1 {
46+ status = "okay";
47+ current-speed = <115200>;
48+ };
49+
50+ &cpu {
51+ compatible = "intel,x86_64";
52+ };
You can’t perform that action at this time.
0 commit comments