projects
/
15.05
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
brcm63xx: dts: fix spelling of "bank-width"
[15.05/openwrt.git]
/
target
/
linux
/
brcm63xx
/
dts
/
bcm6338.dtsi
1
/ {
2
#address-cells = <1>;
3
#size-cells = <1>;
4
compatible = "brcm,bcm6338";
5
6
aliases {
7
pflash = &pflash;
8
};
9
10
cpus {
11
cpu@0 {
12
compatible = "brcm,bmips3300", "mips,mips4Kc";
13
};
14
};
15
16
memory { device_type = "memory"; reg = <0 0>; };
17
18
pflash: nor@1fc00000 {
19
compatible = "cfi-flash";
20
reg = <0x1fc00000 0x400000>;
21
bank-width = <2>;
22
#address-cells = <1>;
23
#size-cells = <1>;
24
25
status = "disabled";
26
};
27
28
ubus@fff00000 {
29
#address-cells = <1>;
30
#size-cells = <1>;
31
compatible = "simple-bus";
32
};
33
};