ramips: create device tree node for MT7628 WMAC in preparation for future work on...
[openwrt.git] / target / linux / ramips / dts / mt7628an.dtsi
index d2b95a6..e120e56 100644 (file)
                        device_type = "pci";
                };
        };
+
+       wmac: wmac@10300000 {
+               compatible = "mediatek,mt7628-wmac";
+               reg = <0x10300000 100000>;
+
+               interrupt-parent = <&cpuintc>;
+               interrupts = <6>;
+
+               status = "disabled";
+
+               mediatek,mtd-eeprom = <&factory 0x0000>;
+               mediatek,5ghz = <0>;
+       };
 };