boards: arm: mr_canhubk3: enable dma support
Enable dma support for mr_canhubk3 board Signed-off-by: Dat Nguyen Duy <dat.nguyenduy@nxp.com>
This commit is contained in:
parent
8185faa0cb
commit
b4f390e880
3 changed files with 7 additions and 1 deletions
|
@ -57,6 +57,7 @@ LPSPI on-chip spi
|
|||
WDT FS26 SBC watchdog
|
||||
EMAC on-chip ethernet
|
||||
eMIOS on-chip pwm
|
||||
EDMA on-chip dma
|
||||
============ ========== ================================
|
||||
|
||||
The default configuration can be found in the Kconfig file
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
};
|
||||
|
||||
aliases {
|
||||
dma0 = &edma0;
|
||||
led0 = &user_led1_red;
|
||||
led1 = &user_led1_green;
|
||||
led2 = &user_led1_blue;
|
||||
|
@ -554,3 +555,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&edma0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
2
west.yml
2
west.yml
|
@ -199,7 +199,7 @@ manifest:
|
|||
groups:
|
||||
- hal
|
||||
- name: hal_nxp
|
||||
revision: 8cc344e9091fdaf2aea821714ee806b04cfb950e
|
||||
revision: 6d91c1727dadb170facc48f5370358a12ae36677
|
||||
path: modules/hal/nxp
|
||||
groups:
|
||||
- hal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue