dts: mimx8mp: add gpt counter device nodes
Add GPT counter device nodes. Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com>
This commit is contained in:
parent
46ce8741bd
commit
212af1f33d
|
@ -78,6 +78,28 @@
|
|||
#clock-cells = <3>;
|
||||
};
|
||||
|
||||
gpt1: gpt@302d0000 {
|
||||
compatible = "nxp,imx-gpt";
|
||||
reg = <0x302d0000 DT_SIZE_K(64)>;
|
||||
interrupt-parent = <&gic>;
|
||||
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL
|
||||
IRQ_DEFAULT_PRIORITY>;
|
||||
gptfreq = <24000000>;
|
||||
clocks = <&ccm IMX_CCM_GPT_IPG_CLK 0x6C 20>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
gpt2: gpt@302e0000 {
|
||||
compatible = "nxp,imx-gpt";
|
||||
reg = <0x302e0000 DT_SIZE_K(64)>;
|
||||
interrupt-parent = <&gic>;
|
||||
interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL
|
||||
IRQ_DEFAULT_PRIORITY>;
|
||||
gptfreq = <24000000>;
|
||||
clocks = <&ccm IMX_CCM_GPT_IPG_CLK 0x68 24>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
uart2: uart@30890000 {
|
||||
compatible = "nxp,imx-iuart";
|
||||
reg = <0x30890000 DT_SIZE_K(64)>;
|
||||
|
|
Loading…
Reference in New Issue