mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 08:31:03 +00:00
23 lines
258 B
Text
23 lines
258 B
Text
|
/*
|
||
|
* Copyright (c) 2015 Google, Inc
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
/include/ "skeleton.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "EFI";
|
||
|
compatible = "efi,app";
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = &serial;
|
||
|
};
|
||
|
|
||
|
serial: serial {
|
||
|
compatible = "efi,uart";
|
||
|
};
|
||
|
};
|