diff options
| author | Reto Schneider <[email protected]> | 2020-01-14 09:48:04 +0100 |
|---|---|---|
| committer | Paul Burton <[email protected]> | 2020-01-14 16:02:15 -0800 |
| commit | ff68d0da5a1633dd6fe2cc903e4c6177a7b64ef5 (patch) | |
| tree | f253d90f67aaeb5b344a0963951c667ade4b1970 | |
| parent | 3d9f44ef75533093250810623ec67e97e2800bbf (diff) | |
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 <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
Cc: Paul Burton <[email protected]>
Cc: John Crispin <[email protected]>
Cc: Felix Fietkau <[email protected]>
Signed-off-by: Paul Burton <[email protected]>
Cc: [email protected]
| -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"; + }; }; |