zephyr/samples/sensor/die_temp_polling/boards/frdm_mcxc242.overlay
Michal Smola 60aeab3579 samples: die temperature polling: Enable sample for frdm_mcxc242
Die temperature polling sample is not enabled for frdm_mcxc242 board.
Add devicetree overlay and Kconfig configuration for the sample to
enable it.

Signed-off-by: Michal Smola <michal.smola@nxp.com>
2024-10-24 14:05:00 +02:00

16 lines
147 B
Plaintext

/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
die-temp0 = &temp0;
};
};
&temp0 {
status = "okay";
};