hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/arch/arm64/boot/dts/arm/vexpress-v2f-1xv7-ca53x2.dts
....@@ -43,14 +43,14 @@
4343
4444 cpu@0 {
4545 device_type = "cpu";
46
- compatible = "arm,cortex-a53", "arm,armv8";
46
+ compatible = "arm,cortex-a53";
4747 reg = <0 0>;
4848 next-level-cache = <&L2_0>;
4949 };
5050
5151 cpu@1 {
5252 device_type = "cpu";
53
- compatible = "arm,cortex-a53", "arm,armv8";
53
+ compatible = "arm,cortex-a53";
5454 reg = <0 1>;
5555 next-level-cache = <&L2_0>;
5656 };
....@@ -63,6 +63,20 @@
6363 memory@80000000 {
6464 device_type = "memory";
6565 reg = <0 0x80000000 0 0x80000000>; /* 2GB @ 2GB */
66
+ };
67
+
68
+ reserved-memory {
69
+ #address-cells = <2>;
70
+ #size-cells = <2>;
71
+ ranges;
72
+
73
+ /* Chipselect 2 is physically at 0x18000000 */
74
+ vram: vram@18000000 {
75
+ /* 8 MB of designated video RAM */
76
+ compatible = "shared-dma-pool";
77
+ reg = <0 0x18000000 0 0x00800000>;
78
+ no-map;
79
+ };
6680 };
6781
6882 gic: interrupt-controller@2c001000 {
....@@ -130,7 +144,7 @@
130144 };
131145 };
132146
133
- smb: smb@8000000 {
147
+ smb: bus@8000000 {
134148 compatible = "simple-bus";
135149
136150 #address-cells = <2>;