From b3b9164352b1fc276f0c1388be5e6c44f16906f2 Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Mon, 2 Jun 2025 09:46:16 +0200 Subject: final1 --- prilohy/nrfdemo_source/nrf9161dk_nrf9161_ns.overlay | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 prilohy/nrfdemo_source/nrf9161dk_nrf9161_ns.overlay (limited to 'prilohy/nrfdemo_source/nrf9161dk_nrf9161_ns.overlay') diff --git a/prilohy/nrfdemo_source/nrf9161dk_nrf9161_ns.overlay b/prilohy/nrfdemo_source/nrf9161dk_nrf9161_ns.overlay new file mode 100644 index 0000000..4a07480 --- /dev/null +++ b/prilohy/nrfdemo_source/nrf9161dk_nrf9161_ns.overlay @@ -0,0 +1,20 @@ +// 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://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/guides/ncs_configure_app.html#devicetree-support-in-the-extension + +&i2c2 { + bme688@76 { + compatible = "bosch,bme680"; + reg = <0x77>; + status = "okay"; + }; +}; -- cgit v1.2.3