test-fdt-base.dts 272 B

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