Searched +full:sc9860 +full:- +full:timer (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | sprd,sc9860-timer.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/timer/sprd,sc9860-timer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Spreadtrum SC9860 timer 10 - Orson Zhai <orsonzhai@gmail.com> 11 - Baolin Wang <baolin.wang7@gmail.com> 12 - Chunyan Zhang <zhang.lyra@gmail.com> 15 The Spreadtrum SC9860 platform provides 3 general-purpose timers. 17 period mode or one-shot mode, and they can be a wakeup source [all …]
|
H A D | spreadtrum,sprd-timer.txt | 3 The Spreadtrum SC9860 platform provides 3 general-purpose timers. 5 period mode or one-shot mode, and they are can be wakeup source 9 - compatible: should be "sprd,sc9860-timer" for SC9860 platform. 10 - reg: The register address of the timer device. 11 - interrupts: Should contain the interrupt for the timer device. 12 - clocks: The phandle to the source clock (usually a 32.768 KHz fixed clock). 15 timer@40050000 { 16 compatible = "sprd,sc9860-timer";
|
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ |
H A D | whale2.dtsi | 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 …]
|
H A D | sc9860.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Spreadtrum SC9860 SoC 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/input/input.h> 10 #include <dt-bindings/gpio/gpio.h> 15 #address-cells = <2>; 16 #size-cells = <0>; 18 cpu-map { 52 compatible = "arm,cortex-a53"; 54 enable-method = "psci"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | sprd,sp9860-wdt.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 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 timer 10 - 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 …]
|