Searched +full:da830 +full:- +full:timer (Results  1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/timer/ | 
| H A D | ti,da830-timer.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/timer/ti,da830-timer.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: TI DaVinci Timer
 10   - Kousik Sanagavarapu <five231003@gmail.com>
 13   This is a 64-bit timer found on TI's DaVinci architecture devices. The timer
 14   can be configured as a general-purpose 64-bit timer, dual general-purpose
 15   32-bit timers. When configured as dual 32-bit timers, each half can operate
 18   The timer is a free running up-counter and can generate interrupts when the
 [all …]
 
 | 
| H A D | ti,davinci-timer.txt | 1 * Device tree bindings for Texas Instruments DaVinci timer3 This document provides bindings for the 64-bit timer in the DaVinci
 4 architecture devices. The timer can be configured as a general-purpose 64-bit
 5 timer, dual general-purpose 32-bit timers. When configured as dual 32-bit
 9 The timer is a free running up-counter and can generate interrupts when the
 12 Also see ../watchdog/davinci-wdt.txt for timers that are configurable as
 17 - compatible : should be "ti,da830-timer".
 18 - reg : specifies base physical address and count of the registers.
 19 - interrupts : interrupts generated by the timer.
 20 - interrupt-names: should be "tint12", "tint34", "cmpint0", "cmpint1",
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/rtc/ | 
| H A D | rtc-omap.txt | 4 - compatible:5 	- "ti,da830-rtc"  - for RTC IP used similar to that on DA8xx SoC family.
 6 	- "ti,am3352-rtc" - for RTC IP used similar to that on AM335x SoC family.
 7 			    This RTC IP has special WAKE-EN Register to enable
 11 	- "ti,am4372-rtc" - for RTC IP used similar to that on AM437X SoC family.
 12 - reg: Address range of rtc register set
 13 - interrupts: rtc timer, alarm interrupts in order
 16 - system-power-controller: whether the rtc is controlling the system power
 18 - clocks: Any internal or external clocks feeding in to rtc
 19 - clock-names: Corresponding names of the clocks
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/ti/davinci/ | 
| H A D | da850.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later6 #include <dt-bindings/interrupt-controller/irq.h>
 9 	#address-cells = <1>;
 10 	#size-cells = <1>;
 20 		#address-cells = <1>;
 21 		#size-cells = <0>;
 24 			compatible = "arm,arm926ej-s";
 28 			operating-points-v2 = <&opp_table>;
 32 	opp_table: opp-table {
 33 		compatible = "operating-points-v2";
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/ti/keystone/ | 
| H A D | keystone.dtsi | 1 // SPDX-License-Identifier: GPL-2.03  * Copyright (C) 2013-2017 Texas Instruments Incorporated - https://www.ti.com/
 6 #include <dt-bindings/interrupt-controller/arm-gic.h>
 7 #include <dt-bindings/gpio/gpio.h>
 12 	#address-cells = <2>;
 13 	#size-cells = <2>;
 14 	interrupt-parent = <&gic>;
 30 	gic: interrupt-controller@2561000 {
 31 		compatible = "arm,gic-400", "arm,cortex-a15-gic";
 32 		#interrupt-cells = <3>;
 [all …]
 
 | 
| H A D | keystone-k2g.dtsi | 1 // SPDX-License-Identifier: GPL-2.05  * Copyright (C) 2016-2017 Texas Instruments Incorporated - https://www.ti.com/
 8 #include <dt-bindings/interrupt-controller/arm-gic.h>
 9 #include <dt-bindings/pinctrl/keystone.h>
 10 #include <dt-bindings/gpio/gpio.h>
 15 	#address-cells = <2>;
 16 	#size-cells = <2>;
 17 	interrupt-parent = <&gic>;
 32 		#address-cells = <1>;
 33 		#size-cells = <0>;
 [all …]
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ | 
| H A D | dm816x.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only3 #include <dt-bindings/bus/ti-sysc.h>
 4 #include <dt-bindings/clock/dm816.h>
 5 #include <dt-bindings/gpio/gpio.h>
 6 #include <dt-bindings/pinctrl/omap.h>
 10 	interrupt-parent = <&intc>;
 11 	#address-cells = <1>;
 12 	#size-cells = <1>;
 26 		#address-cells = <1>;
 27 		#size-cells = <0>;
 [all …]
 
 | 
| H A D | dm814x.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only3 #include <dt-bindings/bus/ti-sysc.h>
 4 #include <dt-bindings/clock/dm814.h>
 5 #include <dt-bindings/gpio/gpio.h>
 6 #include <dt-bindings/pinctrl/dm814x.h>
 10 	interrupt-parent = <&intc>;
 11 	#address-cells = <1>;
 12 	#size-cells = <1>;
 30 		#address-cells = <1>;
 31 		#size-cells = <0>;
 [all …]
 
 | 
| H A D | am437x-l4.dtsi | 2 	compatible = "ti,am4-l4-wkup", "simple-pm-bus";3 	power-domains = <&prm_wkup>;
 5 	clock-names = "fck";
 10 	reg-names = "ap", "la", "ia0", "ia1";
 11 	#address-cells = <1>;
 12 	#size-cells = <1>;
 18 		compatible = "simple-p
 [all...]
 | 
| H A D | am33xx-l4.dtsi | 2 	compatible = "ti,am33xx-l4-wkup", "simple-pm-bus";3 	power-domains = <&prm_wkup>;
 5 	clock-names = "fck";
 10 	reg-names = "ap", "la", "ia0", "ia1";
 11 	#address-cells = <1>;
 12 	#size-cells = <1>;
 18 		compatible = "simple-p
 [all...]
 |