From 3e9fddfc4f146f3a64c935024f5e1918790d2777 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 1 Aug 2021 18:57:10 -0600 Subject: doc: Move devicetree control doc to rST Move this to rST format, largely unchanged to start with. Add an index for this topic, as well as an empty intro. Note this patch does not include updates! Is it just a conversion to the new format. See the next patch. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchart --- doc/develop/devicetree/index.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/develop/devicetree/index.rst (limited to 'doc/develop/devicetree/index.rst') diff --git a/doc/develop/devicetree/index.rst b/doc/develop/devicetree/index.rst new file mode 100644 index 00000000000..fa5db3eb76e --- /dev/null +++ b/doc/develop/devicetree/index.rst @@ -0,0 +1,13 @@ +.. 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 -- cgit v1.2.3