Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Simon Glass | 8aea77a | 2015-08-04 12:33:48 -0600 | [diff] [blame] | 2 | /* |
3 | * Copyright (c) 2015 Google, Inc | ||||
Simon Glass | 8aea77a | 2015-08-04 12:33:48 -0600 | [diff] [blame] | 4 | */ |
5 | |||||
6 | /dts-v1/; | ||||
7 | |||||
8 | /include/ "skeleton.dtsi" | ||||
Bin Meng | 8967f63 | 2021-07-28 12:00:23 +0800 | [diff] [blame] | 9 | |
10 | #include "tsc_timer.dtsi" | ||||
Simon Glass | 8aea77a | 2015-08-04 12:33:48 -0600 | [diff] [blame] | 11 | |
12 | / { | ||||
Bin Meng | 6582074 | 2018-06-12 08:36:24 -0700 | [diff] [blame] | 13 | model = "EFI x86 Application"; |
14 | compatible = "efi,x86-app"; | ||||
Simon Glass | 8aea77a | 2015-08-04 12:33:48 -0600 | [diff] [blame] | 15 | |
16 | chosen { | ||||
17 | stdout-path = &serial; | ||||
18 | }; | ||||
19 | |||||
Simon Glass | 8aea77a | 2015-08-04 12:33:48 -0600 | [diff] [blame] | 20 | serial: serial { |
21 | compatible = "efi,uart"; | ||||
22 | }; | ||||
Bin Meng | af5b8d2 | 2018-07-19 03:07:33 -0700 | [diff] [blame] | 23 | |
24 | reset { | ||||
25 | compatible = "efi,reset"; | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 26 | bootph-all; |
Bin Meng | af5b8d2 | 2018-07-19 03:07:33 -0700 | [diff] [blame] | 27 | }; |
Simon Glass | 04c26ff | 2021-11-03 21:09:10 -0600 | [diff] [blame] | 28 | efi-fb { |
29 | compatible = "efi-fb"; | ||||
Simon Glass | ce2ec8e | 2023-03-10 12:47:16 -0800 | [diff] [blame] | 30 | bootph-some-ram; |
Simon Glass | 04c26ff | 2021-11-03 21:09:10 -0600 | [diff] [blame] | 31 | }; |
32 | |||||
Simon Glass | 8aea77a | 2015-08-04 12:33:48 -0600 | [diff] [blame] | 33 | }; |