diff options
author | Olof Johansson <olof@lixom.net> | 2021-06-15 19:48:08 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2021-06-15 19:48:10 +0300 |
commit | 8d8538a497df552e359134ba7fee42df6e3c172f (patch) | |
tree | a4693b637dc4a885abde422ae117e7280ae6e5d9 /arch/arm | |
parent | d7fe0d42b5f983fe4d72fcb636fb3a2d7ffd6774 (diff) | |
parent | 8f610169a2865f6c6383d966ebbd6814c79d0116 (diff) | |
download | linux-8d8538a497df552e359134ba7fee42df6e3c172f.tar.xz |
Merge tag 'mstar-dt-5.14' of git://github.com/linux-chenxing/linux into 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 <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/mstar-v7.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mstar-v7.dtsi b/arch/arm/boot/dts/mstar-v7.dtsi index 075d583d6f40..2273295e140f 100644 --- a/arch/arm/boot/dts/mstar-v7.dtsi +++ b/arch/arm/boot/dts/mstar-v7.dtsi @@ -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 { @@ -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>; |