adc: add adc edma support in frdm_k82f
adc edma and pit support in frdm_k82f Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
parent
0062372af1
commit
d4c0c95a1c
1 changed files with 8 additions and 0 deletions
|
@ -221,6 +221,14 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&edma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&adc0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pit0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue