| * Copyright (c) 2016 NextThing Co |
| * Copyright (c) 2016 Free Electrons |
| * SPDX-License-Identifier: GPL-2.0+ |
| target-path = "/test-node"; |
| test-int-property = <43>; |
| /* Test that we can replace a string by a longer one */ |
| target-path = "/test-node"; |
| test-str-property = "foobar"; |
| /* Test that we add a new property */ |
| target-path = "/test-node"; |
| test-str-property-2 = "foobar2"; |
| target-path = "/test-node"; |
| test-several-phandle = <&local>, <&local>; |
| target-path = "/test-node"; |
| test-several-phandle = <0 4>; |