| .. | .. |
|---|
| 55 | 55 | reg = <0x80000000 0x40000000>; |
|---|
| 56 | 56 | }; |
|---|
| 57 | 57 | |
|---|
| 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 | + |
|---|
| 58 | 72 | hdlcd@2a110000 { |
|---|
| 59 | 73 | compatible = "arm,hdlcd"; |
|---|
| 60 | 74 | reg = <0x2a110000 0x1000>; |
|---|
| .. | .. |
|---|
| 118 | 132 | reg = <0x2c0f0000 0x1000>; |
|---|
| 119 | 133 | interrupts = <0 84 4>; |
|---|
| 120 | 134 | cache-level = <2>; |
|---|
| 135 | + cache-unified; |
|---|
| 121 | 136 | }; |
|---|
| 122 | 137 | |
|---|
| 123 | 138 | pmu { |
|---|
| .. | .. |
|---|
| 192 | 207 | }; |
|---|
| 193 | 208 | }; |
|---|
| 194 | 209 | |
|---|
| 195 | | - smb: smb@8000000 { |
|---|
| 210 | + smb: bus@8000000 { |
|---|
| 196 | 211 | compatible = "simple-bus"; |
|---|
| 197 | 212 | |
|---|
| 198 | 213 | #address-cells = <2>; |
|---|