|
1347 | 1347 | pwm { |
1348 | 1348 | compatible = "nxp,s32-emios-pwm"; |
1349 | 1349 | #pwm-cells = <3>; |
1350 | | - status = "disabled"; |
1351 | 1350 | }; |
1352 | 1351 | }; |
1353 | 1352 |
|
|
1452 | 1451 | #size-cells = <0>; |
1453 | 1452 | status = "disabled"; |
1454 | 1453 | }; |
| 1454 | + |
| 1455 | + psi5_0: psi5@401e0000 { |
| 1456 | + compatible = "nxp,s32-psi5"; |
| 1457 | + reg = <0x401e0000 0x1000>; |
| 1458 | + #address-cells = <1>; |
| 1459 | + #size-cells = <0>; |
| 1460 | + status = "disabled"; |
| 1461 | + |
| 1462 | + psi5_0_ch0: ch@0 { |
| 1463 | + compatible = "nxp,s32-psi5-channel"; |
| 1464 | + reg = <0>; |
| 1465 | + interrupts = <GIC_SPI 347 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 1466 | + status = "disabled"; |
| 1467 | + }; |
| 1468 | + |
| 1469 | + psi5_0_ch1: ch@1 { |
| 1470 | + compatible = "nxp,s32-psi5-channel"; |
| 1471 | + reg = <1>; |
| 1472 | + interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 1473 | + status = "disabled"; |
| 1474 | + }; |
| 1475 | + |
| 1476 | + psi5_0_ch2: ch@2 { |
| 1477 | + compatible = "nxp,s32-psi5-channel"; |
| 1478 | + reg = <2>; |
| 1479 | + interrupts = <GIC_SPI 359 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 1480 | + status = "disabled"; |
| 1481 | + }; |
| 1482 | + |
| 1483 | + psi5_0_ch3: ch@3 { |
| 1484 | + compatible = "nxp,s32-psi5-channel"; |
| 1485 | + reg = <3>; |
| 1486 | + interrupts = <GIC_SPI 365 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 1487 | + status = "disabled"; |
| 1488 | + }; |
| 1489 | + }; |
| 1490 | + |
| 1491 | + psi5_1: psi5@421e0000 { |
| 1492 | + compatible = "nxp,s32-psi5"; |
| 1493 | + reg = <0x421e0000 0x1000>; |
| 1494 | + #address-cells = <1>; |
| 1495 | + #size-cells = <0>; |
| 1496 | + status = "disabled"; |
| 1497 | + |
| 1498 | + psi5_1_ch0: ch@0 { |
| 1499 | + compatible = "nxp,s32-psi5-channel"; |
| 1500 | + reg = <0>; |
| 1501 | + interrupts = <GIC_SPI 371 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 1502 | + status = "disabled"; |
| 1503 | + }; |
| 1504 | + |
| 1505 | + psi5_1_ch1: ch@1 { |
| 1506 | + compatible = "nxp,s32-psi5-channel"; |
| 1507 | + reg = <1>; |
| 1508 | + interrupts = <GIC_SPI 377 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 1509 | + status = "disabled"; |
| 1510 | + }; |
| 1511 | + |
| 1512 | + psi5_1_ch2: ch@2 { |
| 1513 | + compatible = "nxp,s32-psi5-channel"; |
| 1514 | + reg = <2>; |
| 1515 | + interrupts = <GIC_SPI 383 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 1516 | + status = "disabled"; |
| 1517 | + }; |
| 1518 | + |
| 1519 | + psi5_1_ch3: ch@3 { |
| 1520 | + compatible = "nxp,s32-psi5-channel"; |
| 1521 | + reg = <3>; |
| 1522 | + interrupts = <GIC_SPI 389 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; |
| 1523 | + status = "disabled"; |
| 1524 | + }; |
| 1525 | + }; |
1455 | 1526 | }; |
1456 | 1527 | }; |
0 commit comments