Skip to content

Commit 61b20b4

Browse files
tunguyen4585Dat-NguyenDuy
authored andcommitted
boards: s32z270: enable support psi5s
enable support psi5s Signed-off-by: Tu Nguyen Van <[email protected]>
1 parent 6319d3d commit 61b20b4

File tree

1 file changed

+130
-0
lines changed

1 file changed

+130
-0
lines changed

dts/arm/nxp/nxp_s32z27x_r52.dtsi

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,5 +1523,135 @@
15231523
status = "disabled";
15241524
};
15251525
};
1526+
1527+
psi5_s_0: psi5_s@401f0000 {
1528+
compatible = "nxp,s32-psi5_s";
1529+
reg = <0x401f0000 0x1000>;
1530+
#address-cells = <1>;
1531+
#size-cells = <0>;
1532+
clocks = <&clock NXP_S32_P0_PSI5_S_UART_CLK>;
1533+
status = "disabled";
1534+
1535+
psi5_s_0_ch0: ch@0 {
1536+
compatible = "nxp,s32-psi5_s-channel";
1537+
reg = <0>;
1538+
interrupts = <GIC_SPI 390 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1539+
status = "disabled";
1540+
};
1541+
1542+
psi5_s_0_ch1: ch@1 {
1543+
compatible = "nxp,s32-psi5_s-channel";
1544+
reg = <1>;
1545+
interrupts = <GIC_SPI 398 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1546+
status = "disabled";
1547+
};
1548+
1549+
psi5_s_0_ch2: ch@2 {
1550+
compatible = "nxp,s32-psi5_s-channel";
1551+
reg = <2>;
1552+
interrupts = <GIC_SPI 399 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1553+
status = "disabled";
1554+
};
1555+
1556+
psi5_s_0_ch3: ch@3 {
1557+
compatible = "nxp,s32-psi5_s-channel";
1558+
reg = <3>;
1559+
interrupts = <GIC_SPI 400 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1560+
status = "disabled";
1561+
};
1562+
1563+
psi5_s_0_ch4: ch@4 {
1564+
compatible = "nxp,s32-psi5_s-channel";
1565+
reg = <4>;
1566+
interrupts = <GIC_SPI 401 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1567+
status = "disabled";
1568+
};
1569+
1570+
psi5_s_0_ch5: ch@5 {
1571+
compatible = "nxp,s32-psi5_s-channel";
1572+
reg = <5>;
1573+
interrupts = <GIC_SPI 402 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1574+
status = "disabled";
1575+
};
1576+
1577+
psi5_s_0_ch6: ch@6 {
1578+
compatible = "nxp,s32-psi5_s-channel";
1579+
reg = <6>;
1580+
interrupts = <GIC_SPI 403 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1581+
status = "disabled";
1582+
};
1583+
1584+
psi5_s_0_ch7: ch@7 {
1585+
compatible = "nxp,s32-psi5_s-channel";
1586+
reg = <7>;
1587+
interrupts = <GIC_SPI 404 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1588+
status = "disabled";
1589+
};
1590+
};
1591+
1592+
psi5_s_1: psi5_s@421f0000 {
1593+
compatible = "nxp,s32-psi5_s";
1594+
reg = <0x421f0000 0x1000>;
1595+
#address-cells = <1>;
1596+
#size-cells = <0>;
1597+
clocks = <&clock NXP_S32_P0_PSI5_S_UART_CLK>;
1598+
status = "disabled";
1599+
1600+
psi5_s_1_ch0: ch@0 {
1601+
compatible = "nxp,s32-psi5_s-channel";
1602+
reg = <0>;
1603+
interrupts = <GIC_SPI 409 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1604+
status = "disabled";
1605+
};
1606+
1607+
psi5_s_1_ch1: ch@1 {
1608+
compatible = "nxp,s32-psi5_s-channel";
1609+
reg = <1>;
1610+
interrupts = <GIC_SPI 417 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1611+
status = "disabled";
1612+
};
1613+
1614+
psi5_s_1_ch2: ch@2 {
1615+
compatible = "nxp,s32-psi5_s-channel";
1616+
reg = <2>;
1617+
interrupts = <GIC_SPI 418 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1618+
status = "disabled";
1619+
};
1620+
1621+
psi5_s_1_ch3: ch@3 {
1622+
compatible = "nxp,s32-psi5_s-channel";
1623+
reg = <3>;
1624+
interrupts = <GIC_SPI 419 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1625+
status = "disabled";
1626+
};
1627+
1628+
psi5_s_1_ch4: ch@4 {
1629+
compatible = "nxp,s32-psi5_s-channel";
1630+
reg = <4>;
1631+
interrupts = <GIC_SPI 420 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1632+
status = "disabled";
1633+
};
1634+
1635+
psi5_s_1_ch5: ch@5 {
1636+
compatible = "nxp,s32-psi5_s-channel";
1637+
reg = <5>;
1638+
interrupts = <GIC_SPI 421 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1639+
status = "disabled";
1640+
};
1641+
1642+
psi5_s_1_ch6: ch@6 {
1643+
compatible = "nxp,s32-psi5_s-channel";
1644+
reg = <6>;
1645+
interrupts = <GIC_SPI 422 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1646+
status = "disabled";
1647+
};
1648+
1649+
psi5_s_1_ch7: ch@7 {
1650+
compatible = "nxp,s32-psi5_s-channel";
1651+
reg = <7>;
1652+
interrupts = <GIC_SPI 423 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
1653+
status = "disabled";
1654+
};
1655+
};
15261656
};
15271657
};

0 commit comments

Comments
 (0)