blob: a5316e2a1a736e2595ca7097699ace038bfeacaf [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glassd6c099c2015-08-04 12:33:48 -06002/*
3 * Copyright (c) 2015 Google, Inc
Simon Glassd6c099c2015-08-04 12:33:48 -06004 */
5
6/dts-v1/;
7
8/include/ "skeleton.dtsi"
Bin Mengc79cbb52021-07-28 12:00:23 +08009
10#include "tsc_timer.dtsi"
Simon Glassd6c099c2015-08-04 12:33:48 -060011
12/ {
Bin Meng3ebd8922018-06-12 08:36:24 -070013 model = "EFI x86 Application";
14 compatible = "efi,x86-app";
Simon Glassd6c099c2015-08-04 12:33:48 -060015
16 chosen {
17 stdout-path = &serial;
18 };
19
Simon Glassd6c099c2015-08-04 12:33:48 -060020 serial: serial {
21 compatible = "efi,uart";
22 };
Bin Mengb37b7b22018-07-19 03:07:33 -070023
24 reset {
25 compatible = "efi,reset";
26 u-boot,dm-pre-reloc;
27 };
Simon Glass1834c082021-11-03 21:09:10 -060028 efi-fb {
29 compatible = "efi-fb";
30 };
31
Simon Glassd6c099c2015-08-04 12:33:48 -060032};