Skip to content

Commit

Permalink
Merge tag 'mstar-dt-5.14' of git://github.com/linux-chenxing/linux in…
Browse files Browse the repository at this point in the history
…to arm/dt

* tag 'mstar-dt-5.14' of git://github.com/linux-chenxing/linux:
  ARM: dts: mstar: Add watchdog device node

Link: https://lore.kernel.org/r/CAFr9PXknSfSso6Uq0Fn_qJM5ZnJ4QK=YjJ32kKt4XYPrHK5x6w@mail.gmail.com
Signed-off-by: Olof Johansson <[email protected]>
  • Loading branch information
olofj committed Jun 15, 2021
2 parents d7fe0d4 + 8f61016 commit 8d8538a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm/boot/dts/mstar-v7.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@
clock-frequency = <32768>;
status = "disabled";
};

xtal_div2: xtal_div2 {
#clock-cells = <0>;
compatible = "fixed-factor-clock";
clocks = <&xtal>;
clock-div = <2>;
clock-mult = <1>;
};
};

soc: soc {
Expand Down Expand Up @@ -101,6 +109,12 @@
mask = <0x79>;
};

watchdog@6000 {
compatible = "mstar,msc313e-wdt";
reg = <0x6000 0x1f>;
clocks = <&xtal_div2>;
};

intc_fiq: interrupt-controller@201310 {
compatible = "mstar,mst-intc";
reg = <0x201310 0x40>;
Expand Down

0 comments on commit 8d8538a

Please sign in to comment.