Skip to content

Commit 358df99

Browse files
akanisettikartben
authored andcommitted
boards: acrn: acrn: Update HID of PCIe for ADL board
Updated HID of PCIe for ACRN ADL board in dts file Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
1 parent 7ccf5e9 commit 358df99

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

boards/acrn/acrn/acrn_adl_crb.dts

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,49 @@
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+
};

0 commit comments

Comments
 (0)