dts: arm: nxp: lpc55s1x: add ctimer nodes
Add CTimer devicetree nodes for the NXP LPC55S1x. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
2e0e9b1a18
commit
5acaeece07
1 changed files with 60 additions and 0 deletions
|
|
@ -159,6 +159,66 @@
|
||||||
num-inputs = <64>;
|
num-inputs = <64>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ctimer0: ctimer@8000 {
|
||||||
|
compatible = "nxp,lpc-ctimer";
|
||||||
|
reg = <0x8000 0x1000>;
|
||||||
|
interrupts = <10 0>;
|
||||||
|
status = "disabled";
|
||||||
|
clk-source = <3>;
|
||||||
|
clocks = <&syscon MCUX_CTIMER0_CLK>;
|
||||||
|
mode = <0>;
|
||||||
|
input = <0>;
|
||||||
|
prescale = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
ctimer1: ctimer@9000 {
|
||||||
|
compatible = "nxp,lpc-ctimer";
|
||||||
|
reg = <0x9000 0x1000>;
|
||||||
|
interrupts = <11 0>;
|
||||||
|
status = "disabled";
|
||||||
|
clk-source = <3>;
|
||||||
|
clocks = <&syscon MCUX_CTIMER1_CLK>;
|
||||||
|
mode = <0>;
|
||||||
|
input = <0>;
|
||||||
|
prescale = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
ctimer2: ctimer@28000 {
|
||||||
|
compatible = "nxp,lpc-ctimer";
|
||||||
|
reg = <0x28000 0x1000>;
|
||||||
|
interrupts = <36 0>;
|
||||||
|
status = "disabled";
|
||||||
|
clk-source = <3>;
|
||||||
|
clocks = <&syscon MCUX_CTIMER2_CLK>;
|
||||||
|
mode = <0>;
|
||||||
|
input = <0>;
|
||||||
|
prescale = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
ctimer3: ctimer@29000 {
|
||||||
|
compatible = "nxp,lpc-ctimer";
|
||||||
|
reg = <0x29000 0x1000>;
|
||||||
|
interrupts = <13 0>;
|
||||||
|
status = "disabled";
|
||||||
|
clk-source = <3>;
|
||||||
|
clocks = <&syscon MCUX_CTIMER3_CLK>;
|
||||||
|
mode = <0>;
|
||||||
|
input = <0>;
|
||||||
|
prescale = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
ctimer4: ctimer@2A000 {
|
||||||
|
compatible = "nxp,lpc-ctimer";
|
||||||
|
reg = <0x2A000 0x1000>;
|
||||||
|
interrupts = <37 0>;
|
||||||
|
status = "disabled";
|
||||||
|
clk-source = <3>;
|
||||||
|
clocks = <&syscon MCUX_CTIMER4_CLK>;
|
||||||
|
mode = <0>;
|
||||||
|
input = <0>;
|
||||||
|
prescale = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
flexcomm0: flexcomm@86000 {
|
flexcomm0: flexcomm@86000 {
|
||||||
compatible = "nxp,lpc-flexcomm";
|
compatible = "nxp,lpc-flexcomm";
|
||||||
reg = <0x86000 0x1000>;
|
reg = <0x86000 0x1000>;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue