| .. | .. |
|---|
| 19 | 19 | }; |
|---|
| 20 | 20 | |
|---|
| 21 | 21 | chosen { |
|---|
| 22 | | - bootargs = "ignore_loglevel root=/dev/nfs ip=dhcp rw"; |
|---|
| 22 | + bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; |
|---|
| 23 | 23 | stdout-path = "serial0:115200n8"; |
|---|
| 24 | 24 | }; |
|---|
| 25 | 25 | |
|---|
| .. | .. |
|---|
| 157 | 157 | |
|---|
| 158 | 158 | &cpu0 { |
|---|
| 159 | 159 | cpu0-supply = <&vdd_dvfs>; |
|---|
| 160 | | - operating-points = < |
|---|
| 161 | | - /* kHz uV */ |
|---|
| 162 | | - 1950000 1115000 |
|---|
| 163 | | - 1462500 995000 |
|---|
| 164 | | - >; |
|---|
| 160 | + operating-points = <1950000 1115000>, /* kHz uV */ |
|---|
| 161 | + <1462500 995000>; |
|---|
| 165 | 162 | voltage-tolerance = <1>; /* 1% */ |
|---|
| 166 | 163 | }; |
|---|
| 167 | 164 | |
|---|
| 168 | 165 | &bsc { |
|---|
| 166 | + flash@0 { |
|---|
| 167 | + compatible = "cfi-flash", "mtd-rom"; |
|---|
| 168 | + reg = <0x0 0x08000000>; |
|---|
| 169 | + bank-width = <2>; |
|---|
| 170 | + |
|---|
| 171 | + partitions { |
|---|
| 172 | + compatible = "fixed-partitions"; |
|---|
| 173 | + #address-cells = <1>; |
|---|
| 174 | + #size-cells = <1>; |
|---|
| 175 | + |
|---|
| 176 | + partition@0 { |
|---|
| 177 | + label = "uboot"; |
|---|
| 178 | + reg = <0x00000000 0x00040000>; |
|---|
| 179 | + read-only; |
|---|
| 180 | + }; |
|---|
| 181 | + partition@40000 { |
|---|
| 182 | + label = "uboot-env"; |
|---|
| 183 | + reg = <0x00040000 0x00040000>; |
|---|
| 184 | + read-only; |
|---|
| 185 | + }; |
|---|
| 186 | + partition@80000 { |
|---|
| 187 | + label = "flash"; |
|---|
| 188 | + reg = <0x00080000 0x07f80000>; |
|---|
| 189 | + }; |
|---|
| 190 | + }; |
|---|
| 191 | + }; |
|---|
| 192 | + |
|---|
| 169 | 193 | ethernet@8000000 { |
|---|
| 170 | 194 | compatible = "smsc,lan9220", "smsc,lan9115"; |
|---|
| 171 | 195 | reg = <0x08000000 0x1000>; |
|---|