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"; |
| 26 | u-boot,dm-pre-reloc; |
| 27 | }; |
Simon Glass | 04c26ff | 2021-11-03 21:09:10 -0600 | [diff] [blame] | 28 | efi-fb { |
| 29 | compatible = "efi-fb"; |
| 30 | }; |
| 31 | |
Simon Glass | 8aea77a | 2015-08-04 12:33:48 -0600 | [diff] [blame] | 32 | }; |