diff --git a/samples/sensor/die_temp_polling/boards/esp32c6_devkitc_hpcore.overlay b/samples/sensor/die_temp_polling/boards/esp32c6_devkitc_hpcore.overlay new file mode 100644 index 00000000000..cd60462728c --- /dev/null +++ b/samples/sensor/die_temp_polling/boards/esp32c6_devkitc_hpcore.overlay @@ -0,0 +1,11 @@ +/* + * Copyright (c) 2025 Patrick Harböck + * + * SPDX-License-Identifier: Apache-2.0 + * + * Application overlay for enabling temperature sensor device instance + */ + +&coretemp { + status = "okay"; +};