1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright (c) 2016 NextThing Co
4 * Copyright (c) 2016 Free Electrons
11 /* Test that we can change an int by another */
16 test-int-property = <43>;
20 /* Test that we can replace a string by a longer one */
25 test-str-property = "foobar";
29 /* Test that we add a new property */
34 test-str-property-2 = "foobar2";
38 /* Test that we add a new node (by phandle) */
49 /* Test that we add a new node (by path) */
64 local: new-local-node {
74 test-phandle = <&test>, <&local>;
82 test-several-phandle = <&local>, <&local>;
91 new-sub-test-property;