dts: mimx93: add tpm counter
Add device tree node for TPM counters. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
This commit is contained in:
parent
91c081833e
commit
3cf52f873c
|
@ -346,6 +346,73 @@
|
|||
dma-names = "tx", "rx";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
tpm1: tpm@44310000 {
|
||||
compatible = "nxp,tpm-timer";
|
||||
reg = <0x44310000 DT_SIZE_K(64)>;
|
||||
interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
|
||||
interrupt-names = "irq_0";
|
||||
interrupt-parent = <&gic>;
|
||||
clocks = <&ccm IMX_CCM_TPM1_CLK 0 0>;
|
||||
prescaler = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
tpm2: tpm@44320000 {
|
||||
compatible = "nxp,tpm-timer";
|
||||
reg = <0x44320000 DT_SIZE_K(64)>;
|
||||
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
|
||||
interrupt-names = "irq_0";
|
||||
interrupt-parent = <&gic>;
|
||||
clocks = <&ccm IMX_CCM_TPM2_CLK 0 0>;
|
||||
prescaler = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
tpm3: tpm@424e0000 {
|
||||
compatible = "nxp,tpm-timer";
|
||||
reg = <0x424e0000 DT_SIZE_K(64)>;
|
||||
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
|
||||
interrupt-names = "irq_0";
|
||||
interrupt-parent = <&gic>;
|
||||
clocks = <&ccm IMX_CCM_TPM3_CLK 0 0>;
|
||||
prescaler = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
tpm4: tpm@424f0000 {
|
||||
compatible = "nxp,tpm-timer";
|
||||
reg = <0x424f0000 DT_SIZE_K(64)>;
|
||||
interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
|
||||
interrupt-names = "irq_0";
|
||||
interrupt-parent = <&gic>;
|
||||
clocks = <&ccm IMX_CCM_TPM4_CLK 0 0>;
|
||||
prescaler = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
tpm5: tpm@42500000 {
|
||||
compatible = "nxp,tpm-timer";
|
||||
reg = <0x42500000 DT_SIZE_K(64)>;
|
||||
interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
|
||||
interrupt-names = "irq_0";
|
||||
interrupt-parent = <&gic>;
|
||||
clocks = <&ccm IMX_CCM_TPM5_CLK 0 0>;
|
||||
prescaler = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
tpm6: tpm@42510000 {
|
||||
compatible = "nxp,tpm-timer";
|
||||
reg = <0x42510000 DT_SIZE_K(64)>;
|
||||
interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
|
||||
interrupt-names = "irq_0";
|
||||
interrupt-parent = <&gic>;
|
||||
clocks = <&ccm IMX_CCM_TPM6_CLK 0 0>;
|
||||
prescaler = <1>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
&gpio1{
|
||||
|
|
Loading…
Reference in a new issue