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:
parent
54c4f6c8fe
commit
8249f40d85
8 changed files with 34 additions and 0 deletions
|
@ -69,6 +69,13 @@
|
|||
current-speed = <115200>;
|
||||
};
|
||||
|
||||
&adc0 {
|
||||
status = "okay";
|
||||
sample-time = <12>;
|
||||
pinctrl-0 = <&adc0_default>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&gpiod {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue