Searched +full:lpc3220 +full:- +full:mic (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | nxp,lpc3220-mic.txt | 1 * NXP LPC32xx MIC, SIC1 and SIC2 Interrupt Controllers 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 [all …]
|
| H A D | nxp,lpc3220-mic.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/nxp,lpc3220-mic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP LPC32xx MIC, SIC1 and SIC2 Interrupt Controllers 10 - Vladimir Zapolskiy <vz@mleia.com> 15 - nxp,lpc3220-mic 16 - nxp,lpc3220-sic 21 interrupt-controller: true 23 '#interrupt-cells': [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 …]
|
| /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 28 vref-supply: true 30 "#io-channel-cells": 34 - compatible [all …]
|
| H A D | lpc32xx-adc.txt | 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 16 compatible = "nxp,lpc3220-adc"; 18 interrupt-parent = <&mic>; 20 vref-supply = <&vcc>;
|
| /freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | nxp,lpc3220-tsc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/touchscreen/nxp,lpc3220-tsc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Frank Li <Frank.Li@nxp.com> 14 const: nxp,lpc3220-tsc 26 - compatible 27 - reg 28 - clocks 29 - interrupts [all …]
|
| 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>;
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | nxp,lpc3220-udc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/nxp,lpc3220-udc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Frank Li <Frank.Li@nxp.com> 14 const: nxp,lpc3220-udc 21 - description: USB Device Low Priority Interrupt 22 - description: USB Device High Priority Interrupt 23 - description: USB Device DMA Interrupt 24 - description: External USB Transceiver Interrupt (OTG ATX) [all …]
|
| H A D | lpc32xx-udc.txt | 4 - compatible: Must be "nxp,lpc3220-udc" 5 - reg: Physical base address of the controller and length of memory mapped 7 - interrupts: The USB interrupts: 12 - transceiver: phandle of the associated ISP1301 device - this is necessary for 17 isp1301: usb-transceiver@2c { 23 compatible = "nxp,lpc3220-udc"; 25 interrupt-parent = <&mic>;
|
| H A D | isp1301.txt | 4 - compatible: must be "nxp,isp1301" 5 - reg: I2C address of the ISP1301 device 8 - transceiver: phandle of isp1301 - this helps the ISP1301 driver to find the 13 isp1301: usb-transceiver@2c { 19 compatible = "nxp,lpc3220-udc"; 21 interrupt-parent = <&mic>;
|