1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 2 /dts-v1/; 3 #include "bcm7445.dtsi" 3 #include "bcm7445.dtsi" 4 4 5 / { 5 / { 6 model = "Broadcom STB (bcm7445), SVMB 6 model = "Broadcom STB (bcm7445), SVMB reference board"; 7 compatible = "brcm,bcm7445", "brcm,brc 7 compatible = "brcm,bcm7445", "brcm,brcmstb"; 8 8 9 memory@0 { 9 memory@0 { 10 device_type = "memory"; 10 device_type = "memory"; 11 reg = <0x00 0x00000000 0x00 0x 11 reg = <0x00 0x00000000 0x00 0x40000000>, 12 <0x00 0x40000000 0x00 0x 12 <0x00 0x40000000 0x00 0x40000000>, 13 <0x00 0x80000000 0x00 0x 13 <0x00 0x80000000 0x00 0x40000000>; 14 }; 14 }; 15 }; 15 }; 16 16 17 &nand_controller { 17 &nand_controller { 18 status = "okay"; 18 status = "okay"; 19 19 20 nand@1 { 20 nand@1 { 21 compatible = "brcm,nandcs"; 21 compatible = "brcm,nandcs"; 22 reg = <1>; 22 reg = <1>; 23 nand-ecc-step-size = <512>; 23 nand-ecc-step-size = <512>; 24 nand-ecc-strength = <8>; 24 nand-ecc-strength = <8>; 25 nand-on-flash-bbt; 25 nand-on-flash-bbt; 26 26 27 #size-cells = <2>; 27 #size-cells = <2>; 28 #address-cells = <2>; 28 #address-cells = <2>; 29 29 30 flash1.rootfs0@0 { 30 flash1.rootfs0@0 { 31 reg = <0x0 0x0 0x0 0x8 31 reg = <0x0 0x0 0x0 0x80000000>; 32 }; 32 }; 33 33 34 flash1.rootfs1@80000000 { 34 flash1.rootfs1@80000000 { 35 reg = <0x0 0x80000000 35 reg = <0x0 0x80000000 0x0 0x80000000>; 36 }; 36 }; 37 }; 37 }; 38 }; 38 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.