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:
61
61
+-----------+------------+-------------------------------------+
62
62
| EDMA | on-chip | dma |
63
63
+-----------+------------+-------------------------------------+
64
+ | DSPI | on-chip | spi |
65
+ +-----------+------------+-------------------------------------+
64
66
65
67
Other hardware features are not currently supported by the port.
66
68
Original file line number Diff line number Diff line change 560
560
status = "disabled";
561
561
};
562
562
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
+
563
573
mru0: mbox@76070000 {
564
574
compatible = "nxp,s32-mru";
565
575
reg = <0x76070000 0x10000>;
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ manifest:
198
198
groups :
199
199
- hal
200
200
- name : hal_nxp
201
- revision : 4597b16cfedf5553cb155151e65eb994d5d0ef25
201
+ revision : 683c007c3b834012358b4adf96a532d18ce05646
202
202
path : modules/hal/nxp
203
203
groups :
204
204
- hal
You can’t perform that action at this time.
0 commit comments