mm: hugetlb: fix hugepage memory leak caused by wrong reserve count
[linux/fpc-iii.git] / arch / arm / boot / dts / bcm7445-bcm97445svmb.dts
blob0bb8d17e4c2d037439ecd9165bba6d1b9730febc
1 /dts-v1/;
2 #include "bcm7445.dtsi"
4 / {
5         model = "Broadcom STB (bcm7445), SVMB reference board";
6         compatible = "brcm,bcm7445", "brcm,brcmstb";
8         memory {
9                 device_type = "memory";
10                 reg = <0x00 0x00000000 0x00 0x40000000>,
11                       <0x00 0x40000000 0x00 0x40000000>,
12                       <0x00 0x80000000 0x00 0x40000000>;
13         };
16 &nand {
17         status = "okay";
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;
26                 #size-cells = <2>;
27                 #address-cells = <2>;
29                 flash1.rootfs0@0 {
30                         reg = <0x0 0x0 0x0 0x80000000>;
31                 };
33                 flash1.rootfs1@80000000 {
34                         reg = <0x0 0x80000000 0x0 0x80000000>;
35                 };
36         };