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