blob: 59e2e402d5e5f4d4d131a7cdd6db52370a7422ce [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";
Simon Glassd3a98cb2023-02-13 08:56:33 -070026 bootph-all;
Bin Mengaf5b8d22018-07-19 03:07:33 -070027 };
Simon Glass04c26ff2021-11-03 21:09:10 -060028 efi-fb {
29 compatible = "efi-fb";
Simon Glassce2ec8e2023-03-10 12:47:16 -080030 bootph-some-ram;
Simon Glass04c26ff2021-11-03 21:09:10 -060031 };
32
Simon Glass8aea77a2015-08-04 12:33:48 -060033};