.. | .. |
---|
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-eb"; |
---|
29 | 30 | |
---|
30 | 31 | chosen { }; |
---|
.. | .. |
---|
38 | 39 | }; |
---|
39 | 40 | |
---|
40 | 41 | memory { |
---|
| 42 | + device_type = "memory"; |
---|
41 | 43 | /* 128 MiB memory @ 0x0 */ |
---|
42 | 44 | reg = <0x00000000 0x08000000>; |
---|
43 | 45 | }; |
---|
.. | .. |
---|
117 | 119 | compatible = "arm,versatile-flash", "cfi-flash"; |
---|
118 | 120 | reg = <0x40000000 0x04000000>; |
---|
119 | 121 | bank-width = <4>; |
---|
| 122 | + partitions { |
---|
| 123 | + compatible = "arm,arm-firmware-suite"; |
---|
| 124 | + }; |
---|
120 | 125 | }; |
---|
121 | 126 | |
---|
122 | 127 | flash1@44000000 { |
---|
.. | .. |
---|
124 | 129 | compatible = "arm,versatile-flash", "cfi-flash"; |
---|
125 | 130 | reg = <0x44000000 0x04000000>; |
---|
126 | 131 | bank-width = <4>; |
---|
| 132 | + partitions { |
---|
| 133 | + compatible = "arm,arm-firmware-suite"; |
---|
| 134 | + }; |
---|
127 | 135 | }; |
---|
128 | 136 | |
---|
129 | 137 | /* SMSC LAN91C111 ethernet with PHY and EEPROM */ |
---|
.. | .. |
---|
382 | 390 | compatible = "arm,sp805", "arm,primecell"; |
---|
383 | 391 | reg = <0x10010000 0x1000>; |
---|
384 | 392 | clocks = <&wdogclk>, <&pclk>; |
---|
385 | | - clock-names = "wdogclk", "apb_pclk"; |
---|
| 393 | + clock-names = "wdog_clk", "apb_pclk"; |
---|
386 | 394 | status = "disabled"; |
---|
387 | 395 | }; |
---|
388 | 396 | |
---|