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 | 38de020 | 2015-11-13 00:11:22 -0800 | [diff] [blame] | 9 | /include/ "tsc_timer.dtsi" |
Simon Glass | 8aea77a | 2015-08-04 12:33:48 -0600 | [diff] [blame] | 10 | |
| 11 | / { |
Bin Meng | 6582074 | 2018-06-12 08:36:24 -0700 | [diff] [blame] | 12 | model = "EFI x86 Application"; |
| 13 | compatible = "efi,x86-app"; |
Simon Glass | 8aea77a | 2015-08-04 12:33:48 -0600 | [diff] [blame] | 14 | |
| 15 | chosen { |
| 16 | stdout-path = &serial; |
| 17 | }; |
| 18 | |
Bin Meng | 38de020 | 2015-11-13 00:11:22 -0800 | [diff] [blame] | 19 | tsc-timer { |
| 20 | clock-frequency = <1000000000>; |
| 21 | }; |
| 22 | |
Simon Glass | 8aea77a | 2015-08-04 12:33:48 -0600 | [diff] [blame] | 23 | serial: serial { |
| 24 | compatible = "efi,uart"; |
| 25 | }; |
Bin Meng | af5b8d2 | 2018-07-19 03:07:33 -0700 | [diff] [blame] | 26 | |
| 27 | reset { |
| 28 | compatible = "efi,reset"; |
| 29 | u-boot,dm-pre-reloc; |
| 30 | }; |
Simon Glass | 8aea77a | 2015-08-04 12:33:48 -0600 | [diff] [blame] | 31 | }; |