dts: gigadevice: gd32f3x0: s/dma0/dma

There is only a single DMA in GD32F3X0. It is referenced as DMA in
datasheet, not DMA0 as in series that have > 1.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2022-09-03 20:55:26 +02:00 committed by Fabio Baltieri
parent 89c7ad3428
commit f323f6b921

View file

@ -81,7 +81,7 @@
#io-channel-cells = <1>;
};
dma0: dma@40020000 {
dma: dma@40020000 {
compatible = "gd,gd32-dma";
reg = <0x40020000 0x400>;
interrupts = <9 0>, <10 0>, <11 0>, <48 0>;