Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /dts-v1/;
0003 #include "bcm7445.dtsi"
0004 
0005 / {
0006         model = "Broadcom STB (bcm7445), SVMB reference board";
0007         compatible = "brcm,bcm7445", "brcm,brcmstb";
0008 
0009         memory@0 {
0010                 device_type = "memory";
0011                 reg = <0x00 0x00000000 0x00 0x40000000>,
0012                       <0x00 0x40000000 0x00 0x40000000>,
0013                       <0x00 0x80000000 0x00 0x40000000>;
0014         };
0015 };
0016 
0017 &nand_controller {
0018         status = "okay";
0019 
0020         nand@1 {
0021                 compatible = "brcm,nandcs";
0022                 reg = <1>;
0023                 nand-ecc-step-size = <512>;
0024                 nand-ecc-strength = <8>;
0025                 nand-on-flash-bbt;
0026 
0027                 #size-cells = <2>;
0028                 #address-cells = <2>;
0029 
0030                 flash1.rootfs0@0 {
0031                         reg = <0x0 0x0 0x0 0x80000000>;
0032                 };
0033 
0034                 flash1.rootfs1@80000000 {
0035                         reg = <0x0 0x80000000 0x0 0x80000000>;
0036                 };
0037         };
0038 };