122_entry_expand_twice.dts 231 B

123456789101112131415161718192021
  1. /dts-v1/;
  2. / {
  3. #address-cells = <1>;
  4. #size-cells = <1>;
  5. binman {
  6. _testing {
  7. bad-update-contents;
  8. bad-update-contents-twice;
  9. };
  10. u-boot {
  11. };
  12. _testing2 {
  13. type = "_testing";
  14. bad-update-contents;
  15. };
  16. };
  17. };