Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/Documentation/core-api/kho/bindings/sub-fdt.yaml
26298 views
1
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
%YAML 1.2
3
---
4
title: KHO users' FDT address
5
6
maintainers:
7
- Mike Rapoport <rppt@kernel.org>
8
- Changyuan Lyu <changyuanl@google.com>
9
10
description: |
11
Physical address of an FDT blob registered by a KHO user.
12
13
properties:
14
fdt:
15
description: |
16
physical address (u64) of an FDT blob.
17
18
required:
19
- fdt
20
21
additionalProperties: false
22
23
examples:
24
- |
25
memblock {
26
fdt = <0x80cc16 0x1000000>;
27
};
28
29