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

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
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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";
	};
};