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 of-plat 24 pci-info 25 pmic-framework 26 remoteproc-framework 27 serial-howto 28 soc-framework 29 spi-howto 30 usb-info 31 virtio 32