overlay_bad_phandle.dts 329 B

1234567891011121314151617181920
  1. /dts-v1/;
  2. /plugin/;
  3. / {
  4. fragment@0 {
  5. target = <&electric_1>;
  6. __overlay__ {
  7. // This label should cause an error when the overlay
  8. // is applied. There is already a phandle value
  9. // in the base tree for motor-1.
  10. spin_ctrl_1_conflict: motor-1 {
  11. accelerate = < 3 >;
  12. decelerate = < 5 >;
  13. };
  14. };
  15. };
  16. };