summaryrefslogtreecommitdiff
path: root/board/chromebook-x86/coreboot/emeraldlake2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'board/chromebook-x86/coreboot/emeraldlake2.dts')
-rw-r--r--board/chromebook-x86/coreboot/emeraldlake2.dts15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/chromebook-x86/coreboot/emeraldlake2.dts b/board/chromebook-x86/coreboot/emeraldlake2.dts
new file mode 100644
index 0000000000..d28faba75b
--- /dev/null
+++ b/board/chromebook-x86/coreboot/emeraldlake2.dts
@@ -0,0 +1,15 @@
+/dts-v1/;
+
+/include/ "skeleton.dtsi"
+/include/ "chromeos.dtsi"
+/include/ "flashmap-8mb_1mbRom.dtsi"
+
+/ {
+ model = "Intel Emerald Lake 2";
+ compatible = "intel,emerald-lake-2", "intel,celeron-ivybridge";
+
+ config {
+ hwid = "X86 EMERALD LAKE 2 TEST 6638";
+ usb-keyboard;
+ };
+};