diff options
author | Lorenzo Bianconi <lorenzo.bianconi@redhat.com> | 2018-10-30 23:28:03 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-11-26 12:05:47 +0100 |
commit | e612e6051742ebb799766e136c9627ae0e329dbc (patch) | |
tree | 6636211ac02cb6c012af7eb8ed84b6a0f4fea984 /target/linux | |
parent | 5d5c0b0582247986609cd3146da1fa6b61601972 (diff) | |
download | upstream-e612e6051742ebb799766e136c9627ae0e329dbc.tar.gz upstream-e612e6051742ebb799766e136c9627ae0e329dbc.tar.bz2 upstream-e612e6051742ebb799766e136c9627ae0e329dbc.zip |
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 <lorenzo.bianconi@redhat.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/RT-AC51U.dts | 11 |
1 files changed, 11 insertions, 0 deletions
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>; + }; +}; |