GNU Linux-libre 4.19.286-gnu1
[releases.git] / drivers / of / unittest-data / overlay_bad_symbol.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3 /plugin/;
4
5 &electric_1 {
6
7         // This label should cause an error when the overlay
8         // is applied.  There is already a symbol hvac_1
9         // in the base tree
10         hvac_1: hvac-medium-2 {
11                 compatible = "ot,hvac-medium";
12                 heat-range = < 50 75 >;
13                 cool-range = < 60 80 >;
14         };
15
16 };