From: Reto Schneider Date: Tue, 14 Jan 2020 08:48:04 +0000 (+0100) Subject: MIPS: ralink: dts: mt7628a.dtsi: Add WMAC DT node X-Git-Tag: v5.10.7~3334^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff68d0da5a1633dd6fe2cc903e4c6177a7b64ef5;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Stefan Roese Cc: Paul Burton Cc: John Crispin Cc: Felix Fietkau Signed-off-by: Paul Burton Cc: linux-mips@vger.kernel.org --- diff --git a/arch/mips/boot/dts/ralink/mt7628a.dtsi b/arch/mips/boot/dts/ralink/mt7628a.dtsi index 742bcc1..892e8ab 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"; + }; };