overlay_bad_phandle.dts 294 B

1234567891011121314
  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 phandle value
  7. // in the base tree for motor-1.
  8. spin_ctrl_1_conflict: motor-1 {
  9. accelerate = < 3 >;
  10. decelerate = < 5 >;
  11. };
  12. };