2 * Copyright (c) 2016 NextThing Co
3 * Copyright (c) 2016 Free Electrons
5 * SPDX-License-Identifier: GPL-2.0+
12 /* Test that we can change an int by another */
17 test-int-property = <43>;
21 /* Test that we can replace a string by a longer one */
26 test-str-property = "foobar";
30 /* Test that we add a new property */
35 test-str-property-2 = "foobar2";
39 /* Test that we add a new node (by phandle) */
50 /* Test that we add a new node (by path) */
65 local: new-local-node {
75 test-phandle = <&test>, <&local>;
83 test-several-phandle = <&local>, <&local>;
92 new-sub-test-property;