1.. SPDX-License-Identifier: GPL-2.0+
2
3Driver Model
4============
5
6The following holds information on the U-Boot device driver framework:
7driver-model, including the design details of itself and several driver
8subsystems
9
10.. toctree::
11   :maxdepth: 2
12
13   bind
14   debugging
15   design
16   ethernet
17   fdt-fixup
18   fs_firmware_loader
19   i2c-howto
20   livetree
21   migration
22   nvme
23   nvmxip
24   of-plat
25   pci-info
26   pmic-framework
27   remoteproc-framework
28   serial-howto
29   soc-framework
30   spi-howto
31   usb-info
32   virtio
33