diff options
| author | Michal Hanus <hanus.michal@divelit.cz> | 2025-05-21 20:58:52 +0200 |
|---|---|---|
| committer | Michal Hanus <hanus.michal@divelit.cz> | 2025-05-21 20:58:52 +0200 |
| commit | a407db2d45286f37eff10710c9a8e43755cedfc6 (patch) | |
| tree | b2451cf76bad9d2ee8f80df9f9df32f176c1e5eb /nrfdemo/nrf9161dk_nrf9161_ns.overlay | |
| parent | 85f4aadd7382eec843a02f513f6933abba6e5d02 (diff) | |
bck
Diffstat (limited to 'nrfdemo/nrf9161dk_nrf9161_ns.overlay')
| -rw-r--r-- | nrfdemo/nrf9161dk_nrf9161_ns.overlay | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/nrfdemo/nrf9161dk_nrf9161_ns.overlay b/nrfdemo/nrf9161dk_nrf9161_ns.overlay new file mode 100644 index 0000000..4a07480 --- /dev/null +++ b/nrfdemo/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"; + }; +}; |
