| .. | .. |
|---|
| 53 | 53 | reg = <0 0x80000000 0 0x40000000>; |
|---|
| 54 | 54 | }; |
|---|
| 55 | 55 | |
|---|
| 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 | + |
|---|
| 56 | 70 | hdlcd@2b000000 { |
|---|
| 57 | 71 | compatible = "arm,hdlcd"; |
|---|
| 58 | 72 | reg = <0 0x2b000000 0 0x1000>; |
|---|
| .. | .. |
|---|
| 73 | 87 | status = "disabled"; |
|---|
| 74 | 88 | reg = <0 0x2b060000 0 0x1000>; |
|---|
| 75 | 89 | 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"; |
|---|
| 78 | 92 | }; |
|---|
| 79 | 93 | |
|---|
| 80 | 94 | gic: interrupt-controller@2c001000 { |
|---|
| .. | .. |
|---|
| 222 | 236 | }; |
|---|
| 223 | 237 | }; |
|---|
| 224 | 238 | |
|---|
| 225 | | - smb@8000000 { |
|---|
| 239 | + bus@8000000 { |
|---|
| 226 | 240 | compatible = "simple-bus"; |
|---|
| 227 | 241 | |
|---|
| 228 | 242 | #address-cells = <2>; |
|---|