Commit f03b998d authored by Kunihiko Hayashi's avatar Kunihiko Hayashi Committed by Masahiro Yamada

arm64: dts: uniphier: Add XDMAC node

Add external DMA controller support implemented in UniPhier SoCs.
This supports for LD11, LD20 and PXs3.
Signed-off-by: default avatarKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 0e698dfa
...@@ -566,6 +566,14 @@ efuse@200 { ...@@ -566,6 +566,14 @@ efuse@200 {
}; };
}; };
xdmac: dma-controller@5fc10000 {
compatible = "socionext,uniphier-xdmac";
reg = <0x5fc10000 0x5300>;
interrupts = <0 188 4>;
dma-channels = <16>;
#dma-cells = <2>;
};
aidet: interrupt-controller@5fc20000 { aidet: interrupt-controller@5fc20000 {
compatible = "socionext,uniphier-ld11-aidet"; compatible = "socionext,uniphier-ld11-aidet";
reg = <0x5fc20000 0x200>; reg = <0x5fc20000 0x200>;
......
...@@ -664,6 +664,14 @@ usb_hs_i2: trim@5a,0 { ...@@ -664,6 +664,14 @@ usb_hs_i2: trim@5a,0 {
}; };
}; };
xdmac: dma-controller@5fc10000 {
compatible = "socionext,uniphier-xdmac";
reg = <0x5fc10000 0x5300>;
interrupts = <0 188 4>;
dma-channels = <16>;
#dma-cells = <2>;
};
aidet: interrupt-controller@5fc20000 { aidet: interrupt-controller@5fc20000 {
compatible = "socionext,uniphier-ld20-aidet"; compatible = "socionext,uniphier-ld20-aidet";
reg = <0x5fc20000 0x200>; reg = <0x5fc20000 0x200>;
......
...@@ -498,6 +498,14 @@ usb_hs_i2: trim@5a,0 { ...@@ -498,6 +498,14 @@ usb_hs_i2: trim@5a,0 {
}; };
}; };
xdmac: dma-controller@5fc10000 {
compatible = "socionext,uniphier-xdmac";
reg = <0x5fc10000 0x5300>;
interrupts = <0 188 4>;
dma-channels = <16>;
#dma-cells = <2>;
};
aidet: interrupt-controller@5fc20000 { aidet: interrupt-controller@5fc20000 {
compatible = "socionext,uniphier-pxs3-aidet"; compatible = "socionext,uniphier-pxs3-aidet";
reg = <0x5fc20000 0x200>; reg = <0x5fc20000 0x200>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment