Searched +full:stmp3xxx +full:- +full:rtc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | fsl,stmp3xxx-rtc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rtc/fsl,stmp3xxx-rtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMP3xxx/i.MX28 Time Clock Controller 10 - Javier Carrasco <javier.carrasco.cruz@gmail.com> 13 - $ref: rtc.yaml# 18 - items: 19 - enum: 20 - fsl,imx28-rtc [all …]
|
H A D | stmp3xxx-rtc.txt | 1 * STMP3xxx/i.MX28 Time Clock controller 4 - compatible: should be one of the following. 5 * "fsl,stmp3xxx-rtc" 6 - reg: physical base address of the controller and length of memory mapped 8 - interrupts: rtc alarm interrupt 11 - stmp,crystal-freq: override crystal frequency as determined from fuse bits. 17 rtc@80056000 { 18 compatible = "fsl,imx28-rtc", "fsl,stmp3xxx-rtc";
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/ |
H A D | imx23.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 5 #include "imx23-pinfunc.h" 8 #address-cells = <1>; 9 #size-cells = <1>; 11 interrupt-parent = <&icoll>; 14 * pre-existing /chosen node to be available to insert the 31 #address-cells = <1>; 32 #size-cells = <0>; 35 compatible = "arm,arm926ej-s"; 42 compatible = "simple-bus"; [all …]
|
H A D | imx28.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 5 #include <dt-bindings/gpio/gpio.h> 6 #include "imx28-pinfunc.h" 9 #address-cells = <1>; 10 #size-cells = <1>; 12 interrupt-parent = <&icoll>; 15 * pre-existing /chosen node to be available to insert the 42 #address-cells = <1>; 43 #size-cells = <0>; 46 compatible = "arm,arm926ej-s"; [all …]
|