xref: /linux/Documentation/core-api/kho/bindings/sub-fdt.yaml (revision 00c010e130e58301db2ea0cec1eadc931e1cb8cf)
1*3498209fSAlexander Graf# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2*3498209fSAlexander Graf%YAML 1.2
3*3498209fSAlexander Graf---
4*3498209fSAlexander Graftitle: KHO users' FDT address
5*3498209fSAlexander Graf
6*3498209fSAlexander Grafmaintainers:
7*3498209fSAlexander Graf  - Mike Rapoport <rppt@kernel.org>
8*3498209fSAlexander Graf  - Changyuan Lyu <changyuanl@google.com>
9*3498209fSAlexander Graf
10*3498209fSAlexander Grafdescription: |
11*3498209fSAlexander Graf  Physical address of an FDT blob registered by a KHO user.
12*3498209fSAlexander Graf
13*3498209fSAlexander Grafproperties:
14*3498209fSAlexander Graf  fdt:
15*3498209fSAlexander Graf    description: |
16*3498209fSAlexander Graf      physical address (u64) of an FDT blob.
17*3498209fSAlexander Graf
18*3498209fSAlexander Grafrequired:
19*3498209fSAlexander Graf  - fdt
20*3498209fSAlexander Graf
21*3498209fSAlexander GrafadditionalProperties: false
22*3498209fSAlexander Graf
23*3498209fSAlexander Grafexamples:
24*3498209fSAlexander Graf  - |
25*3498209fSAlexander Graf    memblock {
26*3498209fSAlexander Graf            fdt = <0x80cc16 0x1000000>;
27*3498209fSAlexander Graf    };
28