hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm/boot/dts/vexpress-v2p-ca5s.dts
....@@ -55,6 +55,20 @@
5555 reg = <0x80000000 0x40000000>;
5656 };
5757
58
+ reserved-memory {
59
+ #address-cells = <1>;
60
+ #size-cells = <1>;
61
+ ranges;
62
+
63
+ /* Chipselect 2 is physically at 0x18000000 */
64
+ vram: vram@18000000 {
65
+ /* 8 MB of designated video RAM */
66
+ compatible = "shared-dma-pool";
67
+ reg = <0x18000000 0x00800000>;
68
+ no-map;
69
+ };
70
+ };
71
+
5872 hdlcd@2a110000 {
5973 compatible = "arm,hdlcd";
6074 reg = <0x2a110000 0x1000>;
....@@ -118,6 +132,7 @@
118132 reg = <0x2c0f0000 0x1000>;
119133 interrupts = <0 84 4>;
120134 cache-level = <2>;
135
+ cache-unified;
121136 };
122137
123138 pmu {
....@@ -192,7 +207,7 @@
192207 };
193208 };
194209
195
- smb: smb@8000000 {
210
+ smb: bus@8000000 {
196211 compatible = "simple-bus";
197212
198213 #address-cells = <2>;