mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbol
[linux/fpc-iii.git] / arch / arm / boot / dts / bcm7445-bcm97445svmb.dts
blob8006c69a3fdf6e738b50f3fff86b0ab7f60e496f
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3 #include "bcm7445.dtsi"
5 / {
6         model = "Broadcom STB (bcm7445), SVMB reference board";
7         compatible = "brcm,bcm7445", "brcm,brcmstb";
9         memory {
10                 device_type = "memory";
11                 reg = <0x00 0x00000000 0x00 0x40000000>,
12                       <0x00 0x40000000 0x00 0x40000000>,
13                       <0x00 0x80000000 0x00 0x40000000>;
14         };
17 &nand {
18         status = "okay";
20         nandcs@1 {
21                 compatible = "brcm,nandcs";
22                 reg = <1>;
23                 nand-ecc-step-size = <512>;
24                 nand-ecc-strength = <8>;
25                 nand-on-flash-bbt;
27                 #size-cells = <2>;
28                 #address-cells = <2>;
30                 flash1.rootfs0@0 {
31                         reg = <0x0 0x0 0x0 0x80000000>;
32                 };
34                 flash1.rootfs1@80000000 {
35                         reg = <0x0 0x80000000 0x0 0x80000000>;
36                 };
37         };