Skip to content

Commit

Permalink
dts: arm: nxp: add dspi support for S32Z27x
Browse files Browse the repository at this point in the history
add dspi support for S32Z27x devices

Signed-off-by: Tu Nguyen Van <tu.nguyenvan@nxp.com>
  • Loading branch information
tunguyen4585 committed Oct 9, 2024
1 parent c38e9a0 commit 5eefe6a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions boards/nxp/s32z2xxdc2/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ The boards support the following hardware features:
+-----------+------------+-------------------------------------+
| LPI2C | on-chip | i2c |
+-----------+------------+-------------------------------------+
| DSPI | on-chip | spi |
+-----------+------------+-------------------------------------+

Other hardware features are not currently supported by the port.

Expand Down
10 changes: 10 additions & 0 deletions dts/arm/nxp/nxp_s32z27x_r52.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,16 @@
status = "disabled";
};

dspi0: spi@40340000 {
compatible = "nxp,kinetis-dspi";
reg = <0x40340000 0x10000>;
interrupts = <GIC_SPI 204 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
clocks = <&clock NXP_S32_MSCDSPI_CLK>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
};

mru0: mbox@76070000 {
compatible = "nxp,s32-mru";
reg = <0x76070000 0x10000>;
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ manifest:
groups:
- hal
- name: hal_nxp
revision: 9702923eeb6f4a9ca063ca3b200324b118d3e843
revision: pull/435/head
path: modules/hal/nxp
groups:
- hal
Expand Down

0 comments on commit 5eefe6a

Please sign in to comment.