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>
16 lines
147 B
Plaintext
16 lines
147 B
Plaintext
/*
|
|
* Copyright 2024 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
aliases {
|
|
die-temp0 = &temp0;
|
|
};
|
|
};
|
|
|
|
&temp0 {
|
|
status = "okay";
|
|
};
|