.. | .. |
---|
3 | 3 | * SoC core Device Tree for the ARM Integrator platforms |
---|
4 | 4 | */ |
---|
5 | 5 | |
---|
6 | | -/include/ "skeleton.dtsi" |
---|
7 | | - |
---|
8 | 6 | / { |
---|
| 7 | + #address-cells = <1>; |
---|
| 8 | + #size-cells = <1>; |
---|
| 9 | + |
---|
| 10 | + memory { |
---|
| 11 | + device_type = "memory"; |
---|
| 12 | + reg = <0x0 0x0>; |
---|
| 13 | + }; |
---|
| 14 | + |
---|
9 | 15 | core-module@10000000 { |
---|
10 | 16 | compatible = "arm,core-module-integrator", "syscon", "simple-mfd"; |
---|
11 | 17 | reg = <0x10000000 0x200>; |
---|
.. | .. |
---|
56 | 62 | compatible = "arm,versatile-flash", "cfi-flash"; |
---|
57 | 63 | reg = <0x24000000 0x02000000>; |
---|
58 | 64 | bank-width = <4>; |
---|
| 65 | + partitions { |
---|
| 66 | + compatible = "arm,arm-firmware-suite"; |
---|
| 67 | + }; |
---|
59 | 68 | }; |
---|
60 | 69 | |
---|
61 | 70 | fpga { |
---|