MC3302_SDK_V1.1.9_202507281.../bsp/ramboot/test/overlay/test-fdt-base.dts
2025-11-11 12:08:31 +08:00

22 lines
275 B
Plaintext
Executable File

/*
* Copyright (c) 2016 NextThing Co
* Copyright (c) 2016 Free Electrons
*
* SPDX-License-Identifier: GPL-2.0+
*/
/dts-v1/;
/ {
test: test-node {
test-int-property = <42>;
test-str-property = "foo";
subtest: sub-test-node {
sub-test-property;
};
};
};