Skip to content

Commit 44f76df

Browse files
congnguyenhuuDat-NguyenDuy
authored andcommitted
boards: s32z270: enable support psi5
enable support psi5 Signed-off-by: Cong Nguyen Huu <[email protected]>
1 parent 6c8391d commit 44f76df

File tree

1 file changed

+72
-1
lines changed

1 file changed

+72
-1
lines changed

dts/arm/nxp/nxp_s32z27x_r52.dtsi

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,6 @@
13471347
pwm {
13481348
compatible = "nxp,s32-emios-pwm";
13491349
#pwm-cells = <3>;
1350-
status = "disabled";
13511350
};
13521351
};
13531352

@@ -1452,5 +1451,77 @@
14521451
#size-cells = <0>;
14531452
status = "disabled";
14541453
};
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+
};
14551526
};
14561527
};

0 commit comments

Comments
 (0)