soc: nxp_s32: enable RTU.PIT timers for S32ZE
Each RTU includes one PIT instance that can be used by any of the cores. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
parent
d5287578fe
commit
d212e50eaf
4 changed files with 21 additions and 1 deletions
|
@ -83,5 +83,14 @@
|
||||||
clocks = <&clock NXP_S32_FIRC_CLK>;
|
clocks = <&clock NXP_S32_FIRC_CLK>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pit0: pit@76150000 {
|
||||||
|
compatible = "nxp,kinetis-pit";
|
||||||
|
reg = <0x76150000 0x10000>;
|
||||||
|
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
|
||||||
|
clocks = <&clock NXP_S32_P0_REG_INTF_CLK>;
|
||||||
|
max-load-value = <0x00ffffff>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -83,5 +83,14 @@
|
||||||
clocks = <&clock NXP_S32_FIRC_CLK>;
|
clocks = <&clock NXP_S32_FIRC_CLK>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pit0: pit@76950000 {
|
||||||
|
compatible = "nxp,kinetis-pit";
|
||||||
|
reg = <0x76950000 0x10000>;
|
||||||
|
interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
|
||||||
|
clocks = <&clock NXP_S32_P1_REG_INTF_CLK>;
|
||||||
|
max-load-value = <0x00ffffff>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -15,5 +15,7 @@ config SOC_SERIES_S32ZE_R52
|
||||||
select PLATFORM_SPECIFIC_INIT
|
select PLATFORM_SPECIFIC_INIT
|
||||||
select SOC_FAMILY_NXP_S32
|
select SOC_FAMILY_NXP_S32
|
||||||
select CLOCK_CONTROL
|
select CLOCK_CONTROL
|
||||||
|
select HAS_MCUX
|
||||||
|
select HAS_MCUX_PIT
|
||||||
help
|
help
|
||||||
Enable support for NXP S32Z/E MCUs family on Cortex-R52 cores.
|
Enable support for NXP S32Z/E MCUs family on Cortex-R52 cores.
|
||||||
|
|
2
west.yml
2
west.yml
|
@ -199,7 +199,7 @@ manifest:
|
||||||
groups:
|
groups:
|
||||||
- hal
|
- hal
|
||||||
- name: hal_nxp
|
- name: hal_nxp
|
||||||
revision: 6d91c1727dadb170facc48f5370358a12ae36677
|
revision: b4a37865355a6d55cdcdc087b934017212fb0f54
|
||||||
path: modules/hal/nxp
|
path: modules/hal/nxp
|
||||||
groups:
|
groups:
|
||||||
- hal
|
- hal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue