1
0
Fork 0

x86: dts: Add a device tree file for EFI

This contains just enough to bring up the serial UART.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
utp
Simon Glass 2015-08-04 12:33:48 -06:00
parent 3e9aa32055
commit d6c099c2a1
2 changed files with 23 additions and 0 deletions

View File

@ -2,6 +2,7 @@ dtb-y += bayleybay.dtb \
chromebook_link.dtb \
chromebox_panther.dtb \
crownbay.dtb \
efi.dtb \
galileo.dtb \
minnowmax.dtb \
qemu-x86_i440fx.dtb \

View File

@ -0,0 +1,22 @@
/*
* 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";
};
};