28 lines
481 B
YAML
28 lines
481 B
YAML
# 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>;
|
|
};
|