Commit ff68d0da authored by Reto Schneider's avatar Reto Schneider Committed by Paul Burton

MIPS: ralink: dts: mt7628a.dtsi: Add WMAC DT node

This patch adds the WMAC controller description to the MT7628A dtsi file.
Signed-off-by: default avatarReto Schneider <reto.schneider@husqvarnagroup.com>
Signed-off-by: default avatarStefan 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: default avatarPaul Burton <paulburton@kernel.org>
Cc: linux-mips@vger.kernel.org
parent 3d9f44ef
......@@ -285,4 +285,14 @@ ehci@101c0000 {
interrupt-parent = <&intc>;
interrupts = <18>;
};
wmac: wmac@10300000 {
compatible = "mediatek,mt7628-wmac";
reg = <0x10300000 0x100000>;
interrupt-parent = <&cpuintc>;
interrupts = <6>;
status = "disabled";
};
};
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