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