efi-x86_app.dts 367 B

12345678910111213141516171819202122232425262728
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright (c) 2015 Google, Inc
  4. */
  5. /dts-v1/;
  6. /include/ "skeleton.dtsi"
  7. #include "tsc_timer.dtsi"
  8. / {
  9. model = "EFI x86 Application";
  10. compatible = "efi,x86-app";
  11. chosen {
  12. stdout-path = &serial;
  13. };
  14. serial: serial {
  15. compatible = "efi,uart";
  16. };
  17. reset {
  18. compatible = "efi,reset";
  19. u-boot,dm-pre-reloc;
  20. };
  21. };