Skip to content

Commit c82ad45

Browse files
tunguyen4585henrikbrixandersen
authored andcommitted
dts: arm: nxp: add dspi support for S32Z27x
add dspi support for S32Z27x devices Signed-off-by: Tu Nguyen Van <[email protected]>
1 parent 81f889d commit c82ad45

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

boards/nxp/s32z2xxdc2/doc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

6567
Other hardware features are not currently supported by the port.
6668

dts/arm/nxp/nxp_s32z27x_r52.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,16 @@
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>;

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)