/* * Copyright (c) 2020 Tobias Svehagen * Copyright (c) 2024 Jacob Winther * * SPDX-License-Identifier: Apache-2.0 */ /dts-v1/; #include "adafruit_feather_nrf52840_common.dtsi" #include #include <../boards/common/usb/cdc_acm_serial.dtsi> / { model = "Adafruit Feather nRF52840 Sense"; compatible = "adafruit,feather-nrf52840-sense-uf2"; leds { led0: led_0 { gpios = <&gpio1 9 0>; }; }; }; &i2c0 { SHT3XD: sht3xd@44 { compatible = "sensirion,sht3xd"; reg = <0x44>; }; };