blob: b482b6dfc91371c99cb8c0bed00eb6511ab438e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#include "mt7620a_asus_rt-ac5x.dtsi"
/ {
compatible = "asus,rt-ac51u", "ralink,mt7620a-soc";
model = "Asus RT-AC51U";
};
&pcie0 {
wifi@0,0 {
reg = <0x0000 0 0 0 0>;
nvmem-cells = <&eeprom_factory_8000>;
nvmem-cell-names = "eeprom";
};
};
|