arm64: dts: mt7622: add High-Speed DMA device nodes
add High-Speed DMA (HSDMA) nodes Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
parent
f0c64340b7
commit
18928e33e1
|
@ -735,6 +735,16 @@
|
||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hsdma: dma-controller@1b007000 {
|
||||||
|
compatible = "mediatek,mt7622-hsdma";
|
||||||
|
reg = <0 0x1b007000 0 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 219 IRQ_TYPE_LEVEL_LOW>;
|
||||||
|
clocks = <ðsys CLK_ETH_HSDMA_EN>;
|
||||||
|
clock-names = "hsdma";
|
||||||
|
power-domains = <&scpsys MT7622_POWER_DOMAIN_ETHSYS>;
|
||||||
|
#dma-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
eth: ethernet@1b100000 {
|
eth: ethernet@1b100000 {
|
||||||
compatible = "mediatek,mt7622-eth",
|
compatible = "mediatek,mt7622-eth",
|
||||||
"mediatek,mt2701-eth",
|
"mediatek,mt2701-eth",
|
||||||
|
|
Loading…
Reference in New Issue