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
This commit is contained in:
Reto Schneider 2020-01-14 09:48:04 +01:00 committed by Paul Burton
parent 3d9f44ef75
commit ff68d0da5a
No known key found for this signature in database
GPG Key ID: 3EA79FACB57500DD
1 changed files with 10 additions and 0 deletions

View File

@ -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";
};
};