064_entry_args_required.dts 175 B

1234567891011121314
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. _testing {
  8. require-args;
  9. test-str-fdt = "test0";
  10. };
  11. };
  12. };