Files
u-boot/tools/binman/test/fdt/bootph_prop.dts
Simon Glass 4f283a26e2 binman: test: Move FDT/fdtmap test files to test/fdt/
Move about 30 test files for FDT update, fdtmap, DTB compression,
alternates, and bootph into an fdt/ subdirectory. Drop the numeric
prefixes and the redundant fdt_ filename prefix, and update all
references.

Remove the unused no_alt_format.dts which has no references in any
test.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
2026-03-18 06:14:16 -06:00

22 lines
220 B
Plaintext

// SPDX-License-Identifier: GPL-2.0+
/dts-v1/;
/ {
dummy-parent {
subnode-1 {
subnode-2 {
bootph-all;
};
subnode-3 {
bootph-some-ram;
subnode-4 {
};
};
};
};
binman: binman {
};
};