dts: arm: nxp: ke1xf: add LPTMR
Add NXP Kinetis Low Power Timer (LPTMR) node to the KE1xF SoC device tree. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
85c996b016
commit
5a5f6bfd5c
1 changed files with 10 additions and 0 deletions
|
@ -135,6 +135,16 @@
|
||||||
label = "RTC_0";
|
label = "RTC_0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lptmr0: lptmr@40040000 {
|
||||||
|
compatible = "nxp,kinetis-lptmr";
|
||||||
|
reg = <0x40040000 0x1000>;
|
||||||
|
interrupts = <58 0>;
|
||||||
|
clock-frequency = <128000>;
|
||||||
|
prescaler = <1>;
|
||||||
|
clk-source = <1>;
|
||||||
|
label = "LPTMR_0";
|
||||||
|
};
|
||||||
|
|
||||||
wdog0: watchdog@40052000 {
|
wdog0: watchdog@40052000 {
|
||||||
compatible = "nxp,kinetis-wdog32";
|
compatible = "nxp,kinetis-wdog32";
|
||||||
reg = <0x40052000 0x1000>;
|
reg = <0x40052000 0x1000>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue