projects
/
15.05
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
brcm63xx: add empty dtsi files for each of the supported SoCs
[15.05/openwrt.git]
/
target
/
linux
/
brcm63xx
/
dts
/
bcm63268.dtsi
1
/ {
2
#address-cells = <1>;
3
#size-cells = <1>;
4
compatible = "brcm,bcm63268";
5
6
cpus {
7
cpu@0 {
8
compatible = "brcm,bmips4350", "mips,mips4Kc";
9
};
10
11
cpu@1 {
12
compatible = "brcm,bmips4350", "mips,mips4Kc";
13
};
14
};
15
16
memory { device_type = "memory"; reg = <0 0>; };
17
18
ubus@10000000 {
19
#address-cells = <1>;
20
#size-cells = <1>;
21
compatible = "simple-bus";
22
};
23
};