Searched +full:armada +full:- +full:380 +full:- +full:rtc (Results 1 – 5 of 5) sorted by relevance
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 SoCs10 - Javier Carrasco <[email protected]>13 - $ref: rtc.yaml#18 - marvell,armada-380-rtc19 - marvell,armada-8k-rtc23 - description: RTC base address size[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * Device Tree Include file for Marvell Armada 38x family of SoCs.8 * Gregory CLEMENT <gregory.clement@free-electrons.com>9 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/interrupt-controller/irq.h>18 #address-cells = <1>;19 #size-cells = <1>;21 model = "Marvell Armada 38x family SoC";32 compatible = "arm,cortex-a9-pmu";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * Device Tree Include file for Marvell Armada 39x family of SoCs.7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/interrupt-controller/irq.h>16 #address-cells = <1>;17 #size-cells = <1>;18 model = "Marvell Armada 39x family SoC";31 #address-cells = <1>;32 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)5 * Device Tree file for Marvell Armada CP11x.8 #include <dt-bindings/interrupt-controller/mvebu-icu.h>9 #include <dt-bindings/thermal/thermal.h>11 #include "armada-common.dtsi"27 thermal-zones {28 CP11X_LABEL(thermal_ic): CP11X_NODE_NAME(ic-thermal) {29 polling-delay-passive = <0>; /* Interrupt driven */30 polling-delay = <0>; /* Interrupt driven */32 thermal-sensors = <&CP11X_LABEL(thermal) 0>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * RTC driver for the Armada 38x Marvell SoCs7 * Gregory Clement <gregory.clement@free-electrons.com>15 #include <linux/rtc.h>41 /* Armada 7K/8K registers */85 /* Initialize the RTC-MBUS bridge timing */86 void (*update_mbus_timing)(struct armada38x_rtc *rtc);87 u32 (*read_rtc_reg)(struct armada38x_rtc *rtc, u8 rtc_reg);88 void (*clear_isr)(struct armada38x_rtc *rtc);89 void (*unmask_interrupt)(struct armada38x_rtc *rtc);[all …]