diff options
author | Reto Schneider <reto.schneider@husqvarnagroup.com> | 2020-01-14 09:48:04 +0100 |
---|---|---|
committer | Paul Burton <paulburton@kernel.org> | 2020-01-14 16:02:15 -0800 |
commit | ff68d0da5a1633dd6fe2cc903e4c6177a7b64ef5 (patch) | |
tree | f253d90f67aaeb5b344a0963951c667ade4b1970 /arch | |
parent | 3d9f44ef75533093250810623ec67e97e2800bbf (diff) | |
download | linux-ff68d0da5a1633dd6fe2cc903e4c6177a7b64ef5.tar.gz linux-ff68d0da5a1633dd6fe2cc903e4c6177a7b64ef5.tar.bz2 linux-ff68d0da5a1633dd6fe2cc903e4c6177a7b64ef5.zip |
MIPS: ralink: dts: mt7628a.dtsi: Add WMAC DT node
This patch adds the WMAC controller description to the MT7628A dtsi file.
Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Paul Burton <paul.burton@mips.com>
Cc: John Crispin <john@phrozen.org>
Cc: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: linux-mips@vger.kernel.org
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/boot/dts/ralink/mt7628a.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/ralink/mt7628a.dtsi b/arch/mips/boot/dts/ralink/mt7628a.dtsi index 742bcc1dc2e0..892e8ab863c5 100644 --- a/arch/mips/boot/dts/ralink/mt7628a.dtsi +++ b/arch/mips/boot/dts/ralink/mt7628a.dtsi @@ -285,4 +285,14 @@ interrupt-parent = <&intc>; interrupts = <18>; }; + + wmac: wmac@10300000 { + compatible = "mediatek,mt7628-wmac"; + reg = <0x10300000 0x100000>; + + interrupt-parent = <&cpuintc>; + interrupts = <6>; + + status = "disabled"; + }; }; |