From: Lorenzo Bianconi Date: Tue, 30 Oct 2018 22:28:03 +0000 (+0100) Subject: ramips: add mt76x0 node to RT-AC51U device tree X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e612e6051742ebb799766e136c9627ae0e329dbc;p=openwrt%2Fstaging%2Fblocktrron.git 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 --- diff --git a/target/linux/ramips/dts/RT-AC51U.dts b/target/linux/ramips/dts/RT-AC51U.dts index 6bed8446e5..683f17bb75 100644 --- a/target/linux/ramips/dts/RT-AC51U.dts +++ b/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>; + }; +};