summaryrefslogtreecommitdiff
path: root/arch/x86/dts/efi-x86_app.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/dts/efi-x86_app.dts')
-rw-r--r--arch/x86/dts/efi-x86_app.dts26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/x86/dts/efi-x86_app.dts b/arch/x86/dts/efi-x86_app.dts
new file mode 100644
index 0000000000..e70e351618
--- /dev/null
+++ b/arch/x86/dts/efi-x86_app.dts
@@ -0,0 +1,26 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (c) 2015 Google, Inc
+ */
+
+/dts-v1/;
+
+/include/ "skeleton.dtsi"
+/include/ "tsc_timer.dtsi"
+
+/ {
+ model = "EFI x86 Application";
+ compatible = "efi,x86-app";
+
+ chosen {
+ stdout-path = &serial;
+ };
+
+ tsc-timer {
+ clock-frequency = <1000000000>;
+ };
+
+ serial: serial {
+ compatible = "efi,uart";
+ };
+};