brcm63xx: add support for registering parallel flash through dtb
[openwrt/staging/mkresin.git] / target / linux / brcm63xx / dts / bcm6358.dtsi
1 / {
2 #address-cells = <1>;
3 #size-cells = <1>;
4 compatible = "brcm,bcm6358";
5
6 aliases {
7 pflash = &pflash;
8 };
9
10 cpus {
11 cpu@0 {
12 compatible = "brcm,bmips4350", "mips,mips4Kc";
13 };
14
15 cpu@1 {
16 compatible = "brcm,bmips4350", "mips,mips4Kc";
17 };
18 };
19
20 memory { device_type = "memory"; reg = <0 0>; };
21
22 pflash: nor@1e000000 {
23 compatible = "cfi-flash";
24 reg = <0x1e000000 0x2000000>;
25 bank-width = <2>;
26 #address-cells = <1>;
27 #size-cells = <1>;
28
29 status = "disabled";
30 };
31
32 ubus@fff00000 {
33 #address-cells = <1>;
34 #size-cells = <1>;
35 compatible = "simple-bus";
36 };
37 };