]> git.ipfire.org Git - thirdparty/linux.git/blob - drivers/of/unittest-data/overlay_bad_phandle.dts
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / drivers / of / unittest-data / overlay_bad_phandle.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3 /plugin/;
4
5 / {
6
7 fragment@0 {
8 target = <&electric_1>;
9
10 __overlay__ {
11
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 };
21 };