summaryrefslogtreecommitdiff
path: root/arch/x86/dts/efi.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/dts/efi.dts')
-rw-r--r--arch/x86/dts/efi.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/x86/dts/efi.dts b/arch/x86/dts/efi.dts
new file mode 100644
index 0000000..1f50428
--- /dev/null
+++ b/arch/x86/dts/efi.dts
@@ -0,0 +1,22 @@
+/*
+ * Copyright (c) 2015 Google, Inc
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/dts-v1/;
+
+/include/ "skeleton.dtsi"
+
+/ {
+ model = "EFI";
+ compatible = "efi,app";
+
+ chosen {
+ stdout-path = &serial;
+ };
+
+ serial: serial {
+ compatible = "efi,uart";
+ };
+};