Browse Source

ramips: add mt76x0 node to RT-AC51U device tree

Introduce mt76x0e device tree node in RT-AC51U dts.
Define mt76x0e mtd partition and offset

Signed-off-by: Lorenzo Bianconi <[email protected]>
Lorenzo Bianconi 7 years ago
parent
commit
e612e60517
1 changed files with 11 additions and 0 deletions
  1. 11 0
      target/linux/ramips/dts/RT-AC51U.dts

+ 11 - 0
target/linux/ramips/dts/RT-AC51U.dts

@@ -135,3 +135,14 @@
 		};
 	};
 };
+
+&pcie {
+	status = "okay";
+};
+
+&pcie0 {
+	wifi@0,0 {
+		reg = <0x0000 0 0 0 0>;
+		mediatek,mtd-eeprom = <&factory 0x8000>;
+	};
+};