Searched +full:imx25 +full:- +full:rtc (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/rtc/imxdi-rtc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Roland Stigge <stigge@antcom.de>14 const: fsl,imx25-rtc21 - description: rtc alarm interrupt22 - description: dryice security violation interrupt30 - compatible31 - reg[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 #include <dt-bindings/gpio/gpio.h>6 #include "imx25-pinfunc.h"9 #address-cells = <1>;10 #size-cells = <1>;13 * pre-existing /chosen node to be available to insert the46 #address-cells = <1>;47 #size-cells = <0>;50 compatible = "arm,arm926ej-s";56 asic: asic-interrupt-controller@68000000 {[all …]
1 // SPDX-License-Identifier: GPL-2.0+6 #include "imx53-pinfunc.h"7 #include <dt-bindings/clock/imx5-clock.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/interrupt-controller/irq.h>13 #address-cells = <1>;14 #size-cells = <1>;17 * pre-existing /chosen node to be available to insert the50 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 #include <dt-bindings/interrupt-controller/irq.h>6 #include "imx6sl-pinfunc.h"7 #include <dt-bindings/clock/imx6sl-clock.h>10 #address-cells = <1>;11 #size-cells = <1>;14 * pre-existing /chosen node to be available to insert the47 #address-cells = <1>;48 #size-cells = <0>;51 compatible = "arm,cortex-a9";[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)4 * Copyright 2017-2018 NXP.8 #include <dt-bindings/clock/imx6sll-clock.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include "imx6sll-pinfunc.h"14 #address-cells = <1>;15 #size-cells = <1>;44 #address-cells = <1>;45 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Copyright 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved.8 * This driver uses the 47-bit 32 kHz counter in the Freescale DryIce block9 * to implement a Linux RTC. Times and alarms are truncated to seconds.10 * Since the RTC framework performs API locking via rtc->ops_lock the27 #include <linux/rtc.h>40 #define DCAMR_UNSET 0xFFFFFFFF /* doomsday - 1 sec */43 #define DCR_TDCHL (1 << 30) /* Tamper-detect configuration hard lock */44 #define DCR_TDCSL (1 << 29) /* Tamper-detect configuration soft lock */45 #define DCR_KSSL (1 << 27) /* Key-select soft lock */[all …]