Add a placeholder node for the first Direct Memory Access Controller for System (SYS-DMAC) instance, so it can be referred to from other device nodes. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- Alternatively, we could omit the DMA properties in PATCH 4/4. arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi index a3b1294c73952b3c..f1533b4946f4a725 100644 --- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi @@ -245,6 +245,12 @@ scif0: serial@e6e60000 { status = "disabled"; }; + dmac1: dma-controller@e7350000 { + reg = <0 0xe7350000 0 0x1000>; + #dma-cells = <1>; + /* placeholder */ + }; + gic: interrupt-controller@f1000000 { compatible = "arm,gic-v3"; #interrupt-cells = <3>; -- 2.25.1