Searched +full:rzn1 +full:- +full:adc (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/iio/adc/renesas,rzn1-adc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas RZ/N1 Analog to Digital Converter (ADC)10 - Herve Codina <herve.codina@bootlin.com>13 The Renesas RZ/N1 ADC controller available in the Renesas RZ/N1 SoCs family14 can use up to two internal ADC cores (ADC1 and ADC2) those internal cores are15 handled through ADC controller virtual channels.20 - const: renesas,r9a06g032-adc # RZ/N1D[all …]
1 // SPDX-License-Identifier: GPL-2.09 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/r9a06g032-sysctrl.h>14 #address-cells = <1>;15 #size-cells = <1>;16 interrupt-parent = <&gic>;19 #address-cells = <1>;20 #size-cells = <0>;24 compatible = "arm,cortex-a7";31 compatible = "arm,cortex-a7";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Renesas RZ/N1 ADC driver5 * Copyright (C) 2025 Schneider-Electric9 * The RZ/N1 ADC controller can handle channels from its internal ADC1 and/or11 * of the related power supplies (AVDD and VREF) description in the device-tree.53 #define RZN1_ADC_NO_CHANNEL -1101 * based on Vref connected on each ADC core.125 struct mutex lock; /* ADC lock */135 rzn1_adc->regs + RZN1_ADC_CONFIG_REG); in rzn1_adc_power()138 return readl_poll_timeout_atomic(rzn1_adc->regs + RZN1_ADC_CONTROL_REG, in rzn1_adc_power()[all …]
1 # SPDX-License-Identifier: GPL-2.03 # Makefile for IIO ADC drivers6 obj-$(CONFIG_IIO_ADC_HELPER) += industrialio-adc.o9 obj-$(CONFIG_88PM886_GPADC) += 88pm886-gpadc.o10 obj-$(CONFIG_AB8500_GPADC) += ab8500-gpadc.o11 obj-$(CONFIG_AD_SIGMA_DELTA) += ad_sigma_delta.o12 obj-$(CONFIG_AD4000) += ad4000.o13 obj-$(CONFIG_AD4030) += ad4030.o14 obj-$(CONFIG_AD4080) += ad4080.o15 obj-$(CONFIG_AD4130) += ad4130.o[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # ADC drivers17 Say Y here to enable support for the GPADC (General Purpose ADC)23 called 88pm886-gpadc.26 bool "ST-Ericsson AB8500 GPADC driver"43 tristate "Analog Devices AD4000 ADC Driver"51 SPI analog to digital converters (ADC). If intended to use with60 tristate "Analog Devices AD4030 ADC Driver"68 SPI analog to digital converters (ADC).74 tristate "Analog Devices AD4080 high speed ADC"[all …]