dts: nxp: nxp_ke1xf: Make LPO fixed-clock its own node
Pull out the LPO fixed-clock that is part of the PMC hardware block as its own child node of the PMC block. This is because the PMC could have its own driver associated with it that is seperate from the LPO clk. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
3ad1fe8dec
commit
466f91a9e3
1 changed files with 7 additions and 4 deletions
|
@ -71,13 +71,16 @@
|
|||
};
|
||||
|
||||
pmc: pmc@4007d000 {
|
||||
compatible = "fixed-clock";
|
||||
reg = <0x4007d000 0x1000>;
|
||||
label = "PMC";
|
||||
|
||||
lpo: lpo128k {
|
||||
/* LPO clock */
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <125000>;
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
pcc: pcc@40065000 {
|
||||
compatible = "nxp,kinetis-pcc";
|
||||
|
@ -100,7 +103,7 @@
|
|||
compatible = "nxp,kinetis-wdog32";
|
||||
reg = <0x40052000 0x1000>;
|
||||
interrupts = <22 0>;
|
||||
clocks = <&pmc>;
|
||||
clocks = <&lpo>;
|
||||
clk-source = <1>;
|
||||
clk-divider = <256>;
|
||||
label = "WDT_0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue