overlay_bad_symbol.dts 315 B

12345678910111213141516
  1. // SPDX-License-Identifier: GPL-2.0
  2. /dts-v1/;
  3. /plugin/;
  4. &electric_1 {
  5. // This label should cause an error when the overlay
  6. // is applied. There is already a symbol hvac_1
  7. // in the base tree
  8. hvac_1: hvac-medium-2 {
  9. compatible = "ot,hvac-medium";
  10. heat-range = < 50 75 >;
  11. cool-range = < 60 80 >;
  12. };
  13. };