Home
last modified time | relevance | path

Searched +full:lpc3220 +full:- +full:mic (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/Documentation/devicetree/bindings/interrupt-controller/
Dnxp,lpc3220-mic.yaml1 # 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 …]
/linux-6.15/arch/arm/boot/dts/nxp/lpc/
Dlpc32xx.dtsi1 // 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 …]
/linux-6.15/Documentation/devicetree/bindings/iio/adc/
Dnxp,lpc3220-adc.yaml1 # 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 …]
/linux-6.15/Documentation/devicetree/bindings/input/touchscreen/
Dlpc32xx-tsc.txt4 - 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>;
/linux-6.15/drivers/irqchip/
Dirq-lpc32xx.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright 2015-2016 Vladimir Zapolskiy <vz@mleia.com>
37 return readl_relaxed(ic->base + reg); in lpc32xx_ic_read()
43 writel_relaxed(val, ic->base + reg); in lpc32xx_ic_write()
49 u32 val, mask = BIT(d->hwirq); in lpc32xx_irq_mask()
58 u32 val, mask = BIT(d->hwirq); in lpc32xx_irq_unmask()
67 u32 mask = BIT(d->hwirq); in lpc32xx_irq_ack()
75 u32 val, mask = BIT(d->hwirq); in lpc32xx_irq_set_type()
97 return -EINVAL; in lpc32xx_irq_set_type()
127 seq_printf(p, "%08x.mic", ic->addr); in lpc32xx_irq_print_chip()
[all …]
/linux-6.15/Documentation/devicetree/bindings/usb/
Dlpc32xx-udc.txt4 - 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>;
Disp1301.txt4 - 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>;
/linux-6.15/
DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]