1/* 2 * Copyright (c) 2020 Tobias Svehagen 3 * Copyright (c) 2024 Jacob Winther 4 * 5 * SPDX-License-Identifier: Apache-2.0 6 */ 7 8/dts-v1/; 9#include "adafruit_feather_nrf52840_common.dtsi" 10#include <nordic/nrf52840_partition_uf2_sdv6.dtsi> 11#include <../boards/common/usb/cdc_acm_serial.dtsi> 12 13/ { 14 model = "Adafruit Feather nRF52840 Sense"; 15 compatible = "adafruit,feather-nrf52840-sense-uf2"; 16 17 leds { 18 led0: led_0 { 19 gpios = <&gpio1 9 0>; 20 }; 21 }; 22}; 23 24&i2c0 { 25 SHT3XD: sht3xd@44 { 26 compatible = "sensirion,sht3xd"; 27 reg = <0x44>; 28 }; 29}; 30