Skip to content

Commit a2f36c6

Browse files
committed
boards: microchip: sama7g5: add DMA to sama7g54-ek dts and yaml files
Add DMA nodes to sama7g54_ek.dts files. Add DMA to sama7g54_ek.yaml support list. Signed-off-by: Tony Han <[email protected]>
1 parent 73cbe87 commit a2f36c6

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

boards/microchip/sam/sama7g54_ek/sama7g54_ek.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,18 @@
3737
};
3838
};
3939

40+
&dma0 {
41+
status = "okay";
42+
};
43+
44+
&dma1 {
45+
status = "okay";
46+
};
47+
48+
&dma2 {
49+
status = "okay";
50+
};
51+
4052
&flx3 {
4153
mchp,flexcom-mode = <SAM_FLEXCOM_MODE_USART>;
4254
status = "okay";

boards/microchip/sam/sama7g54_ek/sama7g54_ek.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ toolchain:
99
- zephyr
1010
ram: 128
1111
supported:
12+
- dma
1213
- shell
1314
- uart
1415
vendor: microchip

0 commit comments

Comments
 (0)