kernel/arch/arm/boot/dts/versatile-ab.dts
.. .. @@ -1,6 +1,5 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 /dts-v1/; 3 -/include/ "skeleton.dtsi"4 3 5 4 / { 6 5 model = "ARM Versatile AB"; .. .. @@ -21,6 +20,7 @@ 21 20 }; 22 21 23 22 memory { 23 + device_type = "memory";24 24 reg = <0x0 0x08000000>; 25 25 }; 26 26 .. .. @@ -161,6 +161,9 @@ 161 161 compatible = "arm,versatile-flash", "cfi-flash"; 162 162 reg = <0x34000000 0x04000000>; 163 163 bank-width = <4>; 164 + partitions {165 + compatible = "arm,arm-firmware-suite";166 + };164 167 }; 165 168 166 169 i2c0: i2c@10002000 {