Skip to content
Snippets Groups Projects
Commit dc6533d9 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

ramips: create device tree node for MT7628 WMAC in preparation for future work...

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

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

SVN-Revision: 48812
parent 9d18e340
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,10 @@
};
};
wmac@10300000 {
status = "okay";
};
palmbus@10000000 {
spi@b00 {
status = "okay";
......
......@@ -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>;
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment