hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/vexpress-v2p-ca15-tc1.dts
....@@ -53,6 +53,20 @@
5353 reg = <0 0x80000000 0 0x40000000>;
5454 };
5555
56
+ reserved-memory {
57
+ #address-cells = <2>;
58
+ #size-cells = <2>;
59
+ ranges;
60
+
61
+ /* Chipselect 2 is physically at 0x18000000 */
62
+ vram: vram@18000000 {
63
+ /* 8 MB of designated video RAM */
64
+ compatible = "shared-dma-pool";
65
+ reg = <0 0x18000000 0 0x00800000>;
66
+ no-map;
67
+ };
68
+ };
69
+
5670 hdlcd@2b000000 {
5771 compatible = "arm,hdlcd";
5872 reg = <0 0x2b000000 0 0x1000>;
....@@ -73,8 +87,8 @@
7387 status = "disabled";
7488 reg = <0 0x2b060000 0 0x1000>;
7589 interrupts = <0 98 4>;
76
- clocks = <&sys_pll>;
77
- clock-names = "apb_pclk";
90
+ clocks = <&sys_pll>, <&sys_pll>;
91
+ clock-names = "wdog_clk", "apb_pclk";
7892 };
7993
8094 gic: interrupt-controller@2c001000 {
....@@ -222,7 +236,7 @@
222236 };
223237 };
224238
225
- smb@8000000 {
239
+ bus@8000000 {
226240 compatible = "simple-bus";
227241
228242 #address-cells = <2>;