test-fdt-base.dts 275 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2016 NextThing Co
  3. * Copyright (c) 2016 Free Electrons
  4. *
  5. * SPDX-License-Identifier: GPL-2.0+
  6. */
  7. /dts-v1/;
  8. / {
  9. test: test-node {
  10. test-int-property = <42>;
  11. test-str-property = "foo";
  12. subtest: sub-test-node {
  13. sub-test-property;
  14. };
  15. };
  16. };