blob: b750d6389861fb978ac0ccfafece6d4e22e40999 [file] [log] [blame]
Simon Glass9d8ee322019-07-20 12:23:58 -06001/dts-v1/;
2
3/ {
4 #address-cells = <1>;
5 #size-cells = <1>;
6
7 binman {
8 _testing {
9 bad-shrink-contents;
10 };
11
12 u-boot {
13 };
14
15 _testing2 {
16 type = "_testing";
17 bad-shrink-contents;
18 };
19 };
20};