blob: 135052ee1517185761c62f45e22a9c14e44a6f7f [file] [log] [blame]
Rob Herringaf6074f2017-12-27 12:55:14 -06001// SPDX-License-Identifier: GPL-2.0
Frank Rowand60a00042017-07-19 09:25:20 -07002/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 symbol hvac_1
14 // in the base tree
15 hvac_1: hvac-medium-2 {
16 compatible = "ot,hvac-medium";
17 heat-range = < 50 75 >;
18 cool-range = < 60 80 >;
19 };
20
21 };
22 };
23};