Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / drivers / of / unittest-data / overlay_bad_phandle.dts
blob4d5b99723bad03fdd8ad464c7514ef0aed70c2fb
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3 /plugin/;
5 / {
7         fragment@0 {
8                 target = <&electric_1>;
10                 __overlay__ {
12                         // This label should cause an error when the overlay
13                         // is applied.  There is already a phandle value
14                         // in the base tree for motor-1.
15                         spin_ctrl_1_conflict: motor-1 {
16                                 accelerate = < 3 >;
17                                 decelerate = < 5 >;
18                         };
19                 };
20         };