2018-05-06 21:58:06 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2015-08-04 18:33:48 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2015 Google, Inc
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
/include/ "skeleton.dtsi"
|
2015-11-13 08:11:22 +00:00
|
|
|
/include/ "tsc_timer.dtsi"
|
2015-08-04 18:33:48 +00:00
|
|
|
|
|
|
|
/ {
|
2018-06-12 15:36:24 +00:00
|
|
|
model = "EFI x86 Application";
|
|
|
|
compatible = "efi,x86-app";
|
2015-08-04 18:33:48 +00:00
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = &serial;
|
|
|
|
};
|
|
|
|
|
2015-11-13 08:11:22 +00:00
|
|
|
tsc-timer {
|
|
|
|
clock-frequency = <1000000000>;
|
|
|
|
};
|
|
|
|
|
2015-08-04 18:33:48 +00:00
|
|
|
serial: serial {
|
|
|
|
compatible = "efi,uart";
|
|
|
|
};
|
2018-07-19 10:07:33 +00:00
|
|
|
|
|
|
|
reset {
|
|
|
|
compatible = "efi,reset";
|
|
|
|
u-boot,dm-pre-reloc;
|
|
|
|
};
|
2015-08-04 18:33:48 +00:00
|
|
|
};
|