Based on kernel version 6.16
. Page generated on 2025-08-06 08:56 EST
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- title: KHO users' FDT address maintainers: - Mike Rapoport <rppt@kernel.org> - Changyuan Lyu <changyuanl@google.com> description: | Physical address of an FDT blob registered by a KHO user. properties: fdt: description: | physical address (u64) of an FDT blob. required: - fdt additionalProperties: false examples: - | memblock { fdt = <0x80cc16 0x1000000>; }; |