.. | .. |
---|
22 | 22 | |
---|
23 | 23 | #include <dt-bindings/interrupt-controller/irq.h> |
---|
24 | 24 | #include <dt-bindings/gpio/gpio.h> |
---|
25 | | -#include "skeleton.dtsi" |
---|
26 | 25 | |
---|
27 | 26 | / { |
---|
| 27 | + #address-cells = <1>; |
---|
| 28 | + #size-cells = <1>; |
---|
28 | 29 | compatible = "arm,realview-pbx"; |
---|
29 | 30 | |
---|
30 | 31 | chosen { }; |
---|
.. | .. |
---|
39 | 40 | }; |
---|
40 | 41 | |
---|
41 | 42 | memory { |
---|
| 43 | + device_type = "memory"; |
---|
42 | 44 | /* 128 MiB memory @ 0x0 */ |
---|
43 | 45 | reg = <0x00000000 0x08000000>; |
---|
44 | 46 | }; |
---|
.. | .. |
---|
132 | 134 | compatible = "arm,versatile-flash", "cfi-flash"; |
---|
133 | 135 | reg = <0x40000000 0x04000000>; |
---|
134 | 136 | bank-width = <4>; |
---|
| 137 | + partitions { |
---|
| 138 | + compatible = "arm,arm-firmware-suite"; |
---|
| 139 | + }; |
---|
135 | 140 | }; |
---|
136 | 141 | |
---|
137 | 142 | flash1@44000000 { |
---|
.. | .. |
---|
139 | 144 | compatible = "arm,versatile-flash", "cfi-flash"; |
---|
140 | 145 | reg = <0x44000000 0x04000000>; |
---|
141 | 146 | bank-width = <4>; |
---|
| 147 | + partitions { |
---|
| 148 | + compatible = "arm,arm-firmware-suite"; |
---|
| 149 | + }; |
---|
142 | 150 | }; |
---|
143 | 151 | |
---|
144 | 152 | /* SMSC 9118 ethernet with PHY and EEPROM */ |
---|
.. | .. |
---|
202 | 210 | }; |
---|
203 | 211 | }; |
---|
204 | 212 | |
---|
205 | | - soc: soc@0 { |
---|
| 213 | + soc: soc { |
---|
206 | 214 | compatible = "arm,realview-pbx-soc", "simple-bus"; |
---|
207 | 215 | #address-cells = <1>; |
---|
208 | 216 | #size-cells = <1>; |
---|
.. | .. |
---|
373 | 381 | compatible = "arm,sp805", "arm,primecell"; |
---|
374 | 382 | reg = <0x1000f000 0x1000>; |
---|
375 | 383 | clocks = <&wdogclk>, <&pclk>; |
---|
376 | | - clock-names = "wdogclk", "apb_pclk"; |
---|
| 384 | + clock-names = "wdog_clk", "apb_pclk"; |
---|
377 | 385 | status = "disabled"; |
---|
378 | 386 | }; |
---|
379 | 387 | |
---|
.. | .. |
---|
381 | 389 | compatible = "arm,sp805", "arm,primecell"; |
---|
382 | 390 | reg = <0x10010000 0x1000>; |
---|
383 | 391 | clocks = <&wdogclk>, <&pclk>; |
---|
384 | | - clock-names = "wdogclk", "apb_pclk"; |
---|
| 392 | + clock-names = "wdog_clk", "apb_pclk"; |
---|
385 | 393 | status = "disabled"; |
---|
386 | 394 | }; |
---|
387 | 395 | |
---|