mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-26 13:13:25 +08:00
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>
This commit is contained in:
parent
3e9aa32055
commit
d6c099c2a1
@ -2,6 +2,7 @@ dtb-y += bayleybay.dtb \
|
|||||||
chromebook_link.dtb \
|
chromebook_link.dtb \
|
||||||
chromebox_panther.dtb \
|
chromebox_panther.dtb \
|
||||||
crownbay.dtb \
|
crownbay.dtb \
|
||||||
|
efi.dtb \
|
||||||
galileo.dtb \
|
galileo.dtb \
|
||||||
minnowmax.dtb \
|
minnowmax.dtb \
|
||||||
qemu-x86_i440fx.dtb \
|
qemu-x86_i440fx.dtb \
|
||||||
|
22
arch/x86/dts/efi.dts
Normal file
22
arch/x86/dts/efi.dts
Normal 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";
|
||||||
|
};
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user