| /linux/Documentation/translations/zh_CN/devicetree/ |
| H A D | usage-model.rst | 26 "Open Firmware Device Tree",或简称为Devicetree(DT),是一种用于描述硬 30 从结构上看,DT是一棵树,或者说是带有命名节点的无环图,节点可以有任意数量的命名 46 DT最初是由Open Firmware创建的,作为将数据从Open Firmware传递给客户程序 55 Powerpc平台上要求DT支持,无论它们是否使用Open Firmware。为了做到这一点, 56 我们创建了一个叫做扁平化设备树(FDT)的DT表示法,它可以作为一个二进制的blob 58 被修改,以支持传递设备树二进制(dtb)和在引导时修改dtb。DT也被添加到PowerPC 60 支持引导现有的非DT察觉的固件。 64 有某种程度的DT支持。 72 最重要的是要明白,DT只是一个描述硬件的数据结构。它没有什么神奇之处,也不会神 81 Linux使用DT数据有三个主要目的: [all …]
|
| H A D | overlay-notes.rst | 89 如果基础DT不是用-@选项编译的,那么“&ocp”标签将不能用于将覆盖节点解析到基础 90 DT中的适当位置。在这种情况下,可以提供目标路径。通过标签的目标位置的语法是比 91 较好的,因为不管标签在DT中出现在哪里,覆盖都可以被应用到任何包含标签的基础DT上。
|
| H A D | changesets.rst | 28 2. 一些DT树变化的调用,of_changeset_attach_node(), of_changeset_detach_node(),
|
| /linux/Documentation/translations/zh_CN/power/ |
| H A D | energy-model.rst | 95 提供的回调函数可以自由地从任何相关位置(DT、固件......)以及以任何被认为是 106 使用DT的EM注册 109 EM也可以使用OPP框架和DT "操作点-v2 "中的信息注册。DT中的每个OPP条目都可 110 以用一个包含微瓦特功率值的属性 "op-microwatt "来扩展。这个OPP DT属性允
|
| /linux/Documentation/devicetree/bindings/sifive/ |
| H A D | sifive-blocks-ip-versioning.txt | 1 DT compatible string versioning for SiFive open-source IP blocks 3 This document describes the version specification for DT "compatible" 9 IP block-specific DT compatible strings are contained within the HDL, 28 DT data authors, when writing data for a particular SoC, should
|
| /linux/rust/zerocopy/src/pointer/ |
| H A D | invariant.rs | 244 unsafe impl<ST: ?Sized, DT: ?Sized> CastableFrom<ST, Uninit, Uninit> for DT {} implementation 246 unsafe impl<ST: ?Sized, DT: ?Sized> CastableFrom<ST, Initialized, Initialized> for DT {} implementation
|
| /linux/Documentation/devicetree/bindings/pci/ |
| H A D | ti-pci.txt | 36 - ti,syscon-unaligned-access: phandle to the syscon DT node. The 1st argument 54 - ti,syscon-unaligned-access: phandle to the syscon DT node. The 1st argument 63 NOTE: Two DT nodes may be added for each PCI controller; one for host 65 work in host mode, EP mode DT node should be disabled and in order to PCI to 66 work in EP mode, host mode DT node should be disabled. Host mode and EP
|
| /linux/sound/soc/generic/ |
| H A D | Kconfig | 20 with OF-graph DT bindings. 29 with OF-graph DT bindings.
|
| /linux/Documentation/arch/mips/ |
| H A D | booting.rst | 11 Similar to the arch/arm case (b), a DT-aware bootloader is expected to 24 DT block. In this case, Linux will look for a builtin DTB, selected via
|
| /linux/Documentation/devicetree/bindings/media/xilinx/ |
| H A D | xlnx,video.txt | 9 and IP core specific documentation, xlnx,v-*.txt, in this directory. The DT 22 - ports: Video port, using the DT bindings defined in ../video-interfaces.txt.
|
| /linux/Documentation/devicetree/bindings/reset/ |
| H A D | reset.txt | 15 specifier - a list of DT cells that represents the reset signal within the 23 the DT node of each affected HW block, since if activated, an unrelated block 24 may be reset. Instead, reset signals should be represented in the DT node
|
| /linux/Documentation/translations/it_IT/devicetree/bindings/ |
| H A D | submitting-patches.rst | 8 Sottomettere patch per devicetree (DT) *binding*
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp157a-avenger96.dts | 10 /* This DT is here only for backward compatibility */
|
| /linux/Documentation/translations/zh_CN/arch/arm64/ |
| H A D | booting.txt | 198 - 设备树(DT)或 ACPI 表必须描述一个 GICv3 中断控制器。 205 - 设备树(DT)或 ACPI 表必须描述一个 GICv2 中断控制器。
|
| /linux/Documentation/translations/zh_CN/arch/mips/ |
| H A D | booting.rst | 31 传统bootloaders不会使用这样的约定,并且它们不传入DT块。
|
| /linux/Documentation/translations/zh_TW/arch/mips/ |
| H A D | booting.rst | 31 傳統bootloaders不會使用這樣的約定,並且它們不傳入DT塊。
|
| /linux/drivers/gpu/drm/panfrost/ |
| H A D | TODO | 4 - DT bindings (Neil, WIP)
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | img,pistachio-internal-dac.txt | 1 Pistachio internal DAC DT bindings
|
| H A D | widgets.txt | 5 Each entry is a pair of strings in DT:
|
| /linux/Documentation/translations/zh_TW/arch/arm64/ |
| H A D | booting.txt | 202 - 設備樹(DT)或 ACPI 表必須描述一個 GICv3 中斷控制器。 209 - 設備樹(DT)或 ACPI 表必須描述一個 GICv2 中斷控制器。
|
| /linux/drivers/cpuidle/ |
| H A D | Kconfig.riscv | 15 DT based layout of the idle state.
|
| /linux/drivers/gpib/ |
| H A D | TODO | 6 This warning will be addressed later: WARNING:UNDOCUMENTED_DT_STRING: DT compatible string
|
| /linux/drivers/misc/rp1/ |
| H A D | Kconfig | 15 The driver is responsible for enabling the DT node once the PCIe
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-rock-5b-pcie-srns.dtso | 3 * DT-overlay to run the PCIe3_4L Dual Mode controller in Root Complex
|
| /linux/Documentation/hwmon/ |
| H A D | ibmpowernv.rst | 21 All the nodes in the DT appear under "/ibm,opal/sensors" and each valid node in 22 the DT maps to an attribute file in 'sysfs'. The node exports unique 'sensor-id'
|