FRDM_K82F DTS missing information for ADC-0 #25468
Labels
area: ADC
Analog-to-Digital Converter (ADC)
bug
The issue is a bug, or the PR is fixing a bug
platform: NXP
NXP
priority: low
Low impact/importance bug
To my understanding, in order to enable a CPU feature that is disabled by default, an entry of the form
&feature {
status="okay"
};
must be added into the board DTS. I added this to enable ADC functionality to the FRDM_K82F DTS and it failed to compile.
A coworker of mine figured out that there is a missing
#io-channel-cells = <1>;
in the file zephyr/dts/arm/nxp/nxp_k8x.dtsi. I am not sure if this is a bug or intended behavior.
Steps to reproduce the behavior:
&adc0 {
status = "okay";
};
I believe this is something that needed to be included in the FRDM_K82F DTS but was not, though I am unsure.
This is an important issue for anyone planning to utilize the ADC on the Freedom K82F board.
The text was updated successfully, but these errors were encountered: