| .. | .. |
|---|
| 23 | 23 | /dts-v1/; |
|---|
| 24 | 24 | #include <dt-bindings/interrupt-controller/irq.h> |
|---|
| 25 | 25 | #include <dt-bindings/gpio/gpio.h> |
|---|
| 26 | | -#include "skeleton.dtsi" |
|---|
| 27 | 26 | |
|---|
| 28 | 27 | / { |
|---|
| 28 | + #address-cells = <1>; |
|---|
| 29 | + #size-cells = <1>; |
|---|
| 29 | 30 | model = "ARM RealView PB1176"; |
|---|
| 30 | 31 | compatible = "arm,realview-pb1176"; |
|---|
| 31 | 32 | |
|---|
| .. | .. |
|---|
| 40 | 41 | }; |
|---|
| 41 | 42 | |
|---|
| 42 | 43 | memory { |
|---|
| 44 | + device_type = "memory"; |
|---|
| 43 | 45 | /* 128 MiB memory @ 0x0 */ |
|---|
| 44 | 46 | reg = <0x00000000 0x08000000>; |
|---|
| 45 | 47 | }; |
|---|
| .. | .. |
|---|
| 118 | 120 | compatible = "arm,versatile-flash", "cfi-flash"; |
|---|
| 119 | 121 | reg = <0x30000000 0x4000000>; |
|---|
| 120 | 122 | bank-width = <4>; |
|---|
| 123 | + partitions { |
|---|
| 124 | + compatible = "arm,arm-firmware-suite"; |
|---|
| 125 | + }; |
|---|
| 121 | 126 | }; |
|---|
| 122 | 127 | |
|---|
| 123 | 128 | fpga_flash@38000000 { |
|---|
| 124 | 129 | compatible = "arm,versatile-flash", "cfi-flash"; |
|---|
| 125 | 130 | reg = <0x38000000 0x800000>; |
|---|
| 126 | 131 | bank-width = <4>; |
|---|
| 132 | + partitions { |
|---|
| 133 | + compatible = "arm,arm-firmware-suite"; |
|---|
| 134 | + }; |
|---|
| 127 | 135 | }; |
|---|
| 128 | 136 | |
|---|
| 129 | 137 | /* |
|---|
| .. | .. |
|---|
| 315 | 323 | <0x10120000 0x100>; |
|---|
| 316 | 324 | }; |
|---|
| 317 | 325 | |
|---|
| 318 | | - L2: l2-cache { |
|---|
| 326 | + L2: cache-controller { |
|---|
| 319 | 327 | compatible = "arm,l220-cache"; |
|---|
| 320 | 328 | reg = <0x10110000 0x1000>; |
|---|
| 321 | 329 | interrupt-parent = <&intc_dc1176>; |
|---|