ramips: create device tree node for MT7628 WMAC in preparation for future work on driver support in mt76

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48812
This commit is contained in:
Felix Fietkau 2016-02-28 13:21:54 +00:00
parent 9d18e34052
commit dc6533d982
2 changed files with 17 additions and 0 deletions

View file

@ -20,6 +20,10 @@
};
};
wmac@10300000 {
status = "okay";
};
palmbus@10000000 {
spi@b00 {
status = "okay";

View file

@ -441,4 +441,17 @@
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>;
};
};