overlay_bad_phandle.dtso 289 B

12345678910111213
  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. };