u-boot/tools/binman/test/347_bootph_prop.dts
Moteen Shah 1b5e41964c tools: binman: ftest.py: Add testcase for bootph-* propagation
Add a testcase to ensure that scan_and_prop_bootph() actually
propagates bootph-* properties to supernodes.

Signed-off-by: Moteen Shah <m-shah@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2025-06-26 11:48:37 -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 {
};
};