forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/integrator.dtsi
....@@ -3,9 +3,15 @@
33 * SoC core Device Tree for the ARM Integrator platforms
44 */
55
6
-/include/ "skeleton.dtsi"
7
-
86 / {
7
+ #address-cells = <1>;
8
+ #size-cells = <1>;
9
+
10
+ memory {
11
+ device_type = "memory";
12
+ reg = <0x0 0x0>;
13
+ };
14
+
915 core-module@10000000 {
1016 compatible = "arm,core-module-integrator", "syscon", "simple-mfd";
1117 reg = <0x10000000 0x200>;
....@@ -56,6 +62,9 @@
5662 compatible = "arm,versatile-flash", "cfi-flash";
5763 reg = <0x24000000 0x02000000>;
5864 bank-width = <4>;
65
+ partitions {
66
+ compatible = "arm,arm-firmware-suite";
67
+ };
5968 };
6069
6170 fpga {