How to add a node in overlay files

nRF Connect for VS Code

tags
nRF Connect for VS Code

Complete the following steps:

  1. Open the .overlay file you want to edit. You can find it among Config files in the Details View.
  2. Press Ctrl-Space to start the autocompletion feature.
    A list of the available nodes appears.
  3. Click the name of the node to complete the autocompletion.

Adding a node

For an example with which you can test the autocompletion, see Adding a dimmable LED node in the nRF Connect SDK documentation.

For detailed information about writing property values, see Use devicetree overlays in the Zephyr documentation.