Merge tag 'iwlwifi-next-for-kalle-2016-07-01' of git://git.kernel.org/pub/scm/linux...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / bcm7445-bcm97445svmb.dts
1 /dts-v1/;
2 #include "bcm7445.dtsi"
3
4 / {
5         model = "Broadcom STB (bcm7445), SVMB reference board";
6         compatible = "brcm,bcm7445", "brcm,brcmstb";
7
8         memory {
9                 device_type = "memory";
10                 reg = <0x00 0x00000000 0x00 0x40000000>,
11                       <0x00 0x40000000 0x00 0x40000000>,
12                       <0x00 0x80000000 0x00 0x40000000>;
13         };
14 };
15
16 &nand {
17         status = "okay";
18
19         nandcs@1 {
20                 compatible = "brcm,nandcs";
21                 reg = <1>;
22                 nand-ecc-step-size = <512>;
23                 nand-ecc-strength = <8>;
24                 nand-on-flash-bbt;
25
26                 #size-cells = <2>;
27                 #address-cells = <2>;
28
29                 flash1.rootfs0@0 {
30                         reg = <0x0 0x0 0x0 0x80000000>;
31                 };
32
33                 flash1.rootfs1@80000000 {
34                         reg = <0x0 0x80000000 0x0 0x80000000>;
35                 };
36         };
37 };