diff --git a/boards/arm/reel_board/reel_board.dts b/boards/arm/reel_board/reel_board.dts index 87e8836965f..b9e971751e9 100644 --- a/boards/arm/reel_board/reel_board.dts +++ b/boards/arm/reel_board/reel_board.dts @@ -95,9 +95,9 @@ }; hdc1008@43 { - compatible = "ti,hdc1008"; + compatible = "ti,hdc1008","ti,hdc1010"; reg = <0x43>; - label = "HDC1008"; + label = "HDC1010"; drdy-gpios = <&gpio0 22 GPIO_PUD_PULL_UP>; }; diff --git a/samples/boards/reel_board/mesh_badge/src/periphs.c b/samples/boards/reel_board/mesh_badge/src/periphs.c index 0bf95e05a40..fd045f3b10a 100644 --- a/samples/boards/reel_board/mesh_badge/src/periphs.c +++ b/samples/boards/reel_board/mesh_badge/src/periphs.c @@ -29,8 +29,8 @@ static struct led_device_info led_dev_info[] = { static struct device_info dev_info[] = { { NULL, SW0_GPIO_CONTROLLER }, - { NULL, DT_HDC1008_NAME }, - { NULL, DT_NXP_FXOS8700_0_LABEL }, + { NULL, DT_TI_HDC1010_0_LABEL }, + { NULL, DT_NXP_MMA8652FC_0_LABEL }, { NULL, DT_APDS9960_DRV_NAME }, { NULL, DT_SSD1673_DEV_NAME }, };