Home
last modified time | relevance | path

Searched +full:cx92755 +full:- +full:timer (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dcnxt,cx92755-timer.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/cnxt,cx92755-timer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Conexant Digicolor SoCs Timer Controller
10 - Baruch Siach <baruch@tkos.co.il>
14 const: cnxt,cx92755-timer
20 description: Contains 8 interrupts, one for each timer
22 - description: interrupt for timer 0
23 - description: interrupt for timer 1
[all …]
H A Ddigicolor-timer.txt1 Conexant Digicolor SoCs Timer Controller
5 - compatible : should be "cnxt,cx92755-timer"
6 - reg : Specifies base physical address and size of the "Agent Communication"
7 timer registers
8 - interrupts : Contains 8 interrupts, one for each timer
9 - clocks: phandle to the main clock
13 timer@f0000fc0 {
14 compatible = "cnxt,cx92755-timer";
/freebsd/sys/contrib/device-tree/src/arm/cnxt/
H A Dcx92755.dtsi2 * Device Tree Include file for the Conexant Digicolor CX92755 SoC
8 * This file is dual-licensed: you can use it either under the terms
48 #address-cells = <1>;
49 #size-cells = <1>;
50 compatible = "cnxt,cx92755";
52 interrupt-parent = <&intc>;
55 #address-cells = <1>;
56 #size-cells = <0>;
59 compatible = "arm,cortex-a8";
65 compatible = "fixed-clock";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Ddigicolor-wdt.txt1 Conexant Digicolor SoCs Watchdog timer
5 timer counters. The first timer (called "Timer A") is the only one that can be
10 - compatible : Should be "cnxt,cx92755-wdt"
11 - reg : Specifies base physical address and size of the registers
12 - clocks : phandle; specifies the clock that drives the timer
16 - timeout-sec : Contains the watchdog timeout in seconds
21 compatible = "cnxt,cx92755-wdt";
24 timeout-sec = <15>;