Searched +full:lpc3220 +full:- +full:adc (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | nxp,lpc3220-adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/nxp,lpc3220-adc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP LPC3220 SoC ADC controller 10 - Gregory Clement <gregory.clement@bootlin.com> 17 const: nxp,lpc3220-adc 25 vref-supply: true 27 "#io-channel-cells": 31 - compatible [all …]
|
H A D | lpc32xx-adc.txt | 1 * NXP LPC32xx SoC ADC controller 4 - compatible: must be "nxp,lpc3220-adc" 5 - reg: physical base address of the controller and length of memory mapped 7 - interrupts: The ADC interrupt 10 - vref-supply: The regulator supply ADC reference voltage, optional 15 adc@40048000 { 16 compatible = "nxp,lpc3220-adc"; 18 interrupt-parent = <&mic>; 20 vref-supply = <&vcc>;
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | nxp,lpc3220-mic.txt | 4 - compatible: "nxp,lpc3220-mic" or "nxp,lpc3220-sic". 5 - reg: should contain IC registers location and length. 6 - interrupt-controller: identifies the node as an interrupt controller. 7 - #interrupt-cells: the number of cells to define an interrupt, should be 2. 10 IRQ_TYPE_EDGE_RISING = low-to-high edge triggered, 11 IRQ_TYPE_EDGE_FALLING = high-to-low edge triggered, 12 IRQ_TYPE_LEVEL_HIGH = active high level-sensitive, 13 IRQ_TYPE_LEVEL_LOW = active low level-sensitive. 17 - interrupts: empty for MIC interrupt controller, cascaded MIC 23 mic: interrupt-controller@40008000 { [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/lpc/ |
H A D | lpc32xx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2015-2019 Vladimir Zapolskiy <vz@mleia.com> 9 #include <dt-bindings/clock/lpc32xx-clock.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 13 #address-cells = <1>; 14 #size-cells = <1>; 15 compatible = "nxp,lpc3220"; 16 interrupt-parent = <&mic>; 19 #address-cells = <1>; 20 #size-cells = <0>; [all …]
|
H A D | lpc18xx.dtsi | 9 * Released under the terms of 3-clause BSD License 14 #include "../../armv7-m.dtsi" 16 #include "dt-bindings/clock/lpc18xx-cgu.h" 17 #include "dt-bindings/clock/lpc18xx-ccu.h" 23 #address-cells = <1>; 24 #size-cells = <1>; 27 #address-cells = <1>; 28 #size-cell [all...] |
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | lpc32xx-tsc.txt | 4 - compatible: must be "nxp,lpc3220-tsc" 5 - reg: physical base address of the controller and length of memory mapped 7 - interrupts: The TSC/ADC interrupt 12 compatible = "nxp,lpc3220-tsc"; 14 interrupt-parent = <&mic>;
|