Searched +full:armada +full:- +full:380 +full:- +full:rtc (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
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 | armada-380-rtc.txt | 1 * Real Time Clock of the Armada 38x/7K/8K SoCs 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 [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-38x.dtsi | 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 …]
|
H A D | armada-39x.dtsi | 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 …]
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-cp11x.dtsi | 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 …]
|
/freebsd/sys/arm/mv/armada38x/ |
H A D | armada38x_rtc.c | 1 /*- 69 #define MV_RTC_LOCK(sc) mtx_lock_spin(&(sc)->mutex) 70 #define MV_RTC_UNLOCK(sc) mtx_unlock_spin(&(sc)->mutex) 98 { -1, 0 } 134 "rtc", 143 {"marvell,armada-380-rtc", RTC_A38X}, 144 {"marvell,armada-8k-rtc", RTC_A8K}, 194 if (!ofw_bus_search_compatible(dev, mv_rtc_compat)->ocd_data) in mv_rtc_probe() 197 device_set_desc(dev, "Marvell Integrated RTC"); in mv_rtc_probe() 209 sc->dev = dev; in mv_rtc_attach() [all …]
|
/freebsd/share/misc/ |
H A D | pci_vendors | 5 # Date: 2024-11-25 03:15:02 8 # the PCI ID Project at https://pci-ids.ucw.cz/. 14 # (version 2 or higher) or the 3-clause BSD License. 25 # device device_name <-- single tab 26 # subvendor subdevice subsystem_name <-- two tabs 30 # This is a relabelled RTL-8139 31 8139 AT-2500TX V3 Ethernet 41 7a09 PCI-to-PCI Bridge 50 7a19 PCI-to-PCI Bridge 55 7a29 PCI-to-PCI Bridge [all …]
|