Merge tag 'u-boot-amlogic-20210810' of https://source.denx.de/u-boot/custodians/u...
[platform/kernel/u-boot.git] / arch / x86 / dts / efi-x86_app.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (c) 2015 Google, Inc
4  */
5
6 /dts-v1/;
7
8 /include/ "skeleton.dtsi"
9
10 #include "tsc_timer.dtsi"
11
12 / {
13         model = "EFI x86 Application";
14         compatible = "efi,x86-app";
15
16         chosen {
17                 stdout-path = &serial;
18         };
19
20         serial: serial {
21                 compatible = "efi,uart";
22         };
23
24         reset {
25                 compatible = "efi,reset";
26                 u-boot,dm-pre-reloc;
27         };
28 };