.. | .. |
---|
32 | 32 | spi1 = &spi1; |
---|
33 | 33 | }; |
---|
34 | 34 | |
---|
35 | | - amba { |
---|
| 35 | + amba: bus { |
---|
36 | 36 | compatible = "simple-bus"; |
---|
37 | 37 | #address-cells = <1>; |
---|
38 | 38 | #size-cells = <1>; |
---|
.. | .. |
---|
70 | 70 | <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>; |
---|
71 | 71 | #dma-cells = <1>; |
---|
72 | 72 | arm,pl330-broken-no-flushp; |
---|
| 73 | + arm,pl330-periph-burst; |
---|
73 | 74 | clocks = <&cru ACLK_DMA2>; |
---|
74 | 75 | clock-names = "apb_pclk"; |
---|
75 | 76 | }; |
---|
.. | .. |
---|
93 | 94 | status = "disabled"; |
---|
94 | 95 | }; |
---|
95 | 96 | |
---|
96 | | - L2: l2-cache-controller@10138000 { |
---|
| 97 | + L2: cache-controller@10138000 { |
---|
97 | 98 | compatible = "arm,pl310-cache"; |
---|
98 | 99 | reg = <0x10138000 0x1000>; |
---|
99 | 100 | cache-unified; |
---|
.. | .. |
---|
110 | 111 | reg = <0x1013c200 0x20>; |
---|
111 | 112 | interrupts = <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_EDGE_RISING)>; |
---|
112 | 113 | clocks = <&cru CORE_PERI>; |
---|
| 114 | + status = "disabled"; |
---|
| 115 | + /* The clock source and the sched_clock provided by the arm_global_timer |
---|
| 116 | + * on Rockchip rk3066a/rk3188 are quite unstable because their rates |
---|
| 117 | + * depend on the CPU frequency. |
---|
| 118 | + * Keep the arm_global_timer disabled in order to have the |
---|
| 119 | + * DW_APB_TIMER (rk3066a) or ROCKCHIP_TIMER (rk3188) selected by default. |
---|
| 120 | + */ |
---|
113 | 121 | }; |
---|
114 | 122 | |
---|
115 | 123 | local_timer: local-timer@1013c600 { |
---|
.. | .. |
---|
147 | 155 | clock-names = "baudclk", "apb_pclk"; |
---|
148 | 156 | clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>; |
---|
149 | 157 | status = "disabled"; |
---|
| 158 | + }; |
---|
| 159 | + |
---|
| 160 | + qos_gpu: qos@1012d000 { |
---|
| 161 | + compatible = "syscon"; |
---|
| 162 | + reg = <0x1012d000 0x20>; |
---|
| 163 | + }; |
---|
| 164 | + |
---|
| 165 | + qos_vpu: qos@1012e000 { |
---|
| 166 | + compatible = "syscon"; |
---|
| 167 | + reg = <0x1012e000 0x20>; |
---|
| 168 | + }; |
---|
| 169 | + |
---|
| 170 | + qos_lcdc0: qos@1012f000 { |
---|
| 171 | + compatible = "syscon"; |
---|
| 172 | + reg = <0x1012f000 0x20>; |
---|
| 173 | + }; |
---|
| 174 | + |
---|
| 175 | + qos_cif0: qos@1012f080 { |
---|
| 176 | + compatible = "syscon"; |
---|
| 177 | + reg = <0x1012f080 0x20>; |
---|
| 178 | + }; |
---|
| 179 | + |
---|
| 180 | + qos_ipp: qos@1012f100 { |
---|
| 181 | + compatible = "syscon"; |
---|
| 182 | + reg = <0x1012f100 0x20>; |
---|
| 183 | + }; |
---|
| 184 | + |
---|
| 185 | + qos_lcdc1: qos@1012f180 { |
---|
| 186 | + compatible = "syscon"; |
---|
| 187 | + reg = <0x1012f180 0x20>; |
---|
| 188 | + }; |
---|
| 189 | + |
---|
| 190 | + qos_cif1: qos@1012f200 { |
---|
| 191 | + compatible = "syscon"; |
---|
| 192 | + reg = <0x1012f200 0x20>; |
---|
| 193 | + }; |
---|
| 194 | + |
---|
| 195 | + qos_rga: qos@1012f280 { |
---|
| 196 | + compatible = "syscon"; |
---|
| 197 | + reg = <0x1012f280 0x20>; |
---|
150 | 198 | }; |
---|
151 | 199 | |
---|
152 | 200 | usb_otg: usb@10180000 { |
---|
.. | .. |
---|
193 | 241 | status = "disabled"; |
---|
194 | 242 | }; |
---|
195 | 243 | |
---|
196 | | - mmc0: dwmmc@10214000 { |
---|
| 244 | + mmc0: mmc@10214000 { |
---|
197 | 245 | compatible = "rockchip,rk2928-dw-mshc"; |
---|
198 | 246 | reg = <0x10214000 0x1000>; |
---|
199 | 247 | interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>; |
---|
.. | .. |
---|
207 | 255 | status = "disabled"; |
---|
208 | 256 | }; |
---|
209 | 257 | |
---|
210 | | - mmc1: dwmmc@10218000 { |
---|
| 258 | + mmc1: mmc@10218000 { |
---|
211 | 259 | compatible = "rockchip,rk2928-dw-mshc"; |
---|
212 | 260 | reg = <0x10218000 0x1000>; |
---|
213 | 261 | interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>; |
---|
.. | .. |
---|
221 | 269 | status = "disabled"; |
---|
222 | 270 | }; |
---|
223 | 271 | |
---|
224 | | - emmc: dwmmc@1021c000 { |
---|
| 272 | + emmc: mmc@1021c000 { |
---|
225 | 273 | compatible = "rockchip,rk2928-dw-mshc"; |
---|
226 | 274 | reg = <0x1021c000 0x1000>; |
---|
227 | 275 | interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>; |
---|
.. | .. |
---|
249 | 297 | compatible = "rockchip,rk3066-pmu", "syscon", "simple-mfd"; |
---|
250 | 298 | reg = <0x20004000 0x100>; |
---|
251 | 299 | |
---|
252 | | - reboot_mode: reboot-mode { |
---|
| 300 | + reboot-mode { |
---|
253 | 301 | compatible = "syscon-reboot-mode"; |
---|
254 | 302 | offset = <0x40>; |
---|
255 | 303 | mode-normal = <BOOT_NORMAL>; |
---|