# 接口

Source: [https://docs.qualcomm.com/doc/80-70015-4SC/topic/interfaces.html](https://docs.qualcomm.com/doc/80-70015-4SC/topic/interfaces.html)

DT 节点提供对启动接口和属性的访问。DT 提供了描述系统硬件信息的数据结构。镜像执行环境（包括 XBL 和 UEFI 等固件）会读取此信息。可以修改与启动相关联的 DT 属性，以定制各种设备软件特性的功能。

有关使用 QDTE 工具修改接口以及更改预编译设备树 blob (DTB) 中 DT 属性的信息，可访问 [https://docs.qualcomm.com/bundle/publicresource/topics/80-70015-6/bootloader-uefi-device-tree.html](https://docs.qualcomm.com/bundle/publicresource/topics/80-70015-6/bootloader-uefi-device-tree.html)。

有关 DT 的详细信息，可访问 [https://github.com/devicetree-org](https://github.com/devicetree-org)。

- **[启动](https://docs.qualcomm.com/doc/80-70015-4SC/topic/boot-developer-touchpoints.html)**  

启动设备树属性介绍了如何在 XBL 中启用和禁用用户发起的紧急下载 (EDL)。同时，还介绍了 EDL 超时和用 USB 线强制系统进入 EDL 模式的选项。启动 DT 属性用于配置与启动相关的功能。
- **[PMIC](https://docs.qualcomm.com/doc/80-70015-4SC/topic/pmic-developer-touchpoints.html)**  

电源管理芯片 (PMIC) 是一种专用电子器件，用于管理设备内的各种电源需求。
- **[TLMM](https://docs.qualcomm.com/doc/80-70015-4SC/topic/tlmm-developer-touchpoints.html)**  

硬件通过 top-level 模式多路复用器 (TLMM) 控制通用输入/输出 (GPIO) 和替代功能的多路复用。用户可以在启动过程中使用 TLMM 的 DT 属性来配置 GPIO。
- **[总线](https://docs.qualcomm.com/doc/80-70015-4SC/topic/buses.html)**  

总线有助于各种系统组件之间的数据传输。DT 属性支持配置 Qualcomm 通用外围设备 (QUP) v3 串行接口设备节点。
- **[USB](https://docs.qualcomm.com/doc/80-70015-4SC/topic/usb-developer-touchpoints.html)**  

USB 的 DT 属性可用于调整 USB 信号质量。
- **[存储](https://docs.qualcomm.com/doc/80-70015-4SC/topic/storage-developer-touchpoints.html)**  

如需配置存储的 DT 属性，参见 [Bootloader/UEFI 设备树](https://docs.qualcomm.com/bundle/publicresource/topics/80-70015-6/bootloader-uefi-device-tree.html)。

Last Published: Dec 04, 2024

[Previous Topic
冷启动架构](https://docs.qualcomm.com/bundle/publicresource/80-70015-4SC/topics/bootloader-architecture.md) [Next Topic
启动](https://docs.qualcomm.com/bundle/publicresource/80-70015-4SC/topics/boot-developer-touchpoints.md)