]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/dts/efi.dts
x86: efi: payload: Add EFI framebuffer driver support
[u-boot] / arch / x86 / dts / efi.dts
index 1f50428aa2eec3c00df0bfe71ac02fd706c232bb..62ae96a3f3fa184e37b2cfc43cab2dda2ec68646 100644 (file)
@@ -1,12 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2015 Google, Inc
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /dts-v1/;
 
 /include/ "skeleton.dtsi"
+/include/ "tsc_timer.dtsi"
 
 / {
        model = "EFI";
                stdout-path = &serial;
        };
 
+       tsc-timer {
+               clock-frequency = <1000000000>;
+       };
+
        serial: serial {
                compatible = "efi,uart";
        };