Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /dts-v1/; |
| 3 | #include "bcm7445.dtsi" |
| 4 | |
| 5 | / { |
| 6 | model = "Broadcom STB (bcm7445), SVMB reference board"; |
| 7 | compatible = "brcm,bcm7445", "brcm,brcmstb"; |
| 8 | |
| 9 | memory@0 { |
| 10 | device_type = "memory"; |
| 11 | reg = <0x00 0x00000000 0x00 0x40000000>, |
| 12 | <0x00 0x40000000 0x00 0x40000000>, |
| 13 | <0x00 0x80000000 0x00 0x40000000>; |
| 14 | }; |
| 15 | }; |
| 16 | |
| 17 | &nand_controller { |
| 18 | status = "okay"; |
| 19 | |
| 20 | nand@1 { |
| 21 | compatible = "brcm,nandcs"; |
| 22 | reg = <1>; |
| 23 | nand-ecc-step-size = <512>; |
| 24 | nand-ecc-strength = <8>; |
| 25 | nand-on-flash-bbt; |
| 26 | |
| 27 | #size-cells = <2>; |
| 28 | #address-cells = <2>; |
| 29 | |
| 30 | flash1.rootfs0@0 { |
| 31 | reg = <0x0 0x0 0x0 0x80000000>; |
| 32 | }; |
| 33 | |
| 34 | flash1.rootfs1@80000000 { |
| 35 | reg = <0x0 0x80000000 0x0 0x80000000>; |
| 36 | }; |
| 37 | }; |
| 38 | }; |