mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
tests: Add stacked overlay tests on fdtoverlay
Add a stacked overlay unit test, piggybacking on fdtoverlay. Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
1bb00655d3
commit
36f511fb11
4 changed files with 47 additions and 0 deletions
13
tests/stacked_overlay_baz.dts
Normal file
13
tests/stacked_overlay_baz.dts
Normal file
|
@ -0,0 +1,13 @@
|
|||
/dts-v1/;
|
||||
/plugin/;
|
||||
/ {
|
||||
fragment@1 {
|
||||
target = <&bar>;
|
||||
__overlay__ {
|
||||
overlay-2-property;
|
||||
baz: baznode {
|
||||
baz-property = "baz";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue