Marc Carino | 79187a8 | 2014-02-26 01:27:21 -0800 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | #include "bcm7445.dtsi" |
| 3 | |
| 4 | / { |
| 5 | model = "Broadcom STB (bcm7445), SVMB reference board"; |
| 6 | compatible = "brcm,bcm7445", "brcm,brcmstb"; |
| 7 | |
| 8 | memory { |
| 9 | device_type = "memory"; |
| 10 | reg = <0x00 0x00000000 0x00 0x40000000>, |
| 11 | <0x00 0x40000000 0x00 0x40000000>, |
| 12 | <0x00 0x80000000 0x00 0x40000000>; |
| 13 | }; |
| 14 | }; |
Brian Norris | 3420ab3 | 2015-05-12 17:53:37 -0700 | [diff] [blame] | 15 | |
| 16 | &nand { |
| 17 | status = "okay"; |
| 18 | |
| 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; |
| 25 | |
| 26 | #size-cells = <2>; |
| 27 | #address-cells = <2>; |
| 28 | |
| 29 | flash1.rootfs0@0 { |
| 30 | reg = <0x0 0x0 0x0 0x80000000>; |
| 31 | }; |
| 32 | |
| 33 | flash1.rootfs1@80000000 { |
| 34 | reg = <0x0 0x80000000 0x0 0x80000000>; |
| 35 | }; |
| 36 | }; |
| 37 | }; |