How to remove node definition, which is referenced by included .dtsi, from the overlay #35214
-
I'm trying to create a custom board based on Arty A7 in the zephyr tree, which has the following dtsi. Is there any way to disable or removed referenced nodes, itcm and dtcm, from the overlay?
Because I can use My only idea is to move EDIT:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
You can use
/delete-property/
for deleting devicetree properties and/delete-node/
for deleting devicetree nodes from an overlay: https://docs.zephyrproject.org/latest/guides/dts/howtos.html#use-devicetree-overlays