| .. | .. |
|---|
| 56 | 56 | }; |
|---|
| 57 | 57 | }; |
|---|
| 58 | 58 | |
|---|
| 59 | + reserved-memory { |
|---|
| 60 | + #address-cells = <2>; |
|---|
| 61 | + #size-cells = <2>; |
|---|
| 62 | + ranges; |
|---|
| 63 | + |
|---|
| 64 | + rknpu_reserved: rknpu { |
|---|
| 65 | + compatible = "shared-dma-pool"; |
|---|
| 66 | + inactive; |
|---|
| 67 | + reusable; |
|---|
| 68 | + size = <0x0 0x20000000>; |
|---|
| 69 | + alignment = <0x0 0x1000>; |
|---|
| 70 | + }; |
|---|
| 71 | + }; |
|---|
| 72 | + |
|---|
| 59 | 73 | spdif-sound { |
|---|
| 60 | 74 | status = "okay"; |
|---|
| 61 | 75 | compatible = "simple-audio-card"; |
|---|
| 62 | 76 | simple-audio-card,name = "ROCKCHIP,SPDIF"; |
|---|
| 77 | + simple-audio-card,mclk-fs = <128>; |
|---|
| 63 | 78 | simple-audio-card,cpu { |
|---|
| 64 | 79 | sound-dai = <&spdif_8ch>; |
|---|
| 65 | 80 | }; |
|---|
| .. | .. |
|---|
| 244 | 259 | status = "okay"; |
|---|
| 245 | 260 | |
|---|
| 246 | 261 | vdd_cpu: tcs4525@1c { |
|---|
| 247 | | - compatible = "tcs,tcs452x"; |
|---|
| 262 | + compatible = "tcs,tcs4525"; |
|---|
| 248 | 263 | reg = <0x1c>; |
|---|
| 249 | 264 | vin-supply = <&vcc5v0_sys>; |
|---|
| 250 | 265 | regulator-compatible = "fan53555-reg"; |
|---|
| .. | .. |
|---|
| 331 | 346 | }; |
|---|
| 332 | 347 | |
|---|
| 333 | 348 | &rknpu { |
|---|
| 349 | + memory-region = <&rknpu_reserved>; |
|---|
| 334 | 350 | rknpu-supply = <&vdd_npu>; |
|---|
| 335 | 351 | status = "okay"; |
|---|
| 336 | 352 | }; |
|---|
| 337 | 353 | |
|---|
| 338 | 354 | &rknpu_mmu { |
|---|
| 339 | | - status = "okay"; |
|---|
| 355 | + status = "disabled"; |
|---|
| 340 | 356 | }; |
|---|
| 341 | 357 | |
|---|
| 342 | 358 | &rkvdec { |
|---|
| .. | .. |
|---|
| 373 | 389 | |
|---|
| 374 | 390 | &sdhci { |
|---|
| 375 | 391 | bus-width = <8>; |
|---|
| 376 | | - supports-emmc; |
|---|
| 392 | + no-sdio; |
|---|
| 393 | + no-sd; |
|---|
| 377 | 394 | non-removable; |
|---|
| 378 | 395 | status = "okay"; |
|---|
| 379 | 396 | }; |
|---|
| 380 | 397 | |
|---|
| 381 | 398 | &sfc { |
|---|
| 382 | 399 | status = "okay"; |
|---|
| 400 | + |
|---|
| 401 | + flash@0 { |
|---|
| 402 | + compatible = "spi-nand"; |
|---|
| 403 | + reg = <0>; |
|---|
| 404 | + spi-max-frequency = <75000000>; |
|---|
| 405 | + spi-rx-bus-width = <4>; |
|---|
| 406 | + spi-tx-bus-width = <1>; |
|---|
| 407 | + }; |
|---|
| 383 | 408 | }; |
|---|
| 384 | 409 | |
|---|
| 385 | 410 | &spdif_8ch { |
|---|