mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
c3c1614537
QEMU currently generates a devicetree for use with U-Boot. Explain how to obtain it. Also explain how to merge it to produce a devicetree with the U-Boot features included. Signed-off-by: Simon Glass <sjg@chromium.org>
14 lines
255 B
ReStructuredText
14 lines
255 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0+
|
|
|
|
Devicetree in U-Boot
|
|
====================
|
|
|
|
The following holds information on how U-Boot makes use of devicetree for
|
|
build-time and runtime configuration.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
intro
|
|
control
|
|
dt_qemu
|