/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | rtc-mt7622.txt | 1 Device-Tree bindings for MediaTek SoC based RTC 4 - compatible : Should be 5 "mediatek,mt7622-rtc", "mediatek,soc-rtc" : for MT7622 SoC 6 - reg : Specifies base physical address and size of the registers; 7 - interrupts : Should contain the interrupt for RTC alarm; 8 - clocks : Specifies list of clock specifiers, corresponding to 9 entries in clock-names property; 10 - clock-names : Should contain "rtc" entries 14 rtc: rtc@10212800 { 15 compatible = "mediatek,mt7622-rtc", [all …]
|
H A D | armada-380-rtc.txt | 3 RTC controller for the Armada 38x, 7K and 8K SoCs 6 - compatible : Should be one of the following: 7 "marvell,armada-380-rtc" for Armada 38x SoC 8 "marvell,armada-8k-rtc" for Aramda 7K/8K SoCs 9 - reg: a list of base address and size pairs, one for each entry in 10 reg-names 11 - reg names: should contain: 12 * "rtc" for the RTC registers 13 * "rtc-soc" for the SoC related registers and among them the one 15 - interrupts: IRQ line for the RTC. [all …]
|
H A D | marvell,armada-380-rtc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rtc/marvell,armada-380-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: RTC controller for the Armada 38x, 7K and 8K SoCs 10 - Javier Carrasco <javier.carrasco.cruz@gmail.com> 13 - $ref: rtc.yaml# 18 - marvell,armada-380-rtc 19 - marvell,armada-8k-rtc 23 - description: RTC base address size [all …]
|
H A D | mediatek,mt7622-rtc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/rtc/mediatek,mt7622-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MediaTek MT7622 on-SoC RTC 10 - $ref: rtc.yaml# 13 - Sean Wang <sean.wang@mediatek.com> 18 - const: mediatek,mt7622-rtc 19 - const: mediatek,soc-rtc 30 clock-names: [all …]
|
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 …]
|
H A D | rtc-mt2712.txt | 1 Device-Tree bindings for MediaTek SoC based RTC 4 - compatible : Should be "mediatek,mt2712-rtc" : for MT2712 SoC 5 - reg : Specifies base physical address and size of the registers; 6 - interrupts : Should contain the interrupt for RTC alarm; 10 rtc: rtc@10011000 { 11 compatible = "mediatek,mt2712-rtc";
|
H A D | microchip,mfps-rtc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rtc/microchip,mfps-rtc.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Microchip PolarFire Soc (MPFS) RTC 11 - $ref: rtc.yaml# 14 - Daire McNamara <daire.mcnamara@microchip.com> 15 - Lewis Hanly <lewis.hanly@microchip.com> 20 - microchip,mpfs-rtc 27 - description: | [all …]
|
H A D | alphascale,asm9260-rtc.txt | 1 * Alphascale asm9260 SoC Real Time Clock 4 - compatible: Should be "alphascale,asm9260-rtc" 5 - reg: Physical base address of the controller and length 7 - interrupts: IRQ line for the RTC. 8 - clocks: Reference to the clock entry. 9 - clock-names: should contain: 10 * "ahb" for the SoC RTC clock 13 rtc0: rtc@800a0000 { 14 compatible = "alphascale,asm9260-rtc"; 17 clock-names = "ahb";
|
H A D | isil,isl12057.txt | 1 Intersil ISL12057 I2C RTC/Alarm chip 8 ("wakeup-source") to handle the specific use-case found 9 on at least three in-tree users of the chip (NETGEAR ReadyNAS 102, 104 10 and 2120 ARM-based NAS); On those devices, the IRQ#2 pin of the chip 12 to the SoC but to a PMIC. It allows the device to be powered up when 13 RTC alarm rings. In order to mark the device has a wakeup source and 15 be set when the IRQ#2 pin of the chip is not connected to the SoC but 20 - "compatible": must be "isil,isl12057" 21 - "reg": I2C bus address of the device 25 - "wakeup-source": mark the chip as a wakeup source, independently of [all …]
|
H A D | rtc-mt6397.txt | 1 Device-Tree bindings for MediaTek PMIC based RTC 3 MediaTek PMIC based RTC is an independent function of MediaTek PMIC that works 4 as a type of multi-function device (MFD). The RTC can be configured and set up 12 ../soc/mediatek/pwrap.txt 15 - compatible: Should be one of follows 16 "mediatek,mt6323-rtc": for MT6323 PMIC 17 "mediatek,mt6358-rtc": for MT6358 PMIC 18 "mediatek,mt6366-rtc", "mediatek,mt6358-rtc": for MT6366 PMIC 19 "mediatek,mt6397-rtc": for MT6397 PMIC 28 rtc { [all …]
|
H A D | mediatek,mt2712-rtc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/rtc/mediatek,mt2712-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MediaTek MT2712 on-SoC RTC 10 - $ref: rtc.yaml# 13 - Ran Bi <ran.bi@mediatek.com> 17 const: mediatek,mt2712-rtc 26 - reg 27 - interrupts [all …]
|
H A D | rtc-mxc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rtc/rtc-mxc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - $ref: rtc.yaml# 13 - Philippe Reynes <tremyfr@gmail.com> 18 - fsl,imx1-rtc 19 - fsl,imx21-rtc 29 - description: input reference 30 - description: the SoC RTC clock [all …]
|
H A D | xlnx,zynqmp-rtc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rtc/xlnx,zynqmp-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 RTC controller for the Xilinx Zynq MPSoC Real Time Clock. 11 The RTC controller has separate IRQ lines for seconds and alarm. 14 - Michal Simek <michal.simek@amd.com> 17 - $ref: rtc.yaml# 22 - const: xlnx,zynqmp-rtc 23 - items: [all …]
|
H A D | alphascale,asm9260-rtc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rtc/alphascale,asm9260-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Alphascale asm9260 SoC Real Time Clock 10 - Javier Carrasco <javier.carrasco.cruz@gmail.com> 13 - $ref: rtc.yaml# 17 const: alphascale,asm9260-rtc 25 clock-names: 32 - compatible [all …]
|
H A D | lpc32xx-rtc.txt | 1 * NXP LPC32xx SoC Real Time Clock controller 4 - compatible: must be "nxp,lpc3220-rtc" 5 - reg: physical base address of the controller and length of memory mapped 7 - interrupts: The RTC interrupt 11 rtc@40024000 { 12 compatible = "nxp,lpc3220-rtc";
|
H A D | digicolor-rtc.txt | 3 This binding currently supports the CX92755 SoC. 6 - compatible: should be "cnxt,cx92755-rtc" 7 - reg: physical base address of the controller and length of memory mapped 9 - interrupts: rtc alarm interrupt 13 rtc@f0000c30 { 14 compatible = "cnxt,cx92755-rtc";
|
H A D | renesas,sh-rtc.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/rtc/renesas,sh-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chris Brandt <chris.brandt@renesas.com> 11 - Geert Uytterhoeven <geert+renesas@glider.be> 16 - const: renesas,r7s72100-rtc # RZ/A1H 17 - const: renesas,sh-rtc 25 interrupt-names: 27 - const: alarm [all …]
|
H A D | isil,isl1208.txt | 1 Intersil ISL1209/19 I2C RTC/Alarm chip with event in 8 - "compatible": Should be one of the following: 9 - "isil,isl1208" 10 - "isil,isl1209" 11 - "isil,isl1218" 12 - "isil,isl1219" 13 - "reg": I2C bus address of the device 16 - "interrupt-names": list which may contains "irq" and "evdet" 18 - "interrupts": list of interrupts for "irq" and "evdet" 20 - "isil,ev-evienb": Enable or disable internal pull on EVIN pin [all …]
|
H A D | trivial-rtc.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/rtc/trivial-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Belloni <alexandre.belloni@bootlin.com> 13 This is a list of trivial RTC devices that have simple device tree 18 - $ref: rtc.yaml# 23 # AB-RTCMC-32.768kHz-B5ZE-S3: Real Time Clock/Calendar Module with I2C Interface 24 - abracon,abb5zes3 25 # AB-RTCMC-32.768kHz-EOZ9: Real Time Clock/Calendar Module with I2C Interface [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | nvidia,tegra-regulators-coupling.txt | 4 NVIDIA Tegra SoC's have a mandatory voltage-coupling between regulators. 9 ------------------------ 11 On Tegra20 SoC's there are 3 coupled regulators: CORE, RTC and CPU. 12 The CORE and RTC voltages shall be in a range of 170mV from each other 16 ------------------------ 18 On Tegra30 SoC's there are 2 coupled regulators: CORE and CPU. The CORE 24 - nvidia,tegra-core-regulator: Boolean property that designates regulator 26 - nvidia,tegra-rtc-regulator: Boolean property that designates regulator 27 as the "RTC domain" voltage regulator. 28 - nvidia,tegra-cpu-regulator: Boolean property that designates regulator [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/moxa/ |
H A D | moxart.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* moxart.dtsi - Device Tree Include file for MOXA ART family SoC 7 #include <dt-bindings/interrupt-controller/irq.h> 10 #address-cells = <1>; 11 #size-cells = <1>; 14 interrupt-parent = <&intc>; 17 #address-cells = <1>; 18 #size-cells = <0>; 28 #address-cells = <1>; 29 #size-cells = <0>; [all …]
|
/freebsd/share/man/man4/man4.arm/ |
H A D | aw_rtc.4 | 1 .\"- 30 .Nd driver for the real-time clock (RTC) controller in Allwinner SoC 34 device driver provides support for the Allwinner RTC controller. 38 driver supports the RTC controller with any of the following compatible 41 .Bl -bullet -compact 43 allwinner,sun4i-a10-rtc 45 allwinner,sun7i-a20-rtc 47 allwinner,sun6i-a31-rtc 49 allwinner,sun8i-h3-rtc 51 allwinner,sun20i-d1-rtc [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | ac100.txt | 1 X-Powers AC100 Codec/RTC IC Device Tree bindings 3 AC100 is a audio codec and RTC subsystem combo IC. The 2 parts are 8 - compatible: "x-powers,ac100" 9 - reg: The I2C slave address or RSB hardware address for the chip 10 - sub-nodes: 11 - codec 12 - compatible: "x-powers,ac100-codec" 13 - interrupts: SoC NMI / GPIO interrupt connected to the 15 - #clock-cells: Shall be 0 16 - clock-output-names: "4M_adda" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | snps,archs-rtc.txt | 1 Synopsys ARC Free Running 64-bit Local Timer for ARC HS CPUs 2 - clocksource provider for UP SoC 6 - compatible : should be "snps,archs-rtc" 7 - clocks : phandle to the source clock 11 rtc { 12 compatible = "snps,arc-rtc";
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos5.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Samsung's Exynos5 SoC series common device tree source 5 * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. 8 * Samsung's Exynos5 SoC series device nodes are listed in this file. Particular 13 #include <dt-bindings/interrupt-controller/arm-gic.h> 14 #include <dt-bindings/interrupt-controller/irq.h> 17 interrupt-parent = <&gic>; 18 #address-cells = <1>; 19 #size-cells = <1>; 32 soc: soc { label [all …]
|