diff options
Diffstat (limited to 'nrf9160dk_nrf9160_ns.overlay')
| -rw-r--r-- | nrf9160dk_nrf9160_ns.overlay | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/nrf9160dk_nrf9160_ns.overlay b/nrf9160dk_nrf9160_ns.overlay new file mode 100644 index 0000000..8f6d2f9 --- /dev/null +++ b/nrf9160dk_nrf9160_ns.overlay @@ -0,0 +1,16 @@ +// To get started, press Ctrl+Space to bring up the completion menu and view the available nodes. + +// You can also use the buttons in the sidebar to perform actions on nodes. +// Actions currently available include: + +// * Enabling / disabling the node +// * Adding the bus to a bus +// * Removing the node +// * Connecting ADC channels + +// For more help, browse the DeviceTree documentation at https://docs.zephyrproject.org/latest/guides/dts/index.html +// You can also visit the nRF DeviceTree extension documentation at https://nrfconnect.github.io/vscode-nrf-connect/devicetree/nrfdevicetree.html + +&adc { + status = "ok"; +};
\ No newline at end of file |
