projects
/
oweals
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ramips: disable NAND device in mt7621.dtsi to fix boot errors on many devices
[oweals/openwrt.git]
/
target
/
linux
/
ramips
/
dts
/
AWM002-4M.dtsi
1
/include/ "AWM002.dtsi"
2
3
/ {
4
compatible = "AWM002", "ralink,rt5350-soc";
5
model = "AsiaRF AWM002";
6
7
palmbus@10000000 {
8
spi@b00 {
9
m25p80@0 {
10
compatible = "jedec,spi-nor";
11
linux,modalias = "m25p80", "mx25l3205d";
12
};
13
};
14
};
15
};