2015-08-04 18:33:48 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2015 Google, Inc
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
|
|
*/
|
|
|
|
|
|
|
|
/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
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "EFI";
|
|
|
|
compatible = "efi,app";
|
|
|
|
|
|
|
|
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";
|
|
|
|
};
|
|
|
|
};
|