dts: nxp: Add sctimer clock to soc dtsi
Add sctimer clock properties to soc dtsi on sctimer node Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
97c2ef6666
commit
e3bbdb6a29
5 changed files with 5 additions and 0 deletions
|
@ -152,6 +152,7 @@
|
|||
reg = <0x40085000 0x1000>;
|
||||
status = "disabled";
|
||||
interrupts = <12 0>;
|
||||
clocks = <&syscon MCUX_SCTIMER_CLK>;
|
||||
prescaler = <1>;
|
||||
#pwm-cells = <3>;
|
||||
};
|
||||
|
|
|
@ -458,6 +458,7 @@
|
|||
reg = <0x85000 0x1000>;
|
||||
interrupts = <12 0>;
|
||||
status = "disabled";
|
||||
clocks = <&syscon MCUX_SCTIMER_CLK 0 0>;
|
||||
prescaler = <2>;
|
||||
#pwm-cells = <3>;
|
||||
};
|
||||
|
|
|
@ -407,6 +407,7 @@
|
|||
reg = <0x85000 0x1000>;
|
||||
interrupts = <12 0>;
|
||||
status = "disabled";
|
||||
clocks = <&syscon MCUX_SCTIMER_CLK>;
|
||||
prescaler = <2>;
|
||||
#pwm-cells = <3>;
|
||||
};
|
||||
|
|
|
@ -403,6 +403,7 @@
|
|||
status = "disabled";
|
||||
prescaler = <8>;
|
||||
#pwm-cells = <3>;
|
||||
clocks = <&clkctl1 MCUX_SCTIMER_CLK>;
|
||||
};
|
||||
|
||||
wwdt0: watchdog@e000 {
|
||||
|
|
|
@ -312,6 +312,7 @@
|
|||
reg = <0x146000 0x1000>;
|
||||
interrupts = <12 0>;
|
||||
status = "disabled";
|
||||
clocks = <&clkctl1 MCUX_SCTIMER_CLK>;
|
||||
prescaler = <8>;
|
||||
#pwm-cells = <3>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue