Lines Matching +full:mt7623 +full:- +full:hsdma
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/dma/mediatek,mt7622-hsdma.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MediaTek High-Speed DMA Controller
10 - Sean Wang <sean.wang@mediatek.com>
13 - $ref: dma-controller.yaml#
18 - mediatek,mt7622-hsdma
19 - mediatek,mt7623-hsdma
30 clock-names:
31 const: hsdma
33 power-domains:
36 "#dma-cells":
41 - reg
42 - interrupts
43 - clocks
44 - clock-names
45 - power-domains
50 - |
51 #include <dt-bindings/clock/mt2701-clk.h>
52 #include <dt-bindings/interrupt-controller/arm-gic.h>
53 #include <dt-bindings/power/mt2701-power.h>
55 dma-controller@1b007000 {
56 compatible = "mediatek,mt7623-hsdma";
60 clock-names = "hsdma";
61 power-domains = <&scpsys MT2701_POWER_DOMAIN_ETH>;
62 #dma-cells = <1>;