File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
boards/nxp/s32z2xxdc2/doc Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ The boards support the following hardware features:
6161+-----------+------------+-------------------------------------+
6262| EDMA | on-chip | dma |
6363+-----------+------------+-------------------------------------+
64+ | DSPI | on-chip | spi |
65+ +-----------+------------+-------------------------------------+
6466
6567Other hardware features are not currently supported by the port.
6668
Original file line number Diff line number Diff line change 560560 status = "disabled";
561561 };
562562
563+ dspi0: spi@40340000 {
564+ compatible = "nxp,kinetis-dspi";
565+ reg = <0x40340000 0x10000>;
566+ interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
567+ clocks = <&clock NXP_S32_MSCDSPI_CLK>;
568+ #address-cells = <1>;
569+ #size-cells = <0>;
570+ status = "disabled";
571+ };
572+
563573 mru0: mbox@76070000 {
564574 compatible = "nxp,s32-mru";
565575 reg = <0x76070000 0x10000>;
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ manifest:
198198 groups :
199199 - hal
200200 - name : hal_nxp
201- revision : 4597b16cfedf5553cb155151e65eb994d5d0ef25
201+ revision : 683c007c3b834012358b4adf96a532d18ce05646
202202 path : modules/hal/nxp
203203 groups :
204204 - hal
You can’t perform that action at this time.
0 commit comments