Searched +full:lpc3220 +full:- +full:tsc (Results 1 – 3 of 3) sorted by relevance
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#7 title: NXP LPC32xx SoC Touchscreen Controller (TSC)10 - Frank Li <Frank.Li@nxp.com>14 const: nxp,lpc3220-tsc26 - compatible27 - reg28 - clocks[all …]
1 * NXP LPC32xx SoC Touchscreen Controller (TSC)4 - compatible: must be "nxp,lpc3220-tsc"5 - reg: physical base address of the controller and length of memory mapped7 - interrupts: The TSC/ADC interrupt11 tsc@40048000 {12 compatible = "nxp,lpc3220-tsc";14 interrupt-parent = <&mic>;
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 …]