Searched +full:sp9860 +full:- +full:wdt (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/watchdog/sprd,sp9860-wdt.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Spreadtrum SP9860 watchdog timer10 - Orson Zhai <orsonzhai@gmail.com>11 - Baolin Wang <baolin.wang7@gmail.com>12 - Chunyan Zhang <zhang.lyra@gmail.com>15 - $ref: watchdog.yaml#19 const: sprd,sp9860-wdt[all …]
4 - compatible : Should be "sprd,sp9860-wdt".5 - reg : Specifies base physical address and size of the registers.6 - interrupts : Exactly one interrupt specifier.7 - timeout-sec : Contain the default watchdog timeout in seconds.8 - clock-names : Contain the input clock names.9 - clocks : Phandles to input clocks.13 compatible = "sprd,sp9860-wdt";16 timeout-sec = <12>;17 clock-names = "enable", "rtc_enable";
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)8 #include <dt-bindings/clock/sprd,sc9860-clk.h>11 interrupt-parent = <&gic>;12 #address-cells = <2>;13 #size-cells = <2>;16 compatible = "simple-bus";17 #address-cells = <2>;18 #size-cells = <2>;66 ap-apb@70000000 {67 compatible = "simple-bus";[all …]