dts: nios2: intel: Fix unit and first address mismatch

This fixes the following warning:

> unit address and first address in 'reg' (0x1002c0) don't match for
> /soc/dma@100200

Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
Reto Schneider 2024-09-13 01:27:58 +02:00 committed by Henrik Brix Andersen
parent b63af21235
commit ff8cbd1eda

View file

@ -59,7 +59,7 @@
interrupts = <4 10>;
};
dma: dma@100200 {
dma: dma@1002c0 {
compatible = "altr,msgdma";
reg = <0x1002c0 0x30>;
interrupts = <3 3>;