.. | .. |
---|
43 | 43 | |
---|
44 | 44 | cpu@0 { |
---|
45 | 45 | device_type = "cpu"; |
---|
46 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 46 | + compatible = "arm,cortex-a53"; |
---|
47 | 47 | reg = <0 0>; |
---|
48 | 48 | next-level-cache = <&L2_0>; |
---|
49 | 49 | }; |
---|
50 | 50 | |
---|
51 | 51 | cpu@1 { |
---|
52 | 52 | device_type = "cpu"; |
---|
53 | | - compatible = "arm,cortex-a53", "arm,armv8"; |
---|
| 53 | + compatible = "arm,cortex-a53"; |
---|
54 | 54 | reg = <0 1>; |
---|
55 | 55 | next-level-cache = <&L2_0>; |
---|
56 | 56 | }; |
---|
.. | .. |
---|
63 | 63 | memory@80000000 { |
---|
64 | 64 | device_type = "memory"; |
---|
65 | 65 | 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 | + }; |
---|
66 | 80 | }; |
---|
67 | 81 | |
---|
68 | 82 | gic: interrupt-controller@2c001000 { |
---|
.. | .. |
---|
130 | 144 | }; |
---|
131 | 145 | }; |
---|
132 | 146 | |
---|
133 | | - smb: smb@8000000 { |
---|
| 147 | + smb: bus@8000000 { |
---|
134 | 148 | compatible = "simple-bus"; |
---|
135 | 149 | |
---|
136 | 150 | #address-cells = <2>; |
---|