|
2277 | 2277 | isp0: isp@fed00000 {
|
2278 | 2278 | compatible = "renesas,r8a779g0-isp",
|
2279 | 2279 | "renesas,rcar-gen4-isp";
|
2280 |
| - reg = <0 0xfed00000 0 0x10000>; |
2281 |
| - interrupts = <GIC_SPI 473 IRQ_TYPE_LEVEL_LOW>; |
2282 |
| - clocks = <&cpg CPG_MOD 612>; |
| 2280 | + reg = <0 0xfed00000 0 0x10000>, <0 0xfec00000 0 0x100000>; |
| 2281 | + reg-names = "cs", "core"; |
| 2282 | + interrupts = <GIC_SPI 473 IRQ_TYPE_LEVEL_HIGH>, |
| 2283 | + <GIC_SPI 475 IRQ_TYPE_LEVEL_HIGH>; |
| 2284 | + interrupt-names = "cs", "core"; |
| 2285 | + clocks = <&cpg CPG_MOD 612>, <&cpg CPG_MOD 16>; |
| 2286 | + clock-names = "cs", "core"; |
2283 | 2287 | power-domains = <&sysc R8A779G0_PD_A3ISP0>;
|
2284 |
| - resets = <&cpg 612>; |
| 2288 | + resets = <&cpg 612>, <&cpg 16>; |
| 2289 | + reset-names = "cs", "core"; |
2285 | 2290 | status = "disabled";
|
2286 | 2291 |
|
| 2292 | + renesas,vspx = <&vspx0>; |
| 2293 | + |
2287 | 2294 | ports {
|
2288 | 2295 | #address-cells = <1>;
|
2289 | 2296 | #size-cells = <0>;
|
|
2361 | 2368 | isp1: isp@fed20000 {
|
2362 | 2369 | compatible = "renesas,r8a779g0-isp",
|
2363 | 2370 | "renesas,rcar-gen4-isp";
|
2364 |
| - reg = <0 0xfed20000 0 0x10000>; |
2365 |
| - interrupts = <GIC_SPI 474 IRQ_TYPE_LEVEL_LOW>; |
2366 |
| - clocks = <&cpg CPG_MOD 613>; |
| 2371 | + reg = <0 0xfed20000 0 0x10000>, <0 0xfee00000 0 0x100000>; |
| 2372 | + reg-names = "cs", "core"; |
| 2373 | + interrupts = <GIC_SPI 474 IRQ_TYPE_LEVEL_HIGH>, |
| 2374 | + <GIC_SPI 476 IRQ_TYPE_LEVEL_HIGH>; |
| 2375 | + interrupt-names = "cs", "core"; |
| 2376 | + clocks = <&cpg CPG_MOD 613>, <&cpg CPG_MOD 17>; |
| 2377 | + clock-names = "cs", "core"; |
2367 | 2378 | power-domains = <&sysc R8A779G0_PD_A3ISP1>;
|
2368 |
| - resets = <&cpg 613>; |
| 2379 | + resets = <&cpg 613>, <&cpg 17>; |
| 2380 | + reset-names = "cs", "core"; |
2369 | 2381 | status = "disabled";
|
2370 | 2382 |
|
| 2383 | + renesas,vspx = <&vspx1>; |
| 2384 | + |
2371 | 2385 | ports {
|
2372 | 2386 | #address-cells = <1>;
|
2373 | 2387 | #size-cells = <0>;
|
|
0 commit comments