|
381 | 381 | status = "disabled";
|
382 | 382 | };
|
383 | 383 |
|
| 384 | + wdt0: watchdog@20001000 { |
| 385 | + compatible = "microchip,mpfs-wdt"; |
| 386 | + reg = <0x0 0x20001000 0x0 0x1000>; |
| 387 | + clocks = <&clkcfg CLK_AHB>; |
| 388 | + interrupt-parent = <&plic>; |
| 389 | + interrupts = <100>, <105>; |
| 390 | + interrupt-names = "mvrp", "trig"; |
| 391 | + status = "disabled"; |
| 392 | + }; |
| 393 | + |
| 394 | + wdt1: watchdog@20101000 { |
| 395 | + compatible = "microchip,mpfs-wdt"; |
| 396 | + reg = <0x0 0x20101000 0x0 0x1000>; |
| 397 | + clocks = <&clkcfg CLK_AHB>; |
| 398 | + interrupt-parent = <&plic>; |
| 399 | + interrupts = <101>, <106>; |
| 400 | + interrupt-names = "mvrp", "trig"; |
| 401 | + status = "disabled"; |
| 402 | + }; |
| 403 | + |
| 404 | + wdt2: watchdog@20103000 { |
| 405 | + compatible = "microchip,mpfs-wdt"; |
| 406 | + reg = <0x0 0x20103000 0x0 0x1000>; |
| 407 | + clocks = <&clkcfg CLK_AHB>; |
| 408 | + interrupt-parent = <&plic>; |
| 409 | + interrupts = <102>, <107>; |
| 410 | + interrupt-names = "mvrp", "trig"; |
| 411 | + status = "disabled"; |
| 412 | + }; |
| 413 | + |
| 414 | + wdt3: watchdog@20105000 { |
| 415 | + compatible = "microchip,mpfs-wdt"; |
| 416 | + reg = <0x0 0x20105000 0x0 0x1000>; |
| 417 | + clocks = <&clkcfg CLK_AHB>; |
| 418 | + interrupt-parent = <&plic>; |
| 419 | + interrupts = <103>, <108>; |
| 420 | + interrupt-names = "mvrp", "trig"; |
| 421 | + status = "disabled"; |
| 422 | + }; |
| 423 | + |
| 424 | + wdt4: watchdog@20107000 { |
| 425 | + compatible = "microchip,mpfs-wdt"; |
| 426 | + reg = <0x0 0x20107000 0x0 0x1000>; |
| 427 | + clocks = <&clkcfg CLK_AHB>; |
| 428 | + interrupt-parent = <&plic>; |
| 429 | + interrupts = <105>, <109>; |
| 430 | + interrupt-names = "mvrp", "trig"; |
| 431 | + status = "disabled"; |
| 432 | + }; |
| 433 | + |
384 | 434 | spi0: spi@20108000 {
|
385 | 435 | compatible = "microchip,pic64gx-spi", "microchip,mpfs-spi";
|
386 | 436 | #address-cells = <1>;
|
|
0 commit comments