boards: nxp: add adc support for frdm_ke17z and frdm_ke17z512

Enabled adc driver support for ke17z and ke17z512.

Signed-off-by: Anke Xiao <anke.xiao@nxp.com>
This commit is contained in:
Anke Xiao 2024-06-27 10:58:08 +08:00 committed by Fabio Baltieri
commit 8249f40d85
8 changed files with 34 additions and 0 deletions

View file

@ -69,6 +69,13 @@
current-speed = <115200>;
};
&adc0 {
status = "okay";
sample-time = <12>;
pinctrl-0 = <&adc0_default>;
pinctrl-names = "default";
};
&gpiod {
status = "okay";
};